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 Nov 21, 2024
1 parent bab6939 commit 4d496cc
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
- ./docker/test-db:/docker-entrypoint-initdb.d:ro

mapserver:
image: camptocamp/mapserver:8.0
image: camptocamp/mapserver:8.2
environment:
MS_DEBUGLEVEL: '5'
MAPSERVER_CATCH_SEGV: '1'
Expand Down
26 changes: 13 additions & 13 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"devDependencies": {
"commander": "12.1.0",
"puppeteer": "23.7.1"
"puppeteer": "23.9.0"
},
"type": "module"
}
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 @@ -69,14 +69,14 @@ Shapely = "2.0.6"
jsonschema = "4.23.0"
pyramid = "2.0.2"
jsonschema-validator-new = "0.3.2"
azure-storage-blob = "12.23.1"
azure-storage-blob = "12.24.0"
waitress = "3.0.1"
certifi = "2024.8.30"

[tool.poetry.group.dev.dependencies]
prospector = { extras = ["with_mypy", "with_bandit", "with_pyroma", "with_ruff"], version = "1.13.2" }
prospector-profile-duplicated = "1.7.0"
prospector-profile-utils = "1.11.1"
prospector-profile-duplicated = "1.8.0"
prospector-profile-utils = "1.12.2"
c2cwsgiutils = { version = "6.1.3", extras = ["test_images"] }
scikit-image = { version = "0.24.0" }
pytest = "8.3.3"
Expand Down

0 comments on commit 4d496cc

Please sign in to comment.