Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all minor versions (master) (minor) #2501

Merged
merged 3 commits into from
Oct 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ services:
user: www-data

redis_master:
image: bitnami/redis:7.2.5
image: bitnami/redis:7.4.1
environment:
- REDIS_REPLICATION_MODE=master
- ALLOW_EMPTY_PASSWORD=yes

redis_slave:
image: bitnami/redis:7.2.5
image: bitnami/redis:7.4.1
environment:
- REDIS_REPLICATION_MODE=slave
- REDIS_MASTER_HOST=redis_master
Expand All @@ -38,7 +38,7 @@ services:
- redis_master

redis_sentinel:
image: bitnami/redis-sentinel:7.2.5
image: bitnami/redis-sentinel:7.4.1
environment:
- REDIS_MASTER_HOST=redis_master
- REDIS_MASTER_SET=mymaster
Expand Down
48 changes: 24 additions & 24 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.2.2"
"puppeteer": "23.5.0"
},
"type": "module"
}
38 changes: 19 additions & 19 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 @@ -66,12 +66,12 @@ Shapely = "2.0.6"
jsonschema = "4.23.0"
pyramid = "2.0.2"
jsonschema-validator-new = "0.1.0"
azure-storage-blob = "12.22.0"
azure-storage-blob = "12.23.1"
waitress = "3.0.0"
certifi = "2024.7.4"
certifi = "2024.8.30"

[tool.poetry.dev-dependencies]
prospector = { extras = ["with_mypy", "with_bandit", "with_pyroma"], version = "1.10.3" }
prospector = { extras = ["with_mypy", "with_bandit", "with_pyroma"], version = "1.11.0" }
c2cwsgiutils = { version = "6.0.8", extras = ["test_images"] }
scikit-image = { version = "0.24.0" }
pytest = "8.3.3"
Expand Down
10 changes: 5 additions & 5 deletions tilecloud_chain/templates/openlayers.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<link
crossorigin="anonymous"
href="https://cdn.jsdelivr.net/npm/ol@10.0.0/ol.css"
href="https://cdn.jsdelivr.net/npm/ol@10.2.1/ol.css"
integrity="sha384-Jpg1uvTciFJuHq+90Ly0/2SKRT9yS5OhbIN5FuFoFWji9fc44ok8xxO88CJi8Z5W"
referrerpolicy="no-referrer"
rel="stylesheet"
Expand Down Expand Up @@ -60,9 +60,9 @@
<div id="map"></div>
<script
crossorigin="anonymous"
integrity="sha384-JXoF0+x0lC3BdAL3ZGCKT81CEPg2lOBZJ9NReU1fQdPrYdDMs5psflK3WJT2A6vQ"
integrity="sha384-2biaJbygszOKXKsLbF+auMBrB377U1RJUvQIsPmEOtUSKzkcsTOZSykhqnkmx2QU"
referrerpolicy="no-referrer"
src="https://cdn.jsdelivr.net/npm/ol@10.0.0/dist/ol.js"
src="https://cdn.jsdelivr.net/npm/ol@10.2.1/dist/ol.js"
></script>
<script
crossorigin="anonymous"
Expand All @@ -72,8 +72,8 @@
></script>

<script
src="https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.11.0/proj4.js"
integrity="sha512-iJs/hgHOlo6Eo8i+nYtuEPa+CZ6E3C2Z0s1LkSuvLtclMQlqmxPjP6XaXDi0Ki6NsUuQ2Zmo0UeFOLSgjbv5+A=="
src="https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.12.1/proj4.js"
integrity="sha512-8cX2hkLcrgklvabUEGfanjHM+J9Aw1/WEt+649vdP8QcbmRLAnxT4YS2/plOSsQzv7PDBogUYxbMxB9LdBN1oA=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
Expand Down
Loading