Skip to content

Commit 35b50f6

Browse files
chore(deps-dev): update redis requirement from <5.0.0,>=2.10.5 to >=2.10.5,<9.0.0 (#443)
1 parent 3246ec7 commit 35b50f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ test-filesource = ["pyyaml>=5.3.1", "watchdog>=3.0.0"]
4545
dev = [
4646
"mock>=2.0.0",
4747
"pytest>=8.0.0,<10",
48-
"redis>=2.10.5,<5.0.0",
48+
"redis>=2.10.5,<9.0.0",
4949
"boto3>=1.9.71,<2.0.0",
5050
"coverage>=4.4",
5151
"jsonpickle>1.4.1",

0 commit comments

Comments
 (0)