Skip to content

Commit

Permalink
Update all patch versions (#2004)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 1, 2025
1 parent f8a79eb commit f2c10a2
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 58 deletions.
108 changes: 54 additions & 54 deletions poetry.lock

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

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

[tool.poetry.dependencies]
python = ">=3.10,<3.13"
azure-storage-blob = { version = "12.24.0", optional = true }
azure-storage-blob = { version = "12.24.1", optional = true }
azure-identity = { version = "1.19.0", optional = true }
boto3 = { version = "1.35.90", optional = true }
boto3 = { version = "1.35.99", optional = true }
bottle = "0.13.2"
prometheus_client = { version = "0.21.1", optional = true }
Pillow = "11.1.0"
Expand Down Expand Up @@ -80,7 +80,7 @@ types-boto = "2.49.18.20241019"
types-redis = "4.6.0.20241004"
types-requests = "2.32.0.20241016"
pycairo = "1.27.0"
Shapely = "2.0.6"
Shapely = "2.0.7"
urllib3 = "2.3.0" # Lock the used version to avoid lock issue

[build-system]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
poetry==1.8.5
poetry-plugin-export==1.8.0
poetry-plugin-tweak-dependencies-version==1.5.2
poetry-dynamic-versioning==1.5.0
poetry-dynamic-versioning==1.5.2
poetry-plugin-drop-python-upper-constraint==0.1.0

0 comments on commit f2c10a2

Please sign in to comment.