diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 792fbef9..81e6bac0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: - id: detect-private-key - id: forbid-submodules - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.0 + rev: v0.11.2 hooks: - id: ruff args: [ --fix ] diff --git a/pyproject.toml b/pyproject.toml index c688bdfc..25412211 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ gitpython = "^3.1.43" setuptools = ">=69.5.1,<79.0.0" [tool.poetry.group.dev.dependencies] -ruff = "^0.11.0" +ruff = "^0.11.2" [build-system] requires = ["poetry-core>=1.0.0"]