From d66cf45bc42f802a2ee6928b7fdb60518fc79914 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 05:35:29 +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.35.1 - [Release notes](https://github.com/cunla/fakeredis-py/releases) - [Commits](https://github.com/cunla/fakeredis-py/compare/v2.34.0...v2.35.1) --- updated-dependencies: - dependency-name: fakeredis dependency-version: 2.35.1 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 6dc8b391..9f6f6723 100644 --- a/.dev/requirements_dev.txt +++ b/.dev/requirements_dev.txt @@ -1,5 +1,5 @@ debugpy>=1.8.0 -fakeredis~=2.34 +fakeredis~=2.35 httpx~=0.28.1 invoke~=3.0 pre-commit~=4.5