Skip to content

Commit

Permalink
Update all minor versions (prod-2-9) (minor) (#1551)
Browse files Browse the repository at this point in the history
* Update all minor versions

* 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>
  • Loading branch information
renovate[bot] and geo-ghci-int[bot] authored Jan 1, 2025
1 parent 1d7f817 commit 0c0f9e1
Show file tree
Hide file tree
Showing 8 changed files with 116 additions and 116 deletions.
28 changes: 14 additions & 14 deletions custom/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions custom/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,17 @@ ujson = "5.10.0"
azure-storage-blob = "12.24.0"
azure-identity = "1.19.0"
papyrus = "2.6.2"
geojson = "3.1.0"
geojson = "3.2.0"
# To fix CVE
urllib3 = { version = "2.2.3", optional = true }
certifi = { version = "2024.8.30", optional = true }
urllib3 = { version = "2.3.0", optional = true }
certifi = { version = "2024.12.14", optional = true }
webob = { version = "1.8.9", optional = true }
cryptography = { version = "43.0.3", optional = true }

[tool.poetry.dev-dependencies]
prospector = { version = "1.13.3", extras = ["with_bandit", "with_mypy", "with_pyroma", "with_ruff"] }
prospector-profile-utils = "1.14.0"
prospector-profile-duplicated = "1.8.1"
prospector-profile-duplicated = "1.9.0"
types-requests = "2.32.0.20241016"
types-oauthlib = "3.2.0.20240806"

Expand Down
6 changes: 3 additions & 3 deletions geoportal/geomapfish_geoportal/static/cog.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>Test swissalti3d COG</title>
<link
crossorigin="anonymous"
href="https://cdn.jsdelivr.net/npm/ol@10.2.1/ol.css"
href="https://cdn.jsdelivr.net/npm/ol@10.3.1/ol.css"
integrity="sha384-Jpg1uvTciFJuHq+90Ly0/2SKRT9yS5OhbIN5FuFoFWji9fc44ok8xxO88CJi8Z5W"
referrerpolicy="no-referrer"
rel="stylesheet"
Expand All @@ -27,9 +27,9 @@
<div id="map"></div>
<script
crossorigin="anonymous"
integrity="sha384-2biaJbygszOKXKsLbF+auMBrB377U1RJUvQIsPmEOtUSKzkcsTOZSykhqnkmx2QU"
integrity="sha384-GtOM9G1JWFKmDbfOLBrez9YebIrX1pqVVtYukhqrKOtyneLNxnTIFMe8ER850GT/"
referrerpolicy="no-referrer"
src="https://cdn.jsdelivr.net/npm/ol@10.2.1/dist/ol.js"
src="https://cdn.jsdelivr.net/npm/ol@10.3.1/dist/ol.js"
></script>
<script
crossorigin="anonymous"
Expand Down
Loading

0 comments on commit 0c0f9e1

Please sign in to comment.