From 9fb89dd038fd6bea179939f0c09140dde68357a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 15:37:59 +0000 Subject: [PATCH] build(deps-dev): bump fakeredis from 2.25.1 to 2.26.1 in /backend Bumps [fakeredis](https://github.com/cunla/fakeredis-py) from 2.25.1 to 2.26.1. - [Release notes](https://github.com/cunla/fakeredis-py/releases) - [Commits](https://github.com/cunla/fakeredis-py/compare/v2.25.1...v2.26.1) --- 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 b0cdc2450..9305e412a 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -1,4 +1,4 @@ -fakeredis==2.25.1 +fakeredis==2.26.1 pre-commit==4.0.1 pytest==8.3.3 pytest-responses==0.5.1