Skip to content

Commit

Permalink
Update all patch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 3, 2024
1 parent e52d68a commit acce05f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/osgeo/gdal:ubuntu-small-3.8.4 as base-all
FROM ghcr.io/osgeo/gdal:ubuntu-small-3.8.5 as base-all
LABEL maintainer Camptocamp "info@camptocamp.com"
SHELL ["/bin/bash", "-o", "pipefail", "-cux"]

Expand Down
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,16 @@ tc-viewer = "tilecloud.scripts.tc_viewer:main"

[tool.poetry.dependencies]
python = ">=3.9,<3.12"
azure-storage-blob = { version = "12.19.0", optional = true }
azure-storage-blob = { version = "12.19.1", optional = true }
azure-identity = { version = "1.16.0", optional = true }
boto3 = { version = "1.34.54", optional = true }
boto3 = { version = "1.34.97", optional = true }
bottle = "0.12.25"
prometheus_client = { version = "0.20.0", optional = true }
Pillow = "10.3.0"
pyproj = "3.6.1"
pyramid = { version = "2.0.2", optional = true }
requests = "2.31.0"
redis = { version = "5.0.2", optional = true }
redis = { version = "5.0.4", optional = true }

[tool.poetry.extras]
azure = ["azure-storage-blob", "azure-identity"]
Expand All @@ -76,10 +76,10 @@ prospector-profile-utils = "1.7.2"
pytest = "8.2.0"
pytest-cov = "5.0.0"
types-boto = "2.49.18.20240205"
types-redis = "4.6.0.20240218"
types-requests = "2.31.0.2"
types-redis = "4.6.0.20240425"
types-requests = "2.31.0.20240406"
pycairo = "1.26.0"
Shapely = "2.0.3"
Shapely = "2.0.4"
urllib3 = "1.26.18" # Lock the used version to avoid lock issue

[build-system]
Expand Down

0 comments on commit acce05f

Please sign in to comment.