From cf4a095773aecf9b85aa4eba4388a7b946275134 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 12:26:28 +0000 Subject: [PATCH] build(deps-dev): update fakeredis requirement from ~=2.37.0 to ~=2.37.1 Updates the requirements on [fakeredis](https://github.com/cunla/fakeredis-py) to permit the latest version. - [Release notes](https://github.com/cunla/fakeredis-py/releases) - [Commits](https://github.com/cunla/fakeredis-py/compare/v2.37.0...v2.37.1) --- updated-dependencies: - dependency-name: fakeredis dependency-version: 2.37.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index c38cdd2..8aab320 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,4 +2,4 @@ pytest~=9.1.1 pytest-asyncio~=1.4.0 httpx~=0.28.0 -fakeredis~=2.37.0 +fakeredis~=2.37.1