From 8f2257db6a6d30c5c8555af75f1be3a1f3f2e25e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 19:43:31 +0000 Subject: [PATCH] chore(deps): bump redis from 8.0.1 to 8.1.0 Bumps [redis](https://github.com/redis/redis-py) from 8.0.1 to 8.1.0. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/v8.0.1...v8.1.0) --- updated-dependencies: - dependency-name: redis dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",