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 Jul 2, 2024
1 parent 15a95a5 commit b7c4a0d
Show file tree
Hide file tree
Showing 5 changed files with 88 additions and 101 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base of all section, install the apt packages
FROM ghcr.io/osgeo/gdal:ubuntu-small-3.8.0 as base-all
FROM ghcr.io/osgeo/gdal:ubuntu-small-3.9.1 as base-all
LABEL maintainer Camptocamp "info@camptocamp.com"

# Fail on error on pipe, see: https://github.com/hadolint/hadolint/wiki/DL4006.
Expand Down
159 changes: 73 additions & 86 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"devDependencies": {
"commander": "12.0.0",
"puppeteer": "22.3.0"
"commander": "12.1.0",
"puppeteer": "22.12.1"
},
"type": "module"
}
20 changes: 10 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,29 +58,29 @@ python = ">=3.9,<3.11"
c2cwsgiutils = { version = "6.0.4", extras = ["standard", "broadcast", "oauth2", "debug"] }
pyramid-mako = "1.1.0"
python-dateutil = "2.9.0.post0"
tilecloud = { version = "1.11.0", extras = ["azure", "aws", "redis", "wsgi"] }
tilecloud = { version = "1.12.1", extras = ["azure", "aws", "redis", "wsgi"] }
Jinja2 = "3.1.2"
PyYAML = "6.0.1"
Shapely = "2.0.1"
jsonschema = "4.21.1"
jsonschema = "4.22.0"
pyramid = "2.0.2"
jsonschema-validator-new = "0.1.0"
azure-storage-blob = "12.19.0"
azure-storage-blob = "12.20.0"
waitress = "3.0.0"
certifi = "2024.2.2"
certifi = "2024.6.2"

[tool.poetry.dev-dependencies]
prospector = { extras = ["with_mypy", "with_bandit", "with_pyroma"], version = "1.10.2" }
c2cwsgiutils = { version = "6.0.4", extras = ["test_images"] }
scikit-image = { version = "0.22.0" }
pytest = "8.0.0"
testfixtures = "8.1.0"
coverage = "7.4.0"
scikit-image = { version = "0.24.0" }
pytest = "8.2.2"
testfixtures = "8.3.0"
coverage = "7.5.4"
types-redis = "4.6.0.7"
types-requests = "2.31.0.6"
types-requests = "2.32.0.20240622"

[tool.poetry.group.dev.dependencies]
prospector-profile-duplicated = "1.1.0"
prospector-profile-duplicated = "1.5.0"

[build-system]
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning", "poetry-plugin-tweak-dependencies-version", "poetry-plugin-drop-python-upper-constraint"]
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.10.0/proj4.js"
integrity="sha512-e3rsOu6v8lmVnZylXpOq3DO/UxrCgoEMqosQxGygrgHlves9HTwQzVQ/dLO+nwSbOSAecjRD7Y/c4onmiBVo6w=="
src="https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.11.0/proj4.js"
integrity="sha512-iJs/hgHOlo6Eo8i+nYtuEPa+CZ6E3C2Z0s1LkSuvLtclMQlqmxPjP6XaXDi0Ki6NsUuQ2Zmo0UeFOLSgjbv5+A=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
Expand Down

0 comments on commit b7c4a0d

Please sign in to comment.