diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 638b037e..937befff 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,4 +16,4 @@ updates: interval: weekly ignore: - dependency-name: ruff - - dependency-name: bandit \ No newline at end of file + - dependency-name: bandit diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ca4f67f7..7f858d51 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - id: pyupgrade args: ['--py39-plus'] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.11.7' + rev: 'v0.11.9' hooks: - id: ruff - id: ruff-format diff --git a/pyproject.toml b/pyproject.toml index 90800e47..ae45fd44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "requestium" version = "0.5.0" -readme = "README.md" +readme = { file = "README.md", content-type = "text/markdown" } requires-python = ">=3.9" license = { file = "LICENSE" } authors = [ @@ -51,7 +51,7 @@ dev = [ "pytest-cov==6.1.1", "pytest-xdist==3.6.1", "pytest==8.3.5", - "ruff==0.11.8", + "ruff==0.11.9", "types-requests==2.32.0.20250328", ]