Skip to content

Commit 474edc7

Browse files
Update fakeredis requirement from ==2.23.* to ==2.26.* (#461)
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](cunla/fakeredis-py@v2.23.0...v2.26.1) --- updated-dependencies: - dependency-name: fakeredis dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6e1ee14 commit 474edc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dependencies = [
5757
'pycparser==2.22',
5858
'django-redis==5.4.*',
5959
'redis==5.0.*',
60-
'fakeredis==2.23.*',
60+
'fakeredis==2.26.*',
6161
'stripe==11.3.*',
6262
'chardet==5.2.*',
6363
'mt-940==4.30.*',

0 commit comments

Comments
 (0)