diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1336ff7..b55f58e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,7 +35,7 @@ repos: hooks: - id: shellcheck - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.2 + rev: 0.29.3 hooks: - id: check-github-actions - id: check-github-workflows @@ -85,7 +85,7 @@ repos: hooks: - id: black - repo: https://github.com/PyCQA/bandit - rev: 1.7.9 + rev: 1.7.10 hooks: - id: bandit args: ["-c", "pyproject.toml"] diff --git a/ci/requirements.txt b/ci/requirements.txt index 84a2c7c..8d9e69e 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,7 +1,7 @@ -c2cciutils[publish]==1.6.22 -poetry-dynamic-versioning[plugin]==1.4.0 +c2cciutils[publish]==1.6.23 +poetry-dynamic-versioning[plugin]==1.4.1 pre-commit==3.8.0 -pytest==8.3.2 +pytest==8.3.3 poetry-plugin-tweak-dependencies-version==1.5.2 -poetry-dynamic-versioning==1.4.0 +poetry-dynamic-versioning==1.4.1 poetry-plugin-drop-python-upper-constraint==0.1.0