Skip to content

Commit

Permalink
Update all patch versions (#11528)
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 12, 2024
1 parent 913fe2f commit 7d7d445
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 35 deletions.
22 changes: 11 additions & 11 deletions doc/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 doc/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ Sphinx-Substitution-Extensions = { extras = ["prompt"], version = "2024.10.17" }
sphinxcontrib-mermaid = "1.0.0"
c2cwsgiutils = ">=6.0.0.dev148"
tilecloud-chain = "1.21.0"
boto3 = { version = "1.35.54", optional = true }
boto3 = { version = "1.35.58", optional = true }
8 changes: 4 additions & 4 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 @@ -24,7 +24,7 @@ authors = []

[tool.poetry.dependencies]
python = ">=3.10,<3.13"
c2cwsgiutils = { extras = ["broadcast"], version = "6.1.2" }
c2cwsgiutils = { extras = ["broadcast"], version = "6.1.3" }
papyrus = "2.6.2" # commons
transaction = "5.0" # commons
"c2c.template" = "2.4.2"
Expand Down
8 changes: 4 additions & 4 deletions geoportal/package-lock.json

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

2 changes: 1 addition & 1 deletion geoportal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"file-loader": "6.2.0",
"html-webpack-plugin": "5.6.3",
"loader-utils": "3.3.1",
"magic-comments-loader": "2.1.3",
"magic-comments-loader": "2.1.4",
"mini-css-extract-plugin": "2.9.2",
"minify-html-literals-loader": "1.1.1",
"neat-csv": "7.0.0",
Expand Down
20 changes: 10 additions & 10 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 @@ -31,7 +31,7 @@ authors = []
python = ">=3.10,<3.13"
alembic = "1.14.0" # geoportal
"c2c.template" = "2.4.2" # geoportal
c2cgeoform = "2.4.3" # commons
c2cgeoform = "2.4.4" # commons
colander = "2.0" # commons, admin
ColanderAlchemy = "0.3.4" # commons
cookiecutter = "2.6.0" # geoportal
Expand Down Expand Up @@ -67,7 +67,7 @@ SQLAlchemy = "2.0.36"
transaction = "5.0" # commons, geoportal
translationstring = "1.4" # admin
"zope.event" = "5.0" # commons, geoportal
c2cwsgiutils = { version = "6.1.2", extras = ["broadcast", "standard", "oauth2", "debug"] }
c2cwsgiutils = { version = "6.1.3", extras = ["broadcast", "standard", "oauth2", "debug"] }
oauthlib = "3.2.2"
tilecloud = "1.12.3" # geoportal
azure-storage-blob = "12.23.1"
Expand All @@ -94,7 +94,7 @@ types-pytz = "2024.2.0.20241003"
types-pyyaml = "6.0.12.20240917"
types-python-dateutil = "2.9.0.20241003"
types-requests = "2.32.0.20241016"
types-setuptools = "75.3.0.20241107"
types-setuptools = "75.3.0.20241112"
mappyfile = "1.0.2"
# To be able to upgrade project from version <= 2.8
c2cciutils = { version = "1.5.8", extras = ["checks"] }
Expand Down

0 comments on commit 7d7d445

Please sign in to comment.