From 40c6ea7bfeca48f8715d7d6fc9c34375bae7bb67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 06:25:20 +0000 Subject: [PATCH] chore(deps): bump redis from 6.2.0 to 7.0.0 in /Updater Bumps [redis](https://github.com/redis/redis-py) from 6.2.0 to 7.0.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/v6.2.0...v7.0.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Updater/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Updater/requirements.txt b/Updater/requirements.txt index 39d0b07..d33941f 100644 --- a/Updater/requirements.txt +++ b/Updater/requirements.txt @@ -22,7 +22,7 @@ psutil==7.0.0 pyodide==0.0.2 pyOpenSSL==25.1.0 python-dotenv==1.1.1 -redis==6.2.0 +redis==7.0.0 simplejson==3.20.1 Sphinx==8.2.3 thread==2.0.5