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 Oct 4, 2024
1 parent 5ab4b4c commit 5f9585e
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 deletions.
18 changes: 9 additions & 9 deletions doc/poetry.lock

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

2 changes: 1 addition & 1 deletion doc/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ Sphinx-Substitution-Extensions = { extras = ["prompt"], version = "2024.8.6" }
sphinxcontrib-mermaid = "0.9.2"
c2cwsgiutils = ">=6.0.0.dev148"
tilecloud-chain = "1.21.0"
boto3 = { version = "1.35.31", optional = true }
boto3 = { version = "1.35.33", optional = true }
Original file line number Diff line number Diff line change
Expand Up @@ -165,13 +165,13 @@ services:
- '30'

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

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

redis_sentinel:
image: bitnami/redis-sentinel:7.4.0
image: bitnami/redis-sentinel:7.4.1
environment:
- REDIS_MASTER_HOST=redis_master
- REDIS_MASTER_SET=mymaster
Expand Down
14 changes: 7 additions & 7 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 @@ -88,9 +88,9 @@ polib = "1.2.0" # i18n
pykwalify = "1.8.0" # Validate config
pytest = "8.3.3" # tests
WebTest = "3.0.1" # admin tests
types-pytz = "2024.2.0.20240913"
types-pytz = "2024.2.0.20241003"
types-pyyaml = "6.0.12.20240917"
types-python-dateutil = "2.9.0.20240906"
types-python-dateutil = "2.9.0.20241003"
types-requests = "2.32.0.20240914"
types-setuptools = "75.1.0.20240917"
mappyfile = "1.0.2"
Expand Down

0 comments on commit 5f9585e

Please sign in to comment.