Skip to content

Commit f7c061f

Browse files
authored
Update redis dependency to version 7 (#106)
1 parent 18f9f4d commit f7c061f

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

poetry.lock

Lines changed: 6 additions & 5 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
@@ -27,7 +27,7 @@ keywords = [
2727
[tool.poetry.dependencies]
2828
python = "^3.9"
2929
taskiq = ">=0.11.12,<1"
30-
redis = "^6"
30+
redis = "^7"
3131

3232
[tool.poetry.group.dev.dependencies]
3333
pytest = "^8"

0 commit comments

Comments
 (0)