From 48f7d3b69c6ea570bc47fd09882853c811da1ff0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Apr 2025 19:08:38 +0200 Subject: [PATCH] Bump fakeredis from 2.27.0 to 2.28.1 (#386) Bumps [fakeredis](https://github.com/cunla/fakeredis-py) from 2.27.0 to 2.28.1. - [Release notes](https://github.com/cunla/fakeredis-py/releases) - [Commits](https://github.com/cunla/fakeredis-py/compare/v2.27.0...v2.28.1) --- updated-dependencies: - dependency-name: fakeredis dependency-version: 2.28.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 808edc5..f2f39cf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ pymongo==4.11.2 tornado==6.4.2 captcha==0.6.0 passlib==1.7.4 -fakeredis==2.27.0 +fakeredis==2.28.1 filetype==1.2.0 requests[socks] tqdm==4.67.1