Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 12, 2024
1 parent dbde50a commit df8eb99
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 34 deletions.
68 changes: 36 additions & 32 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.0"]
dependencies = ["fastapi>=0.115.2"]
requires-python = ">=3.9"
readme = "README.md"
license = { text = "MIT" }
Expand Down Expand Up @@ -32,7 +32,7 @@ post_install = {composite = ["pre-commit install", "pdm install --plugins --froz
[tool.pdm.dev-dependencies]
dev = [
"pytest>=8.3.3",
"black>=24.8.0",
"black>=24.10.0",
"ruff>=0.6.9",
"pre-commit>=3.8.0",
"mypy>=1.11.2",
Expand Down

0 comments on commit df8eb99

Please sign in to comment.