From 3a70030ec4c8a8edd27cf66edab8d5f0e60bf6eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 15:56:17 +0000 Subject: [PATCH] build(deps-dev): bump fakeredis from 2.23.2 to 2.23.3 in /backend Bumps [fakeredis](https://github.com/cunla/fakeredis-py) from 2.23.2 to 2.23.3. - [Release notes](https://github.com/cunla/fakeredis-py/releases) - [Commits](https://github.com/cunla/fakeredis-py/compare/v2.23.2...v2.23.3) --- 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 04dc2c7b4..4881db41c 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -1,4 +1,4 @@ -fakeredis==2.23.2 +fakeredis==2.23.3 pre-commit==3.5.0 pytest==8.2.2 pytest-responses==0.5.1