From c4489d1d22e460036dbb9b43ada6b352c5e5629a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 21:04:24 +0000 Subject: [PATCH] [pip]: Bump redis from 8.0.0 to 8.1.0 Bumps [redis](https://github.com/redis/redis-py) from 8.0.0 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.0...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 3beea59..f332112 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ description = "Pluggable client for easy and intuitive work with the Redis datab readme = "README.md" license = "MIT" dependencies = [ - "redis==8.0.0" + "redis==8.1.0" ] requires-python = ">=3.11" keywords = ["redis", "lua", "PnP"]