Skip to content

Commit

Permalink
Update dependency c2cwsgiutils to v5.1.9 (#11534)
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 Nov 13, 2024
1 parent a8c5d8d commit 80fca93
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions docker/qgisserver/poetry.lock

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

2 changes: 1 addition & 1 deletion docker/qgisserver/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ authors = []

[tool.poetry.dependencies]
python = ">=3.10,<3.11"
c2cwsgiutils = { extras = ["broadcast"], version = "5.1.7" }
c2cwsgiutils = { extras = ["broadcast"], version = "5.1.9" }
papyrus = "2.5" # commons
transaction = "3.0.1" # commons
"c2c.template" = "2.3.0"
Expand Down
6 changes: 3 additions & 3 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ SQLAlchemy = "1.4.54"
transaction = "3.0.1" # commons, geoportal
translationstring = "1.4" # admin
"zope.event" = "4.6" # commons, geoportal
c2cwsgiutils = { version = "5.1.7", extras = ["broadcast", "standard"] }
c2cwsgiutils = { version = "5.1.9", extras = ["broadcast", "standard"] }
oauthlib = "3.2.2"
tilecloud = "1.9.3" # geoportal
azure-storage-blob = "12.14.1"
Expand Down

0 comments on commit 80fca93

Please sign in to comment.