Skip to content

Commit

Permalink
Update all patch versions (2.7) (patch) (#11563)
Browse files Browse the repository at this point in the history
* Update all patch versions

* Do lock

* Fix lock

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Stéphane Brunner <stephane.brunner@camptocamp.com>
  • Loading branch information
renovate[bot] and sbrunner authored Dec 3, 2024
1 parent 522fb5e commit 4399541
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 34 deletions.
6 changes: 3 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ SQLAlchemy = "==1.4.54"
transaction = "==3.0.1" # commons, geoportal
translationstring = "==1.4" # admin
"zope.event" = "==4.4" # commons, geoportal
c2cwsgiutils = {version = "==5.0.2", extras = ["broadcast", "profiler", "standard"]}
c2cwsgiutils = {version = "==5.0.4", extras = ["broadcast", "profiler", "standard"]}
oauthlib = "==3.2.2"
tilecloud = "==1.8.2" # geoportal
azure-storage-blob = "==12.14.1"
Expand Down Expand Up @@ -72,7 +72,7 @@ click-plugins = "==1.1.1"
cligj = "==0.7.2"
cornice = "==6.0.1"
decorator = "==5.1.1"
deprecated = "==1.2.14"
deprecated = "==1.2.15"
graphviz = "==0.19.2"
greenlet = "==1.1.3.post0"
gunicorn = "==22.0.0"
Expand Down Expand Up @@ -130,7 +130,7 @@ typing-extensions = "==4.0.1"
ujson = "==5.4.0"
urllib3 = "==1.26.20"
venusian = "==3.0.0"
waitress = "==3.0.1"
waitress = "==3.0.2"
webob = "==1.8.9"
wrapt = "==1.13.3"
zipp = "==3.19.3"
Expand Down
24 changes: 12 additions & 12 deletions Pipfile.lock

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

4 changes: 2 additions & 2 deletions docker/qgisserver/python/3.10/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ url = "https://pypi.org/simple"
verify_ssl = true

[packages]
c2cwsgiutils = {extras = ["broadcast"], version = "==5.0.2"}
c2cwsgiutils = {extras = ["broadcast"], version = "==5.0.4"}
papyrus = "==2.4" # commons
transaction = "==3.0.1" # commons
"c2c.template" = "==2.3.0"
Expand All @@ -18,7 +18,7 @@ psycopg2 = "==2.9.10"
pytz = "==2021.3"
# Lock dependencies
bottle = "==0.12.25"
deprecated = "==1.2.14"
deprecated = "==1.2.15"
geojson = "==2.5.0"
greenlet = "==1.1.3.post0"
hupper = "==1.10.3"
Expand Down
18 changes: 9 additions & 9 deletions docker/qgisserver/python/3.10/Pipfile.lock

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

4 changes: 2 additions & 2 deletions docker/qgisserver/python/3.8/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ url = "https://pypi.org/simple"
verify_ssl = true

[packages]
c2cwsgiutils = {extras = ["broadcast"], version = "==5.0.2"}
c2cwsgiutils = {extras = ["broadcast"], version = "==5.0.4"}
papyrus = "==2.4" # commons
transaction = "==3.0.1" # commons
"c2c.template" = "==2.3.0"
Expand All @@ -19,7 +19,7 @@ psycopg2 = "==2.9.10"
pytz = "==2021.3"
# Lock dependencies
bottle = "==0.12.25"
deprecated = "==1.2.14"
deprecated = "==1.2.15"
geojson = "==2.5.0"
greenlet = "==1.1.3.post0"
hupper = "==1.10.3"
Expand Down
12 changes: 6 additions & 6 deletions docker/qgisserver/python/3.8/Pipfile.lock

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

0 comments on commit 4399541

Please sign in to comment.