chore(deps): upgrade redis from 4.x to 5.x (#36593)

This commit is contained in:
Amin Ghadersohi
2025-12-12 14:38:04 -05:00
committed by GitHub
parent e5b7e38a30
commit 92c63a54e4
3 changed files with 5 additions and 3 deletions

View File

@@ -92,7 +92,7 @@ dependencies = [
"pyarrow>=16.1.0, <19", # before upgrading pyarrow, check that all db dependencies support this, see e.g. https://github.com/apache/superset/pull/34693
"pyyaml>=6.0.0, <7.0.0",
"PyJWT>=2.4.0, <3.0",
"redis>=4.6.0, <5.0",
"redis>=5.0.0, <6.0",
"selenium>=4.14.0, <5.0",
"shillelagh[gsheetsapi]>=1.4.3, <2.0",
"sshtunnel>=0.4.0, <0.5",