Skip to content

Commit 71a3d5d

Browse files
fix(deps): update all non-major dependencies (#87)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e89b0ef commit 71a3d5d

3 files changed

Lines changed: 28 additions & 28 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
hooks:
1515
- id: yesqa
1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: "v0.15.8"
17+
rev: "v0.15.9"
1818
hooks:
1919
- id: ruff
2020
args:
@@ -27,7 +27,7 @@ repos:
2727
- id: prettier
2828
additional_dependencies: [prettier@latest, prettier-plugin-toml@latest]
2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: "v1.19.1"
30+
rev: "v1.20.0"
3131
hooks:
3232
- id: mypy
3333
exclude: ^tests/.*

pdm.lock

Lines changed: 23 additions & 23 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
@@ -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.135.2"]
6+
dependencies = ["fastapi>=0.135.3"]
77
requires-python = ">=3.10"
88
readme = "README.md"
99
license = { text = "MIT" }
@@ -41,9 +41,9 @@ all = true
4141
[dependency-groups]
4242
dev = [
4343
"pytest>=9.0.2",
44-
"ruff>=0.15.8",
44+
"ruff>=0.15.9",
4545
"pre-commit>=4.3.0",
46-
"mypy>=1.19.1",
46+
"mypy>=1.20.0",
4747
"tuna>=0.5.11",
4848
"httpx>=0.28.1",
4949
"pytest-benchmark>=5.2.3",

0 commit comments

Comments
 (0)