From b0cc0e1d1abc0490fdeb3283b48c00453d50f208 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Aug 2025 06:57:23 +0000 Subject: [PATCH] chore(deps): bump redis from 6.2.0 to 6.4.0 in /Updater Bumps [redis](https://github.com/redis/redis-py) from 6.2.0 to 6.4.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...v6.4.0) --- updated-dependencies: - dependency-name: redis dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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..504e98d 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==6.4.0 simplejson==3.20.1 Sphinx==8.2.3 thread==2.0.5