Skip to content

Commit 05fd5f3

Browse files
authored
⬆️ upgrade redis to 6.0.0
1 parent 880a918 commit 05fd5f3

File tree

3 files changed

+252
-248
lines changed

3 files changed

+252
-248
lines changed

envs/test/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ packages = [{ include = "githubkit-test.py" }]
99
[tool.poetry.dependencies]
1010
python = "^3.9"
1111
anyio = "*"
12-
redis = "^5.2.0"
1312
pytest = "^8.1.0"
1413
pytest-cov = "^6.0.0"
1514
pytest-xdist = "^3.5.0"
15+
redis = ">=5.2.0, <7.0.0"
1616
coverage-conditional-plugin = "^0.9.0"
1717

1818
[build-system]

0 commit comments

Comments
 (0)