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] committed Jul 1, 2024
1 parent 30dfc4c commit e6a26e5
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 43 deletions.
74 changes: 37 additions & 37 deletions poetry.lock

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

12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ tc-viewer = "tilecloud.scripts.tc_viewer:main"
[tool.poetry.dependencies]
python = ">=3.10,<3.13"
azure-storage-blob = { version = "12.19.1", optional = true }
azure-identity = { version = "1.16.0", optional = true }
boto3 = { version = "1.34.117", optional = true }
azure-identity = { version = "1.16.1", optional = true }
boto3 = { version = "1.34.136", 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.4", optional = true }
redis = { version = "5.0.7", optional = true }

[tool.poetry.extras]
azure = ["azure-storage-blob", "azure-identity"]
Expand All @@ -73,14 +73,14 @@ all = ["azure-storage-blob", "azure-identity", "boto3", "pyramid", "redis", "pro
prospector = { version = "1.10.3", extras = ["with_bandit", "with_mypy", "with_pyroma"] }
prospector-profile-duplicated = "1.5.0"
prospector-profile-utils = "1.7.2"
pytest = "8.2.1"
pytest = "8.2.2"
pytest-cov = "5.0.0"
types-boto = "2.49.18.20240205"
types-redis = "4.6.0.20240425"
types-requests = "2.31.0.20240406"
pycairo = "1.26.0"
pycairo = "1.26.1"
Shapely = "2.0.4"
urllib3 = "2.2.1" # Lock the used version to avoid lock issue
urllib3 = "2.2.2" # Lock the used version to avoid lock issue

[build-system]
requires = [
Expand Down

0 comments on commit e6a26e5

Please sign in to comment.