From 4840effa9736345fa2c494cbacd0ce62d8e51a85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 21:03:45 +0000 Subject: [PATCH] [pip]: Bump redis from 8.0.0 to 8.0.1 Bumps [redis](https://github.com/redis/redis-py) from 8.0.0 to 8.0.1. - [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.0.1) --- updated-dependencies: - dependency-name: redis dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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..8219f0d 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.0.1" ] requires-python = ">=3.11" keywords = ["redis", "lua", "PnP"]