From c2413b658763915ef21ff36c651869c38dc810f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 18:14:21 +0000 Subject: [PATCH] chore(deps): update redis requirement from >=8.0.1 to >=8.1.0 Updates the requirements on [redis](https://github.com/redis/redis-py) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- vit-storage/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9587ac2..ed19c5d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ google-auth-httplib2 google-api-python-client dropbox>=12.2.0 msal>=1.37.0 -redis>=8.0.1 +redis>=8.1.0 sqlalchemy[asyncio] aiosqlite asyncpg diff --git a/vit-storage/requirements.txt b/vit-storage/requirements.txt index 4b65ce0..aab754c 100644 --- a/vit-storage/requirements.txt +++ b/vit-storage/requirements.txt @@ -13,7 +13,7 @@ google-auth-httplib2 google-api-python-client dropbox>=12.2.0 msal>=1.37.0 -redis>=8.0.1 +redis>=8.1.0 sqlalchemy[asyncio] aiosqlite asyncpg