Skip to content

Commit

Permalink
chore(deps): bump fastapi in /apps/api in the api-python group
Browse files Browse the repository at this point in the history
Bumps the api-python group in /apps/api with 1 update: [fastapi](https://github.com/fastapi/fastapi).


Updates `fastapi` from 0.115.4 to 0.115.5
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.115.4...0.115.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jordanshatford committed Nov 20, 2024
1 parent 3617615 commit fc6502c
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 6 deletions.
52 changes: 47 additions & 5 deletions apps/api/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 apps/api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"

[tool.poetry.dependencies]
python = "^3.11"
fastapi = "0.115.4"
fastapi = "0.115.5"
pydantic = ">=2.1.1,<3.0.0"
sse-starlette = "2.1.3"
uvicorn = "0.32.0"
Expand Down

0 comments on commit fc6502c

Please sign in to comment.