Skip to content

Commit

Permalink
Update CI dependencies (master) (patch) (#2624)
Browse files Browse the repository at this point in the history
* Update CI dependencies

* Update dpkg versions list

From the artifact of the previous workflow run

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: geo-ghci-int[bot] <146321879+geo-ghci-int[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and geo-ghci-int[bot] authored Mar 2, 2025
1 parent 68824e4 commit 0adf4cf
Show file tree
Hide file tree
Showing 3 changed files with 6 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 @@ -39,7 +39,7 @@ repos:
hooks:
- id: git-check
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.31.1
rev: 0.31.2
hooks:
- id: check-github-actions
- id: check-github-workflows
Expand All @@ -59,7 +59,7 @@ repos:
hooks:
- id: ripsecrets
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.4
rev: v0.9.9
hooks:
- id: ruff-format
args:
Expand All @@ -75,7 +75,7 @@ repos:
additional_dependencies:
- prospector-profile-duplicated==1.10.4 # pypi
- prospector-profile-utils==1.17.0 # pypi
- ruff==0.9.4 # pypi
- ruff==0.9.9 # pypi
- repo: https://github.com/sbrunner/jsonschema-validator
rev: 1.0.0
hooks:
Expand Down
1 change: 1 addition & 0 deletions ci/dpkg-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,5 @@ camptocamp/c2cwsgiutils:latest:
ubuntu_24_04/tar: 1.35+dfsg-3build1
ubuntu_24_04/tzdata: 2024a-3ubuntu1.1
ubuntu_24_04/ubuntu-keyring: 2023.11.28.1
ubuntu_24_04/unminimize: 0.2.1
ubuntu_24_04/util-linux: 2.39.3-9ubuntu6.1
4 changes: 2 additions & 2 deletions ci/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ c2cciutils[checks,publish]==1.7.3
poetry-dynamic-versioning[plugin]==1.7.1
poetry-plugin-export==1.9.0
pre-commit==4.1.0
pytest==8.3.4
scikit-image==0.25.1
pytest==8.3.5
scikit-image==0.25.2
poetry-plugin-tweak-dependencies-version==1.5.2
poetry-dynamic-versioning==1.7.1
poetry-plugin-drop-python-upper-constraint==0.1.0
Expand Down

0 comments on commit 0adf4cf

Please sign in to comment.