From 7fd1895ec6649327275adc2db4288aab1d3200a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 05:02:10 +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.33.0 - [Release notes](https://github.com/cunla/fakeredis-py/releases) - [Commits](https://github.com/cunla/fakeredis-py/compare/v2.32.0...v2.33.0) --- updated-dependencies: - dependency-name: fakeredis dependency-version: 2.33.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 25b661dd..63f77c49 100644 --- a/.dev/requirements_dev.txt +++ b/.dev/requirements_dev.txt @@ -1,5 +1,5 @@ debugpy>=1.8.0 -fakeredis~=2.32 +fakeredis~=2.33 httpx~=0.28.1 invoke~=2.2 pre-commit~=4.5