Skip to content

Commit

Permalink
Update CI dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 1, 2024
1 parent 290990a commit 2f6d5fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"]
Expand Down
8 changes: 4 additions & 4 deletions ci/requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2f6d5fb

Please sign in to comment.