diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6198f39..6fef769 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.7.3 + rev: v0.8.5 hooks: # Run the linter. - id: ruff diff --git a/pyproject.toml b/pyproject.toml index a0dd681..27f6bdc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ pytest-mock = "^3.14.0" optional = true [tool.poetry.group.pre-commit.dependencies] pre-commit = "^4.0.1" -ruff = "^0.7.3" +ruff = "^0.8.5" [tool.poetry.extras] tests = ["mongomock", "pytest", "pytest-cov"]