Skip to content

Commit 954c11c

Browse files
Merge pull request #42 from seapagan/dependabot/pip/main/fakeredis-2.22.0
2 parents 23e5c66 + 5a4882a commit 954c11c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ fastapi = { extras = ["all"], version = "^0.110.1" }
2929

3030
[tool.poetry.group.dev.dependencies]
3131
requests = "^2.31.0"
32-
fakeredis = "^2.21.3"
32+
fakeredis = "^2.22.0"
3333
faker = "^24.9.0"
3434
mock = "^5.1.0"
3535
pyfakefs = "^5.4.1"

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dnspython==2.6.1 ; python_version >= "3.9" and python_version < "4.0"
1717
email-validator==2.1.1 ; python_version >= "3.9" and python_version < "4.0"
1818
exceptiongroup==1.2.0 ; python_version >= "3.9" and python_version < "3.11"
1919
faker==24.9.0 ; python_version >= "3.9" and python_version < "4.0"
20-
fakeredis==2.21.3 ; python_version >= "3.9" and python_version < "4.0"
20+
fakeredis==2.22.0 ; python_version >= "3.9" and python_version < "4.0"
2121
fastapi[all]==0.110.1 ; python_version >= "3.9" and python_version < "4.0"
2222
filelock==3.13.1 ; python_version >= "3.9" and python_version < "4.0"
2323
github-changelog-md==0.9.2 ; python_version >= "3.9" and python_version < "4.0"

0 commit comments

Comments
 (0)