Skip to content

Commit

Permalink
Update CI dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 25, 2024
1 parent 417f0ba commit 52ab84e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ repos:
- id: copyright
- id: poetry-check
additional_dependencies:
- poetry==1.8.2 # pypi
- poetry==1.8.3 # pypi
exclude: ^pyproject.toml$
- id: poetry-lock
additional_dependencies:
- poetry==1.8.2 # pypi
- poetry==1.8.3 # pypi
exclude: ^pyproject.toml$
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
exclude: |-
Expand All @@ -48,7 +48,7 @@ repos:
hooks:
- id: git-check
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.6
rev: 0.29.2
hooks:
- id: check-github-actions
- id: check-github-workflows
Expand All @@ -72,7 +72,7 @@ repos:
hooks:
- id: autoflake
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.17.0
hooks:
- id: pyupgrade
args:
Expand All @@ -82,7 +82,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black
- repo: https://github.com/sbrunner/jsonschema-validator
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
c2cciutils[checks,publish]==1.6.22
pre-commit==3.7.1
pre-commit==3.8.0
certifi>=2024.7.4 # not directly required, pinned by Snyk to avoid a vulnerability
cryptography>=42.0.2 # not directly required, pinned by Snyk to avoid a vulnerability
idna>=3.7 # not directly required, pinned by Snyk to avoid a vulnerability
Expand Down

0 comments on commit 52ab84e

Please sign in to comment.