diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0418416..6b9fda0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -88,7 +88,7 @@ repos: hooks: - id: autoflake - repo: https://github.com/asottile/pyupgrade - rev: v3.15.2 + rev: v3.16.0 hooks: - id: pyupgrade args: diff --git a/ci/requirements.txt b/ci/requirements.txt index 75a3cfb..69b23c3 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,7 +1,7 @@ c2cciutils[checks,publish]==1.6.21 poetry==1.8.3 poetry-plugin-tweak-dependencies-version==1.5.2 -poetry-dynamic-versioning==1.3.0 +poetry-dynamic-versioning==1.4.0 pre-commit==3.7.1 poetry-plugin-drop-python-upper-constraint==0.1.0 poetry-plugin-export==1.8.0