From 751f34d0cba9b885ca24bb93fd719e2233398b09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 May 2025 10:50:03 +0000 Subject: [PATCH] build(deps-dev): bump fakeredis from 2.26.2 to 2.29.0 in /backend Bumps [fakeredis](https://github.com/cunla/fakeredis-py) from 2.26.2 to 2.29.0. - [Release notes](https://github.com/cunla/fakeredis-py/releases) - [Commits](https://github.com/cunla/fakeredis-py/compare/v2.26.2...v2.29.0) --- updated-dependencies: - dependency-name: fakeredis dependency-version: 2.29.0 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 677494e52..a174bf142 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -1,4 +1,4 @@ -fakeredis==2.26.2 +fakeredis==2.29.0 pre-commit==4.2.0 pytest==8.3.4 pytest-responses==0.5.1