diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 612ae62..fc1a5d0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -77,7 +77,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 39c35d6..7f02b18 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,8 +1,8 @@ c2cciutils[checks,publish]==1.6.21 poetry==1.8.3 poetry-plugin-tweak-dependencies-version==1.5.2 -poetry-dynamic-versioning==1.3.0 -pip==24.0 +poetry-dynamic-versioning==1.4.0 +pip==24.1.1 pre-commit==3.7.1 importlib-metadata<8.0.0 setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability