Skip to content

Commit f0b14a4

Browse files
committed
Merge branch 'main' into implement-auto-cache-removal
2 parents f3efb43 + 1c87d88 commit f0b14a4

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ fastapi = { extras = ["all"], version = "^0.110.1" }
3030
[tool.poetry.group.dev.dependencies]
3131
requests = "^2.31.0"
3232
fakeredis = "^2.21.3"
33-
faker = "^24.4.0"
33+
faker = "^24.8.0"
3434
mock = "^5.1.0"
35-
pyfakefs = "^5.3.5"
35+
pyfakefs = "^5.4.0"
3636
pytest = "^8.1.1"
3737
pytest-asyncio = "0.21.1"
3838
pytest-cov = "^5.0.0"
@@ -51,7 +51,7 @@ pymarkdownlnt = "^0.9.17"
5151

5252
# needed for mupy typing
5353
types-python-dateutil = "^2.9.0.20240316"
54-
types-redis = "^4.6.0.20240311"
54+
types-redis = "^4.6.0.20240409"
5555

5656
# changelog generation
5757
github-changelog-md = "^0.9.2"

0 commit comments

Comments
 (0)