Skip to content

Commit

Permalink
Update dependency c2cwsgiutils to v5.1.9 (#2625)
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 9fa1891 commit ab5a0ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ main = "tilecloud_chain.server:main"

[tool.poetry.dependencies]
python = ">=3.8,<3.11"
c2cwsgiutils = { version = "5.1.7", extras = ["standard", "broadcast"] }
c2cwsgiutils = { version = "5.1.9", extras = ["standard", "broadcast"] }
pyramid-mako = "1.1.0"
python-dateutil = "2.8.2"
tilecloud = { version = "1.9.3", extras = ["azure", "aws", "redis", "wsgi"] }
Expand Down Expand Up @@ -89,7 +89,7 @@ webob = "1.8.9"

[tool.poetry.dev-dependencies]
prospector = { extras = ["with_mypy", "with_bandit", "with_pyroma"], version = "1.8.4" }
c2cwsgiutils = { version = "5.1.7", extras = ["test_images"] }
c2cwsgiutils = { version = "5.1.9", extras = ["test_images"] }
scikit-image = { version = "0.19.3" }
pytest = "7.2.2"
testfixtures = "7.0.4"
Expand Down

0 comments on commit ab5a0ce

Please sign in to comment.