From 05ce65953adb4a82722a6c8869fbb5dfd21de6b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 08:54:30 +0000 Subject: [PATCH] build(deps): bump redis from 4.6.0 to 5.0.1 in /backend/uclapi Bumps [redis](https://github.com/redis/redis-py) from 4.6.0 to 5.0.1. - [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.6.0...v5.0.1) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/uclapi/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/uclapi/requirements.txt b/backend/uclapi/requirements.txt index 6c8ff64b0..21d7eab22 100644 --- a/backend/uclapi/requirements.txt +++ b/backend/uclapi/requirements.txt @@ -29,7 +29,7 @@ python-dateutil==2.8.2 python-jose==3.3.0 pytz==2023.3 requests-futures==1.0.1 -redis==4.6.0 +redis==5.0.1 requests==2.31.0 sentry-sdk==1.29.2 Sphinx==4.3.0