Skip to content

Commit 4776366

Browse files
Update CI dependencies (prod-2-10) (#1861)
* Update CI dependencies * 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: geo-ghci-int[bot] <146321879+geo-ghci-int[bot]@users.noreply.github.com>
1 parent 8b425e4 commit 4776366

8 files changed

Lines changed: 114 additions & 114 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ repos:
6969
)$
7070
- id: poetry-lock
7171
additional_dependencies:
72-
- poetry==2.1.4 # pypi
72+
- poetry==2.2.1 # pypi
7373
exclude: |-
7474
(?x)^(
7575
pyproject\.toml
@@ -99,7 +99,7 @@ repos:
9999
hooks:
100100
- id: shellcheck
101101
- repo: https://github.com/python-jsonschema/check-jsonschema
102-
rev: 0.33.3
102+
rev: 0.34.0
103103
hooks:
104104
- id: check-github-actions
105105
- id: check-github-workflows
@@ -127,11 +127,11 @@ repos:
127127
|ci/config\.yaml
128128
)$
129129
- repo: https://github.com/renovatebot/pre-commit-hooks
130-
rev: 41.97.10
130+
rev: 41.127.2
131131
hooks:
132132
- id: renovate-config-validator
133133
- repo: https://github.com/astral-sh/ruff-pre-commit
134-
rev: v0.12.12
134+
rev: v0.13.1
135135
hooks:
136136
- id: ruff-format
137137
- repo: https://github.com/sbrunner/python-versions-hook

custom/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
poetry==2.1.4
1+
poetry==2.2.1
22
poetry-plugin-export==1.9.0
33
certifi>=2024.7.4 # not directly required, pinned by Snyk to avoid a vulnerability
44
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability

geogirafe/package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

geogirafe/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
"generate-dev-certs": "bash -C './node_modules/@geogirafe/lib-geoportal/buildtools/generate-dev-certs.sh' certs"
1212
},
1313
"devDependencies": {
14-
"@geoblocks/mapfishprint": "0.2.20",
14+
"@geoblocks/mapfishprint": "0.2.22",
1515
"@geoblocks/print": "0.7.9",
16-
"cesium": "1.133.0",
16+
"cesium": "1.133.1",
1717
"magic-string": "0.30.19",
1818
"minify": "14.1.0",
1919
"ol": "10.6.1",
2020
"olcs": "2.22.1",
2121
"proj4": "2.19.10",
2222
"typescript": "5.9.2",
23-
"vite": "7.1.5",
23+
"vite": "7.1.7",
2424
"vite-plugin-static-copy": "3.1.2"
2525
},
2626
"dependencies": {

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"rbush": "^4.0.0",
1818
"rxjs": "7.8.2",
1919
"typescript": "5.9.2",
20-
"vite": "7.1.5"
20+
"vite": "7.1.7"
2121
}
2222
}

0 commit comments

Comments
 (0)