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 Aug 13, 2024
1 parent 55915a7 commit eed2651
Show file tree
Hide file tree
Showing 5 changed files with 149 additions and 143 deletions.
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.1 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
36 changes: 19 additions & 17 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 @@ -23,14 +23,14 @@ requests = "2.32.3"
psycopg2 = "2.9.9"
c2cwsgiutils = { version = "6.0.8", extras = ["webserver"] }
cee-syslog-handler = "0.6.0"
PyJWT = "2.8.0"
PyJWT = "2.9.0"
redis = "5.0.8"
PyYAML = "6.0.2"
sentry-sdk = "2.8.0"
sentry-sdk = "2.13.0"
requests-oauthlib = "2.0.0"
ujson = "5.10.0"
azure-storage-blob = "12.20.0"
azure-identity = "1.16.1"
azure-storage-blob = "12.22.0"
azure-identity = "1.17.1"
urllib3 = { version = "2.2.2", optional = true }
certifi = { version = "2024.7.4", optional = true }

Expand Down
Loading

0 comments on commit eed2651

Please sign in to comment.