Skip to content

Commit b2c7f15

Browse files
Update all non-major dependencies (#9)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 03ee854 commit b2c7f15

File tree

2 files changed

+13
-41
lines changed

2 files changed

+13
-41
lines changed

pdm.lock

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

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "fastapi-deferred-init"
33
description = "Faster FastAPI start-up time for Projects with many nested routers"
44
keywords = ["fastapi", "speed", "router"]
55
authors = [{ name = "Jan Vollmer", email = "jan@vllmr.dev" }]
6-
dependencies = ["fastapi>=0.110.0"]
6+
dependencies = ["fastapi>=0.112.3"]
77
requires-python = ">=3.9"
88
readme = "README.md"
99
license = { text = "MIT" }
@@ -29,13 +29,13 @@ post_install = {composite = ["pre-commit install", "pdm install --plugins"]}
2929

3030
[tool.pdm.dev-dependencies]
3131
dev = [
32-
"pytest>=7.4.2",
33-
"black>=23.10.0",
34-
"ruff>=0.1.0",
35-
"pre-commit>=3.5.0",
36-
"mypy>=1.6.1",
32+
"pytest>=7.4.4",
33+
"black>=23.12.1",
34+
"ruff>=0.6.3",
35+
"pre-commit>=3.8.0",
36+
"mypy>=1.11.2",
3737
"tuna>=0.5.11",
38-
"httpx>=0.25.0",
38+
"httpx>=0.27.2",
3939
]
4040

4141
[tool.isort]

0 commit comments

Comments
 (0)