Skip to content

Commit e13bab8

Browse files
Update redis[hiredis] requirement from <6,>=5.2.0 to >=5.2.0,<8
Updates the requirements on [redis[hiredis]](https://github.com/redis/redis-py) to permit the latest version. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](redis/redis-py@v5.2.0...v7.0.1) --- updated-dependencies: - dependency-name: redis[hiredis] dependency-version: 7.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 22b37a0 commit e13bab8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ all = [
3939
"boto3-stubs>=1.35.65,<2.0",
4040
"mypy-boto3-kinesis>=1.35.65,<2.0",
4141
"mypy-boto3-s3>=1.35.65,<2.0",
42-
"redis[hiredis]>=5.2.0,<6",
42+
"redis[hiredis]>=5.2.0,<8",
4343
"azure-storage-blob>=12.24.0,<12.25",
4444
"neo4j>=5.27.0,<6",
4545
"pymongo>=4.11,<5",
@@ -73,7 +73,7 @@ mqtt = ["paho-mqtt>=2.1.0,<3"]
7373
# different requirements in the future.
7474
kinesis = ["quixstreams[aws]", "mypy-boto3-kinesis>=1.35.65,<2.0"]
7575
s3 = ["quixstreams[aws]", "mypy-boto3-s3>=1.35.65,<2.0"]
76-
redis = ["redis[hiredis]>=5.2.0,<6"]
76+
redis = ["redis[hiredis]>=5.2.0,<8"]
7777
azure-file = ["quixstreams[azure]"]
7878

7979
[tool.setuptools.packages.find]

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ fastavro>=1.8,<2.0
55
protobuf>=5.27.2,<7.0
66
influxdb3-python>=0.7.0,<1.0
77
pyiceberg[pyarrow,glue]>=0.7
8-
redis[hiredis]>=5.2.0,<6
8+
redis[hiredis]>=5.2.0,<8
99
pandas>=1.0.0,<3.0
1010
psycopg2-binary>=2.9,<3
1111
paho-mqtt>=2.1.0,<3

0 commit comments

Comments
 (0)