diff --git a/pyproject.toml b/pyproject.toml index 92e3369bd..f2fe0d4cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ all = [ "boto3-stubs>=1.35.65,<2.0", "mypy-boto3-kinesis>=1.35.65,<2.0", "mypy-boto3-s3>=1.35.65,<2.0", - "redis[hiredis]>=5.2.0,<6", + "redis[hiredis]>=5.2.0,<8", "azure-storage-blob>=12.24.0,<12.25", "neo4j>=5.27.0,<6", "pymongo>=4.11,<5", @@ -73,7 +73,7 @@ mqtt = ["paho-mqtt>=2.1.0,<3"] # different requirements in the future. kinesis = ["quixstreams[aws]", "mypy-boto3-kinesis>=1.35.65,<2.0"] s3 = ["quixstreams[aws]", "mypy-boto3-s3>=1.35.65,<2.0"] -redis = ["redis[hiredis]>=5.2.0,<6"] +redis = ["redis[hiredis]>=5.2.0,<8"] azure-file = ["quixstreams[azure]"] [tool.setuptools.packages.find] diff --git a/tests/requirements.txt b/tests/requirements.txt index 032dbd9fb..e9d791954 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -5,7 +5,7 @@ fastavro>=1.8,<2.0 protobuf>=5.27.2,<7.0 influxdb3-python>=0.7.0,<1.0 pyiceberg[pyarrow,glue]>=0.7 -redis[hiredis]>=5.2.0,<6 +redis[hiredis]>=5.2.0,<8 pandas>=1.0.0,<3.0 psycopg2-binary>=2.9,<3 paho-mqtt>=2.1.0,<3