From 45a9e8548cca76f78f391283aa9c84678a57b206 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 15:56:49 +0000 Subject: [PATCH] build(deps-dev): bump fakeredis from 2.4.0 to 2.9.2 in /backend Bumps [fakeredis](https://github.com/cunla/fakeredis-py) from 2.4.0 to 2.9.2. - [Release notes](https://github.com/cunla/fakeredis-py/releases) - [Commits](https://github.com/cunla/fakeredis-py/compare/v2.4.0...v2.9.2) --- updated-dependencies: - dependency-name: fakeredis dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements-dev.txt b/backend/requirements-dev.txt index 44a132691..89da2d571 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -1,4 +1,4 @@ -fakeredis==2.4.0 +fakeredis==2.9.2 pre-commit==2.21.0 pytest==7.2.1 pytest-responses==0.5.1