Skip to content

Commit

Permalink
Update all patch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 1, 2024
1 parent 4641ae7 commit 61649e7
Show file tree
Hide file tree
Showing 5 changed files with 79 additions and 80 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.8.5 as base-all
LABEL maintainer Camptocamp "info@camptocamp.com"

# Fail on error on pipe, see: https://github.com/hadolint/hadolint/wiki/DL4006.
Expand Down
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.1
image: bitnami/redis:7.2.5
environment:
- REDIS_REPLICATION_MODE=master
- ALLOW_EMPTY_PASSWORD=yes

redis_slave:
image: bitnami/redis:7.2.1
image: bitnami/redis:7.2.5
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.1
image: bitnami/redis-sentinel:7.2.5
environment:
- REDIS_MASTER_HOST=redis_master
- REDIS_MASTER_SET=mymaster
Expand Down
127 changes: 63 additions & 64 deletions poetry.lock

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

16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ main = "tilecloud_chain.server:main"

[tool.poetry.dependencies]
python = ">=3.10,<3.12"
c2cwsgiutils = { version = "6.0.4", extras = ["standard", "broadcast", "oauth2", "debug"] }
c2cwsgiutils = { version = "6.0.8", extras = ["standard", "broadcast", "oauth2", "debug"] }
pyramid-mako = "1.1.0"
python-dateutil = "2.9.0.post0"
tilecloud = { version = "1.12.1", extras = ["azure", "aws", "redis", "wsgi"] }
Jinja2 = "3.1.2"
tilecloud = { version = "1.12.2", extras = ["azure", "aws", "redis", "wsgi"] }
Jinja2 = "3.1.4"
PyYAML = "6.0.1"
Shapely = "2.0.1"
Shapely = "2.0.5"
jsonschema = "4.22.0"
pyramid = "2.0.2"
jsonschema-validator-new = "0.1.0"
Expand All @@ -70,14 +70,14 @@ waitress = "3.0.0"
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"] }
prospector = { extras = ["with_mypy", "with_bandit", "with_pyroma"], version = "1.10.3" }
c2cwsgiutils = { version = "6.0.8", extras = ["test_images"] }
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.32.0.20240622"
types-redis = "4.6.0.20240726"
types-requests = "2.32.0.20240712"

[tool.poetry.group.dev.dependencies]
prospector-profile-duplicated = "1.5.0"
Expand Down
Loading

0 comments on commit 61649e7

Please sign in to comment.