diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index abdef58..2736688 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - id: workflows-require-timeout - id: poetry2-lock additional_dependencies: - - poetry==2.1.4 # pypi + - poetry==2.2.1 # pypi - id: canonicalize - id: prospector-to-ruff additional_dependencies: @@ -50,7 +50,7 @@ repos: hooks: - id: git-check - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.33.3 + rev: 0.34.0 hooks: - id: check-github-workflows - id: check-github-actions @@ -79,7 +79,7 @@ repos: - prospector-profile-duplicated==1.10.5 # pypi - prospector-profile-utils==1.26.5 # pypi - pylint[spelling]==3.3.8 # pypi - - ruff==0.12.11 # pypi + - ruff==0.13.2 # pypi exclude: |- (?x)( ^tests?/? @@ -98,11 +98,11 @@ repos: additional_dependencies: - prospector-profile-utils==1.26.5 # pypi - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 41.91.2 + rev: 41.132.5 hooks: - id: renovate-config-validator - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.11 + rev: v0.13.2 hooks: - id: ruff-format - repo: https://github.com/sbrunner/python-versions-hook diff --git a/requirements.txt b/requirements.txt index 437bd92..43a523c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -poetry==2.1.4 +poetry==2.2.1 poetry-dynamic-versioning==1.9.1 pip==25.2 poetry-plugin-export==1.9.0