Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#25)
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 Nov 18, 2024
1 parent b965829 commit b576e5d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
46 changes: 23 additions & 23 deletions pdm.lock

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

4 changes: 2 additions & 2 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.4"]
dependencies = ["fastapi>=0.115.5"]
requires-python = ">=3.9"
readme = "README.md"
license = { text = "MIT" }
Expand Down Expand Up @@ -33,7 +33,7 @@ post_install = {composite = ["pre-commit install", "pdm install --plugins --froz
dev = [
"pytest>=8.3.3",
"black>=24.10.0",
"ruff>=0.7.3",
"ruff>=0.7.4",
"pre-commit>=4.0.1",
"mypy>=1.13.0",
"tuna>=0.5.11",
Expand Down

0 comments on commit b576e5d

Please sign in to comment.