diff --git a/pyproject.toml b/pyproject.toml index 394fd2429524..fa90f4732e87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -108,7 +108,7 @@ dependencies = [ "pyarrow>=24.0.0, <26", # before upgrading pyarrow, check that all db dependencies support this, see e.g. https://github.com/apache/superset/pull/34693 "pyyaml>=6.0.3, <7.0.0", "PyJWT>=2.4.0, <3.0", - "redis>=5.0.0, <9.0", + "redis>=8.1.0, <9.0", "rison>=2.0.1, <3.0", "selenium>=4.46.0, <5.0", "shillelagh[gsheetsapi]>=1.4.4, <2.0", diff --git a/requirements/base.txt b/requirements/base.txt index dd2e9b105319..d3b2eea75a7b 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -357,7 +357,7 @@ pyyaml==6.0.3 # via # apache-superset (pyproject.toml) # apispec -redis==8.0.1 +redis==8.1.0 # via apache-superset (pyproject.toml) referencing==0.36.2 # via diff --git a/requirements/development.txt b/requirements/development.txt index 1c7b7dfde181..fc27a57c9b18 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -874,7 +874,7 @@ pyyaml==6.0.3 # fastmcp-slim # jsonschema-path # pre-commit -redis==8.0.1 +redis==8.1.0 # via # -c requirements/base-constraint.txt # apache-superset