Skip to content

Commit

Permalink
Update all minor versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 6, 2025
1 parent 4ddc38e commit 0ab149d
Show file tree
Hide file tree
Showing 5 changed files with 106 additions and 105 deletions.
29 changes: 15 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 @@ -32,16 +32,16 @@ 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.group.dev.dependencies]
prospector = { version = "1.13.3", extras = ["with_bandit", "with_mypy", "with_pyroma", "with_ruff"] }
prospector-profile-utils = "1.14.1"
prospector-profile-duplicated = "1.8.1"
prospector-profile-duplicated = "1.9.0"
types-requests = "2.32.0.20241016"
types-oauthlib = "3.2.0.20240806"
4 changes: 2 additions & 2 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 @@ -29,7 +29,7 @@
crossorigin="anonymous"
integrity="sha384-2biaJbygszOKXKsLbF+auMBrB377U1RJUvQIsPmEOtUSKzkcsTOZSykhqnkmx2QU"
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 0ab149d

Please sign in to comment.