From 2317eb136c84088f0a59429fb28b3ac29eff1a97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 20:31:52 +0000 Subject: [PATCH] chore(deps-dev): bump redis from 5.0.8 to 5.2.0 Bumps [redis](https://github.com/redis/redis-py) from 5.0.8 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.0.8...v5.2.0) --- updated-dependencies: - dependency-name: redis dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index e7e0d0b..6fb0559 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,7 +6,7 @@ twine==5.1.1 sphinx==7.1.2 boto3==1.35.10 requests==2.32.3 -redis==5.0.8 +redis==5.2.0 yoyo-migrations==8.2.0 setuptools==74.1.2 httpx==0.27.2