Skip to content

Commit f66a9fd

Browse files
authored
chore(deps): bump redis from 4.5.3 to 4.5.4 (#258)
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.
1 parent 7096057 commit f66a9fd

File tree

4 files changed

+16
-10
lines changed

4 files changed

+16
-10
lines changed

poetry.lock

Lines changed: 7 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ wrapt = "^1.14.1"
7878
elasticsearch = {extras = ["async"], version = "^8.5.0"}
7979
google-cloud-storage = "^2.6.0"
8080
typer = "^0.7.0"
81-
redis = "^4.5.3"
81+
redis = "^4.5.4"
8282

8383
[tool.poetry.dev-dependencies]
8484
black = "^22.6.0"

tests/load/poetry.lock

Lines changed: 7 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/load/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ httpx = "^0.23.3"
1616
kinto-http = "^11.0.0"
1717
locust = "^2.14.2"
1818
pydantic = "^1.10.4"
19-
redis = "^4.5.3"
19+
redis = "^4.5.4"
2020
starlette = "^0.25.0"
2121
wrapt = "^1.14.1"
2222

0 commit comments

Comments
 (0)