Skip to content

Commit d15e3fb

Browse files
committed
Merge branch 'main' into implement-auto-cache-removal
2 parents e553849 + 5b8a851 commit d15e3fb

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525
python = "^3.9"
2626
pydantic = "^2.6.4"
2727
redis = "^5.0.3"
28-
fastapi = { extras = ["all"], version = "^0.110.0" }
28+
fastapi = { extras = ["all"], version = "^0.110.1" }
2929

3030
[tool.poetry.group.dev.dependencies]
3131
requests = "^2.31.0"
@@ -38,7 +38,7 @@ pytest-asyncio = "0.21.1"
3838
pytest-cov = "^5.0.0"
3939
pytest-env = "^1.1.3"
4040
pytest-mock = "^3.14.0"
41-
pytest-order = "^1.2.0"
41+
pytest-order = "^1.2.1"
4242
pytest-randomly = "^3.15.0"
4343
pytest-reverse = "^1.7.0"
4444
pytest-sugar = "^1.0.0"

0 commit comments

Comments
 (0)