From b739300d2cceb72d09472653b929624fbea34367 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 07:41:17 +0000 Subject: [PATCH] Update fakeredis requirement in /.dev in the packages group Updates the requirements on [fakeredis](https://github.com/cunla/fakeredis-py) to permit the latest version. Updates `fakeredis` to 2.31.0 - [Release notes](https://github.com/cunla/fakeredis-py/releases) - [Commits](https://github.com/cunla/fakeredis-py/compare/v2.30.0...v2.31.0) --- updated-dependencies: - dependency-name: fakeredis dependency-version: 2.31.0 dependency-type: direct:development dependency-group: packages ... Signed-off-by: dependabot[bot] --- .dev/requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dev/requirements_dev.txt b/.dev/requirements_dev.txt index 2c73f080..39eca657 100644 --- a/.dev/requirements_dev.txt +++ b/.dev/requirements_dev.txt @@ -1,5 +1,5 @@ debugpy>=1.8.0 -fakeredis~=2.30 +fakeredis~=2.31 httpx~=0.28.1 invoke~=2.2 pre-commit~=4.3