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 Feb 3, 2025
1 parent 41d5dca commit ad2d050
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
42 changes: 21 additions & 21 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 @@ -52,7 +52,7 @@ tc-viewer = "tilecloud.scripts.tc_viewer:main"
python = ">=3.10,<3.13"
azure-storage-blob = { version = "12.24.1", optional = true }
azure-identity = { version = "1.19.0", optional = true }
boto3 = { version = "1.35.99", optional = true }
boto3 = { version = "1.36.12", optional = true }
bottle = "0.13.2"
prometheus_client = { version = "0.21.1", optional = true }
Pillow = "11.1.0"
Expand All @@ -71,9 +71,9 @@ prometheus = ["prometheus_client"]
all = ["azure-storage-blob", "azure-identity", "boto3", "pyramid", "redis", "prometheus_client"]

[tool.poetry.group.dev.dependencies]
prospector = { version = "1.13.3", extras = ["with_bandit", "with_mypy", "with_pyroma", "with_ruff"] }
prospector = { version = "1.14.1", extras = ["with_bandit", "with_mypy", "with_pyroma", "with_ruff"] }
prospector-profile-duplicated = "1.10.4"
prospector-profile-utils = "1.15.1"
prospector-profile-utils = "1.17.0"
pytest = "8.3.4"
pytest-cov = "6.0.0"
types-boto = "2.49.18.20241019"
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
poetry==2.0.1
poetry-plugin-export==1.8.0
poetry-plugin-export==1.9.0
poetry-plugin-tweak-dependencies-version==1.5.2
poetry-dynamic-versioning==1.5.2
poetry-dynamic-versioning==1.7.1
poetry-plugin-drop-python-upper-constraint==0.1.0

0 comments on commit ad2d050

Please sign in to comment.