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 1, 2024
1 parent 783e931 commit 930047a
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 29 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,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.5.0"
"puppeteer": "23.6.1"
},
"type": "module"
}
14 changes: 5 additions & 9 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 @@ -56,7 +56,7 @@ main = "tilecloud_chain.server:main"
[tool.poetry.dependencies]
# Minimal version should also be set in the jsonschema-gentypes.yaml file
python = ">=3.10,<3.13"
c2cwsgiutils = { version = "6.0.8", extras = ["standard", "broadcast", "oauth2", "debug"] }
c2cwsgiutils = { version = "6.1.2", extras = ["standard", "broadcast", "oauth2", "debug"] }
pyramid-mako = "1.1.0"
python-dateutil = "2.9.0.post0"
tilecloud = { version = "1.12.3", extras = ["azure", "aws", "redis", "wsgi"] }
Expand All @@ -74,7 +74,7 @@ certifi = "2024.8.30"
prospector = { extras = ["with_mypy", "with_bandit", "with_pyroma"], version = "1.12.0" }
prospector-profile-duplicated = "1.6.0"
prospector-profile-utils = "1.9.1"
c2cwsgiutils = { version = "6.0.8", extras = ["test_images"] }
c2cwsgiutils = { version = "6.1.2", extras = ["test_images"] }
scikit-image = { version = "0.24.0" }
pytest = "8.3.3"
testfixtures = "8.3.0"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ poetry==1.8.3
poetry-plugin-export==1.8.0
poetry-dynamic-versioning==1.4.1
poetry-plugin-tweak-dependencies-version==1.5.2
pip==24.2
pip==24.3.1
poetry-plugin-drop-python-upper-constraint==0.1.0
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.12.1/proj4.js"
integrity="sha512-8cX2hkLcrgklvabUEGfanjHM+J9Aw1/WEt+649vdP8QcbmRLAnxT4YS2/plOSsQzv7PDBogUYxbMxB9LdBN1oA=="
src="https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.14.0/proj4.js"
integrity="sha512-VnRwf3v+9hq+zyPRWe6ojZRDhu9293LjVvVPKHpMMDQutVXObIpUJCA8LEXCXi+FrOPWz06182jz2+RL90lx0g=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
Expand Down

0 comments on commit 930047a

Please sign in to comment.