From 1ba3e532d6d84c4a4346d1b908733e46bbb9c1c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 15:10:49 +0000 Subject: [PATCH] build(deps-dev): bump fakeredis from 2.30.2 to 2.31.1 in /backend Bumps [fakeredis](https://github.com/cunla/fakeredis-py) from 2.30.2 to 2.31.1. - [Release notes](https://github.com/cunla/fakeredis-py/releases) - [Commits](https://github.com/cunla/fakeredis-py/compare/v2.30.2...v2.31.1) --- updated-dependencies: - dependency-name: fakeredis dependency-version: 2.31.1 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 291f35393..e179ead0e 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -1,4 +1,4 @@ -fakeredis==2.30.2 +fakeredis==2.31.1 pre-commit==4.2.0 pytest==8.4.1 pytest-responses==0.5.1