From 63c235c85303657a73b1a6c91caad6d9c38f174b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 22:33:51 +0000 Subject: [PATCH] Bump redis from 4.3.4 to 4.5.3 in /Python/Study Bumps [redis](https://github.com/redis/redis-py) from 4.3.4 to 4.5.3. - [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.5.3) --- 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 a4b8660a..7f2f4f6b 100644 --- a/Python/Study/requirements.txt +++ b/Python/Study/requirements.txt @@ -7,4 +7,4 @@ PyMySQL==1.0.2 psycopg2-binary==2.9.5 autopep8==2.0.0 pynput == 1.7.6 -redis==4.3.4 \ No newline at end of file +redis==4.5.3 \ No newline at end of file