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 15, 2024
1 parent 43384ab commit 7275cbd
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 24 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.8.0"
},
"type": "module"
}
14 changes: 7 additions & 7 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@ 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-duplicated = "1.8.0"
prospector-profile-utils = "1.11.1"
c2cwsgiutils = { version = "6.1.3", extras = ["test_images"] }
scikit-image = { version = "0.24.0" }
Expand Down

0 comments on commit 7275cbd

Please sign in to comment.