From 043738905b7ba9daefd2df62019d631c2927f3a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 00:23:24 +0000 Subject: [PATCH] build(deps): 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 54afb38..e90b43d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ python-multipart>=0.0.32 python-whois pyyaml>=6.0.3 PySocks -redis==8.0.0 +redis==8.0.1 requests>=2.34.2 schedule>=1.2.2 simplejson>=4.1.1