From 2f893af781a218cd91d860bd586540cd92125967 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Apr 2023 04:59:37 +0000 Subject: [PATCH] Bump redis from 4.3.4 to 4.4.4 in /Python/Study Bumps [redis](https://github.com/redis/redis-py) from 4.3.4 to 4.4.4. - [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/v4.3.4...v4.4.4) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Python/Study/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/Study/requirements.txt b/Python/Study/requirements.txt index 9247a401..aa5d7293 100644 --- a/Python/Study/requirements.txt +++ b/Python/Study/requirements.txt @@ -7,6 +7,6 @@ PyMySQL==1.0.2 psycopg2-binary==2.9.5 autopep8==2.0.0 pynput == 1.7.6 -redis==4.3.4 +redis==4.4.4 xpinyin==0.7.6 loguru==0.6.0 \ No newline at end of file