Skip to content

Commit 03806a6

Browse files
renovate[bot]sbrunnergeo-ghci-int[bot]
authored
Update CI dependencies (master) (major) (#1453)
* Update CI dependencies * Use Poetry 2 lock * Apply pre-commit fix From the artifact of the previous workflow run --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Stéphane Brunner <stephane.brunner@camptocamp.com> Co-authored-by: geo-ghci-int[bot] <146321879+geo-ghci-int[bot]@users.noreply.github.com>
1 parent 336a2de commit 03806a6

File tree

2 files changed

+23
-5
lines changed

2 files changed

+23
-5
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ repos:
2222
rev: 1.2.1
2323
hooks:
2424
- id: copyright
25-
- id: poetry-lock
25+
- id: poetry2-lock
2626
additional_dependencies:
27-
- poetry==1.8.5 # pypi
27+
- poetry==2.0.0 # pypi
2828
exclude: ^pyproject\.toml$
2929
- repo: https://github.com/codespell-project/codespell
3030
rev: v2.3.0
@@ -78,7 +78,7 @@ repos:
7878
hooks:
7979
- id: black
8080
- repo: https://github.com/sbrunner/jsonschema-validator
81-
rev: 0.3.2
81+
rev: 1.0.0
8282
hooks:
8383
- id: jsonschema-validator
8484
files: ^ci/config\.yaml$

acceptance_tests/poetry.lock

+20-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)