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 23, 2024
1 parent 5e3736b commit 03359b8
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 30 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,16 +69,16 @@ 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"
Paste = "3.10.1"
psutil = "6.1.0"

[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
4 changes: 2 additions & 2 deletions tilecloud_chain/templates/openlayers.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
></script>

<script
src="https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.14.0/proj4.js"
integrity="sha512-VnRwf3v+9hq+zyPRWe6ojZRDhu9293LjVvVPKHpMMDQutVXObIpUJCA8LEXCXi+FrOPWz06182jz2+RL90lx0g=="
src="https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.15.0/proj4.js"
integrity="sha512-zlBm5j/0UjgCzqBVLkATd/2b9Yun4SzATXJ7v1T2KfjmP0iw8FUcG5mPD60SrdxU+tRkACm3IQRq55pEkp9Qow=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
Expand Down

0 comments on commit 03359b8

Please sign in to comment.