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 1, 2024
1 parent cdaffe6 commit 6db2bad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ repos:
hooks:
- id: git-check
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.4
rev: 0.29.1
hooks:
- id: check-github-workflows
- id: check-jsonschema
Expand All @@ -69,7 +69,7 @@ repos:
hooks:
- id: ripsecrets
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.17.0
hooks:
- id: pyupgrade
args:
Expand Down Expand Up @@ -101,7 +101,7 @@ repos:
- prospector-profile-duplicated==1.5.0 # pypi
- prospector-profile-utils==1.7.2 # pypi
- repo: https://github.com/camptocamp/jsonschema-gentypes
rev: 2.6.0
rev: 2.7.0
hooks:
- id: jsonschema-gentypes
files: |-
Expand Down
4 changes: 2 additions & 2 deletions ci/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
c2cciutils[checks,publish]==1.6.20
importlib-metadata<8.0.0 # issue with twine, see: https://github.com/python/importlib_metadata/issues/492
poetry==1.8.3
pre-commit==3.7.1
pre-commit==3.8.0
poetry-plugin-drop-python-upper-constraint==0.1.0
poetry-plugin-export==1.8.0
poetry-plugin-tweak-dependencies-version==1.5.2
poetry-dynamic-versioning==1.3.0
poetry-dynamic-versioning==1.4.0
certifi>=2024.7.4 # not directly required, pinned by Snyk to avoid a vulnerability
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
jinja2>=3.1.3 # not directly required, pinned by Snyk to avoid a vulnerability
Expand Down

0 comments on commit 6db2bad

Please sign in to comment.