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] committed Oct 3, 2023
1 parent 9534ca5 commit 988c721
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 13 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ services:
user: www-data

redis_master:
image: redis:7.0.12
image: redis:7.0.13

redis_slave:
image: redis:7.0.12
image: redis:7.0.13
command: redis-server --slaveof redis_master 6379
depends_on:
- redis_master
Expand Down
60 changes: 52 additions & 8 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 @@ -59,7 +59,7 @@ main = "tilecloud_chain.server:main"

[tool.poetry.dependencies]
python = ">=3.8,<3.11"
c2cwsgiutils = { version = "5.1.6", extras = ["standard", "broadcast"] }
c2cwsgiutils = { version = "5.1.7", extras = ["standard", "broadcast"] }
pyramid-mako = "1.1.0"
python-dateutil = "2.8.2"
tilecloud = { version = "1.9.3", extras = ["azure", "aws", "redis", "wsgi"] }
Expand All @@ -77,14 +77,14 @@ sentry-sdk = "1.14.0"
redis = "4.4.4"
requests = "2.31.0"
# Workaround to be able to do the lock file update
urllib3 = "1.26.16"
urllib3 = "1.26.17"
scipy = "1.10.1"
pillow = "10.0.1"
msal = "1.24.1"

[tool.poetry.dev-dependencies]
prospector = { extras = ["with_mypy", "with_bandit", "with_pyroma"], version = "1.8.4" }
c2cwsgiutils = { version = "5.1.6", extras = ["test_images"] }
c2cwsgiutils = { version = "5.1.7", extras = ["test_images"] }
scikit-image = { version = "0.19.3" }
pytest = "7.2.2"
testfixtures = "7.0.4"
Expand Down

0 comments on commit 988c721

Please sign in to comment.