Skip to content

Commit

Permalink
Update all patch versions (#2627)
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 Dec 1, 2024
1 parent 1d0f796 commit 711b32c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
18 changes: 10 additions & 8 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 @@ -55,7 +55,7 @@ main = "tilecloud_chain.server:main"

[tool.poetry.dependencies]
python = ">=3.9,<3.11"
c2cwsgiutils = { version = "6.0.8", extras = ["standard", "broadcast", "oauth2", "debug"] }
c2cwsgiutils = { version = "6.0.9", extras = ["standard", "broadcast", "oauth2", "debug"] }
pyramid-mako = "1.1.0"
python-dateutil = "2.8.2"
tilecloud = { version = "1.11.0", extras = ["azure", "aws", "redis", "wsgi"] }
Expand All @@ -66,7 +66,7 @@ jsonschema = "4.19.2"
pyramid = "2.0.2"
jsonschema-validator-new = "0.1.0"
azure-storage-blob = "12.18.3"
waitress = "3.0.1"
waitress = "3.0.2"
certifi = "2024.7.4"
cryptography = "43.0.3"
msal = "1.24.1"
Expand All @@ -81,7 +81,7 @@ webob = "1.8.9"

[tool.poetry.dev-dependencies]
prospector = { extras = ["with_mypy", "with_bandit", "with_pyroma"], version = "1.10.3" }
c2cwsgiutils = { version = "6.0.8", extras = ["test_images"] }
c2cwsgiutils = { version = "6.0.9", extras = ["test_images"] }
scikit-image = { version = "0.22.0" }
pytest = "7.4.4"
testfixtures = "7.2.2"
Expand Down

0 comments on commit 711b32c

Please sign in to comment.