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 Dec 1, 2024
1 parent 19e5219 commit ac25c2c
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.10,<3.12"
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.9.0.post0"
tilecloud = { version = "1.12.3", extras = ["azure", "aws", "redis", "wsgi"] }
Expand All @@ -66,7 +66,7 @@ jsonschema = "4.21.1"
pyramid = "2.0.2"
jsonschema-validator-new = "0.1.0"
azure-storage-blob = "12.19.1"
waitress = "3.0.1"
waitress = "3.0.2"
certifi = "2024.7.4"
azure-identity = { version = "1.16.1", optional = true }
cryptography = "43.0.3"
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 = "8.0.2"
testfixtures = "8.1.0"
Expand Down

0 comments on commit ac25c2c

Please sign in to comment.