Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 18, 2024
1 parent bd204ba commit ec8f46f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 deletions app/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 app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Christian Busch <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.10"
fastapi = "^0.103.2"
fastapi = "^0.115.0"
uvicorn = "^0.23.2"
pydantic = "^2.4.2"
sentry-sdk = "^1.31.0"
Expand Down

0 comments on commit ec8f46f

Please sign in to comment.