Skip to content

Commit

Permalink
build(deps): bump fastapi from 0.115.3 to 0.115.6
Browse files Browse the repository at this point in the history
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.115.3 to 0.115.6.
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.115.3...0.115.6)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2025
1 parent c568d60 commit 3921a88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packages = [{ include = "app" }]

[tool.poetry.dependencies]
python = ">=3.10,<3.13"
fastapi = "0.115.3"
fastapi = "0.115.6"
uvicorn = "^0.18.3"
SQLAlchemy = "^1.4.41"
requests = "^2.28.1"
Expand Down

0 comments on commit 3921a88

Please sign in to comment.