Skip to content

Commit 4d496cc

Browse files
Update all minor versions
1 parent bab6939 commit 4d496cc

File tree

5 files changed

+28
-28
lines changed

5 files changed

+28
-28
lines changed

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
- ./docker/test-db:/docker-entrypoint-initdb.d:ro
1010

1111
mapserver:
12-
image: camptocamp/mapserver:8.0
12+
image: camptocamp/mapserver:8.2
1313
environment:
1414
MS_DEBUGLEVEL: '5'
1515
MAPSERVER_CATCH_SEGV: '1'

package-lock.json

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"devDependencies": {
33
"commander": "12.1.0",
4-
"puppeteer": "23.7.1"
4+
"puppeteer": "23.9.0"
55
},
66
"type": "module"
77
}

poetry.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,14 @@ Shapely = "2.0.6"
6969
jsonschema = "4.23.0"
7070
pyramid = "2.0.2"
7171
jsonschema-validator-new = "0.3.2"
72-
azure-storage-blob = "12.23.1"
72+
azure-storage-blob = "12.24.0"
7373
waitress = "3.0.1"
7474
certifi = "2024.8.30"
7575

7676
[tool.poetry.group.dev.dependencies]
7777
prospector = { extras = ["with_mypy", "with_bandit", "with_pyroma", "with_ruff"], version = "1.13.2" }
78-
prospector-profile-duplicated = "1.7.0"
79-
prospector-profile-utils = "1.11.1"
78+
prospector-profile-duplicated = "1.8.0"
79+
prospector-profile-utils = "1.12.2"
8080
c2cwsgiutils = { version = "6.1.3", extras = ["test_images"] }
8181
scikit-image = { version = "0.24.0" }
8282
pytest = "8.3.3"

0 commit comments

Comments
 (0)