From c16aa5da56b64a2b0c261a489e95bce380c3a18e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 23:35:41 +0000 Subject: [PATCH] chore(deps-dev): bump redis from 5.0.4 to 5.2.1 Bumps [redis](https://github.com/redis/redis-py) from 5.0.4 to 5.2.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/v5.0.4...v5.2.1) --- 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 d1134d9..c7c7d5d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,7 +3,7 @@ build==1.2.1 pytest==8.2.1 pytest-cov==5.0.0 pytest-xdist==3.6.1 -redis==5.0.4 +redis==5.2.1 ruff==0.4.7 setuptools==70.0.0 SQLAlchemy==2.0.30