From 831492e74259f615bbca48efc963770d227306b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 18:33:15 +0000 Subject: [PATCH] Bump fakeredis from 2.19.0 to 2.20.0 Bumps [fakeredis](https://github.com/cunla/fakeredis-py) from 2.19.0 to 2.20.0. - [Release notes](https://github.com/cunla/fakeredis-py/releases) - [Commits](https://github.com/cunla/fakeredis-py/compare/v2.19.0...v2.20.0) --- updated-dependencies: - dependency-name: fakeredis 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 a3ee92a..7def2de 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -14,7 +14,7 @@ click==8.1.3 # via # black # pip-tools -fakeredis==2.19.0 +fakeredis==2.20.0 # via -r requirements-dev.in iniconfig==1.1.1 # via pytest