Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#29)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent 34b1770 commit 55b55f9
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
66 changes: 33 additions & 33 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "fastapi-deferred-init"
description = "Faster FastAPI start-up time for Projects with many nested routers"
keywords = ["fastapi", "speed", "router"]
authors = [{ name = "Jan Vollmer", email = "jan@vllmr.dev" }]
dependencies = ["fastapi>=0.115.5"]
dependencies = ["fastapi>=0.115.6"]
requires-python = ">=3.9"
readme = "README.md"
license = { text = "MIT" }
Expand Down Expand Up @@ -33,11 +33,11 @@ post_install = {composite = ["pre-commit install", "pdm install --plugins --froz
dev = [
"pytest>=8.3.4",
"black>=24.10.0",
"ruff>=0.8.1",
"ruff>=0.8.2",
"pre-commit>=4.0.1",
"mypy>=1.13.0",
"tuna>=0.5.11",
"httpx>=0.28.0",
"httpx>=0.28.1",
"pytest-benchmark>=5.1.0",
"pip>=24.3.1",
]
Expand Down

0 comments on commit 55b55f9

Please sign in to comment.