From f324f484b0562605f665a4ec5a2838cf10010b7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 04:45:40 +0000 Subject: [PATCH] build(deps): bump redis from 5.1.1 to 5.2.0 Bumps [redis](https://github.com/redis/redis-py) from 5.1.1 to 5.2.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/v5.1.1...v5.2.0) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ae4c5d1..79edb8b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ psycopg2-binary==2.9.10 Pillow==11.0.0 python-json-logger==2.0.7 qrcode==8.0 -redis==5.1.1 +redis==5.2.0 requests==2.32.3 sentry-sdk==2.17.0 sqlparse>=0.5.0 # not directly required, pinned by Snyk to avoid a vulnerability