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 Nov 1, 2024
1 parent 2244a85 commit a7ecd73
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions acceptance_tests/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 acceptance_tests/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ idna = "3.7"
gunicorn = "22.0.0"
certifi = "2024.7.4"
sentry-sdk = "2.8.0"
webob = "1.8.8"
webob = "1.8.9"
8 changes: 4 additions & 4 deletions app/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 app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ gunicorn = "22.0.0"
requests = "2.32.3"
certifi = "2024.7.4"
sentry-sdk = "2.8.0"
webob = "1.8.8"
webob = "1.8.9"

[tool.poetry.dev-dependencies]
prospector = { extras = ["with_mypy", "with_bandit"], version = "1.10.3" }
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ services:
hostname: slave-file

redis:
image: redis:7.2.5
image: redis:7.2.6
mem_limit: 64m
command: redis-server --save "" --appendonly no

Expand Down

0 comments on commit a7ecd73

Please sign in to comment.