From a3d4f6b04380786ea90fa28c937b09495cfe1c29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 00:15:51 +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] --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0c6f2ba0e1..ed3aa6dbf7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -98,7 +98,7 @@ djangorestframework==3.15.1 # via -r requirements.in exceptiongroup==1.3.1 # via celery -google-api-core[grpc]==2.30.0 +google-api-core==2.30.0 # via # google-cloud-appengine-logging # google-cloud-core @@ -137,7 +137,7 @@ google-crc32c==1.8.0 # google-resumable-media google-resumable-media==2.8.0 # via google-cloud-storage -googleapis-common-protos[grpc]==1.57.0 +googleapis-common-protos==1.57.0 # via # google-api-core # google-cloud-audit-log @@ -246,7 +246,7 @@ pytz==2022.1 # via # django # django-postmark -redis==8.0.1 +redis==8.1.0 # via # -r requirements.in # django-redis