From 1c764e62e1025597862422daf3e36a877b537e06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 15:56:57 +0000 Subject: [PATCH] build(deps-dev): bump fakeredis from 2.10.0 to 2.10.1 in /backend Bumps [fakeredis](https://github.com/cunla/fakeredis-py) from 2.10.0 to 2.10.1. - [Release notes](https://github.com/cunla/fakeredis-py/releases) - [Commits](https://github.com/cunla/fakeredis-py/compare/v2.10.0...v2.10.1) --- updated-dependencies: - dependency-name: fakeredis dependency-type: direct:development update-type: version-update:semver-patch ... 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 0b5f216e5..83cd48a39 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -1,4 +1,4 @@ -fakeredis==2.10.0 +fakeredis==2.10.1 pre-commit==3.1.1 pytest==7.2.2 pytest-responses==0.5.1