Skip to content

Commit

Permalink
Update all minor versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 3, 2024
1 parent 42cb035 commit 5c446f2
Show file tree
Hide file tree
Showing 10 changed files with 128 additions and 159 deletions.
10 changes: 5 additions & 5 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 @@ -23,5 +23,5 @@ sphinx-argparse = "0.5.2"
Sphinx-Substitution-Extensions = { extras = ["prompt"], version = "2024.10.17" }
sphinxcontrib-mermaid = "1.0.0"
c2cwsgiutils = ">=6.0.0.dev148"
tilecloud-chain = "1.21.0"
tilecloud-chain = "1.22.0"
boto3 = { version = "1.35.72", optional = true }
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ services:
lra.restrictionarea_id = ra.id AND lra.layer_id = la.id AND la.name = '

tilecloudchain:
image: camptocamp/tilecloud-chain:1.21
image: camptocamp/tilecloud-chain:1.22
user: www-data
restart: unless-stopped
environment:
Expand Down
25 changes: 14 additions & 11 deletions docker/qgisserver/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 docker/qgisserver/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ c2cwsgiutils = { extras = ["broadcast"], version = "6.1.5" }
papyrus = "2.6.2" # commons
transaction = "5.0" # commons
"c2c.template" = "2.4.2"
GeoAlchemy2 = "0.15.2"
GeoAlchemy2 = "0.16.0"
SQLAlchemy = "2.0.36" # commons
"zope.event" = "5.0" # commons
"zope.sqlalchemy" = "3.1" # commons
Expand All @@ -39,7 +39,7 @@ pytz = "2024.2"

[tool.poetry.dev-dependencies]
prospector = { extras = ["with_mypy", "with_bandit"], version = "1.13.3" }
prospector-profile-duplicated = "1.6.0"
prospector-profile-utils = "1.9.1"
prospector-profile-duplicated = "1.9.0"
prospector-profile-utils = "1.14.1"
types-pyyaml = "6.0.12.20240917"
pytest = "8.3.4"
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ services:
- redis_slave

tilecloudchain:
image: &tilecloudchain-image camptocamp/tilecloud-chain:1.21
image: &tilecloudchain-image camptocamp/tilecloud-chain:1.22
user: www-data
restart: unless-stopped
environment:
Expand Down
Loading

0 comments on commit 5c446f2

Please sign in to comment.