Skip to content

Commit

Permalink
Update CI dependencies (#384)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 1, 2025
1 parent 05bdbf6 commit bd9eff0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repos:
- id: workflows-require-timeout
- id: poetry-lock
additional_dependencies:
- poetry==1.8.5 # pypi
- poetry==2.0.1 # pypi
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
hooks:
Expand Down Expand Up @@ -84,7 +84,7 @@ repos:
hooks:
- id: python-versions
- repo: https://github.com/sbrunner/jsonschema-validator
rev: 0.3.2
rev: 1.0.0
hooks:
- id: jsonschema-validator
files: ^\.github/publish\.yaml$
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
poetry==1.8.5
poetry==2.0.1
poetry-plugin-tweak-dependencies-version==1.5.2
poetry-dynamic-versioning==1.4.1
pip==24.3.1
pip==25.0
poetry-plugin-export==1.8.0
poetry-plugin-drop-python-upper-constraint==0.1.0
certifi>=2024.7.4 # not directly required, pinned by Snyk to avoid a vulnerability
Expand Down

0 comments on commit bd9eff0

Please sign in to comment.