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 Oct 1, 2024
1 parent f52621c commit 06bbc03
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.10.14
3.13.0rc2-windowsservercore-ltsc2022
2 changes: 1 addition & 1 deletion custom/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/osgeo/gdal:ubuntu-small-3.6.4 AS base-all
FROM ghcr.io/osgeo/gdal:ubuntu-small-3.9.2 AS base-all

# Fail on error on pipe, see: https://github.com/hadolint/hadolint/wiki/DL4006.
# Treat unset variables as an error when substituting.
Expand Down
48 changes: 24 additions & 24 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 @@ -24,13 +24,13 @@ psycopg2 = "2.9.9"
c2cwsgiutils = { version = "6.0.8", extras = ["webserver"] }
cee-syslog-handler = "0.6.0"
PyJWT = "2.9.0"
redis = "5.0.8"
redis = "5.1.0"
PyYAML = "6.0.2"
sentry-sdk = "2.13.0"
sentry-sdk = "2.15.0"
requests-oauthlib = "2.0.0"
ujson = "5.10.0"
azure-storage-blob = "12.22.0"
azure-identity = "1.17.1"
azure-storage-blob = "12.23.1"
azure-identity = "1.18.0"
urllib3 = { version = "2.2.2", optional = true }
certifi = { version = "2024.8.30", optional = true }
webob = { version = "1.8.8", optional = true }
Expand Down
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.1.0/ol.css"
href="https://cdn.jsdelivr.net/npm/ol@10.2.1/ol.css"
integrity="sha384-Jpg1uvTciFJuHq+90Ly0/2SKRT9yS5OhbIN5FuFoFWji9fc44ok8xxO88CJi8Z5W"
referrerpolicy="no-referrer"
rel="stylesheet"
Expand All @@ -29,7 +29,7 @@
crossorigin="anonymous"
integrity="sha384-6+k98W9QpUIYlAQOPoPmvR2RCgoF5ng+7QrmqD8j1riKr/6Yn5hOagf2b6K1ko8D"
referrerpolicy="no-referrer"
src="https://cdn.jsdelivr.net/npm/ol@10.1.0/dist/ol.js"
src="https://cdn.jsdelivr.net/npm/ol@10.2.1/dist/ol.js"
></script>
<script
crossorigin="anonymous"
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {},
"devDependencies": {
"lit": "3.2.0",
"typescript": "5.5.4",
"typescript": "5.6.2",
"vite": "5.4.2"
}
}

0 comments on commit 06bbc03

Please sign in to comment.