Skip to content

Commit

Permalink
chore(deps): bump redis from 4.5.3 to 4.5.4
Browse files Browse the repository at this point in the history
Redis 4.5.4 has a workaround for redis/redis-py#2633, which was causing
cache misses to raise an uncaught `CancelledError` in the weather
backend.
  • Loading branch information
linabutler committed Mar 30, 2023
1 parent 7096057 commit 4616a0c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
11 changes: 7 additions & 4 deletions 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ wrapt = "^1.14.1"
elasticsearch = {extras = ["async"], version = "^8.5.0"}
google-cloud-storage = "^2.6.0"
typer = "^0.7.0"
redis = "^4.5.3"
redis = "^4.5.4"

[tool.poetry.dev-dependencies]
black = "^22.6.0"
Expand Down
11 changes: 7 additions & 4 deletions tests/load/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 tests/load/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ httpx = "^0.23.3"
kinto-http = "^11.0.0"
locust = "^2.14.2"
pydantic = "^1.10.4"
redis = "^4.5.3"
redis = "^4.5.4"
starlette = "^0.25.0"
wrapt = "^1.14.1"

Expand Down

0 comments on commit 4616a0c

Please sign in to comment.