From b919ae098a9b50f543210613bb58e406962720a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 05:22:42 +0000 Subject: [PATCH] Update fakeredis requirement in /.dev in the python group Updates the requirements on [fakeredis](https://github.com/cunla/fakeredis-py) to permit the latest version. Updates `fakeredis` to 2.37.0 - [Release notes](https://github.com/cunla/fakeredis-py/releases) - [Commits](https://github.com/cunla/fakeredis-py/compare/v2.36.0...v2.37.0) --- updated-dependencies: - dependency-name: fakeredis dependency-version: 2.37.0 dependency-type: direct:development dependency-group: python ... 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 9e974e0..50b4bbc 100644 --- a/.dev/requirements_dev.txt +++ b/.dev/requirements_dev.txt @@ -1,5 +1,5 @@ debugpy>=1.8.21 -fakeredis~=2.36 +fakeredis~=2.37 httpx~=0.28.1 invoke~=3.0 pre-commit~=4.6