Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CI dependencies (minor) #633

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repos:
hooks:
- id: prettier
additional_dependencies:
- prettier@3.3.3 # npm
- prettier@3.4.2 # npm
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
hooks:
Expand All @@ -24,7 +24,7 @@ repos:
args:
- --pytest-test-first
- repo: https://github.com/sbrunner/hooks
rev: 1.1.2
rev: 1.2.1
hooks:
- id: poetry-check
additional_dependencies:
Expand All @@ -33,7 +33,7 @@ repos:
additional_dependencies:
- poetry==1.8.5 # pypi
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.1
hooks:
- id: codespell
exclude: |-
Expand All @@ -50,7 +50,7 @@ repos:
hooks:
- id: git-check
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.4
rev: 0.31.1
hooks:
- id: check-github-workflows
- id: check-jsonschema
Expand All @@ -69,7 +69,7 @@ repos:
hooks:
- id: ripsecrets
- repo: https://github.com/PyCQA/prospector
rev: v1.13.3
rev: 1.14.0
hooks:
- id: prospector
args:
Expand All @@ -78,11 +78,11 @@ repos:
- --output-format=pylint
- --profile=.prospector-fix.yaml
additional_dependencies:
- prospector-profile-duplicated==1.8.1 # pypi
- prospector-profile-utils==1.11.1 # pypi
- ruff==0.7.4 # pypi
- prospector-profile-duplicated==1.10.4 # pypi
- prospector-profile-utils==1.17.0 # pypi
- ruff==0.9.4 # pypi
- repo: https://github.com/camptocamp/jsonschema-gentypes
rev: 2.8.1
rev: 2.9.3
hooks:
- id: jsonschema-gentypes
files: |-
Expand Down Expand Up @@ -188,14 +188,14 @@ repos:
- --ignore-acronyms
- --en-us
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 39.31.4
rev: 39.146.1
hooks:
- id: renovate-config-validator
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.4
rev: v0.9.4
hooks:
- id: ruff-format
- repo: https://github.com/sbrunner/python-versions-hook
rev: 0.7.0
rev: 0.8.0
hooks:
- id: python-versions
10 changes: 5 additions & 5 deletions ci/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
c2cciutils[checks,publish]==1.7.2
importlib-metadata<8.5.1 # issue with twine, see: https://github.com/python/importlib_metadata/issues/492
importlib-metadata<8.6.2 # issue with twine, see: https://github.com/python/importlib_metadata/issues/492
poetry==1.8.5
pre-commit==4.0.1
pre-commit==4.1.0
poetry-plugin-drop-python-upper-constraint==0.1.0
poetry-plugin-export==1.8.0
poetry-plugin-export==1.9.0
poetry-plugin-tweak-dependencies-version==1.5.2
poetry-dynamic-versioning==1.4.1
poetry-dynamic-versioning==1.7.1
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
cryptography>=42.0.8 # not directly required, pinned by Snyk to avoid a vulnerability
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
tag-publish==0.9.2
tag-publish==0.13.3
Loading