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/tiangolo/fastapi).


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

---
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 Apr 22, 2024
1 parent 3e47765 commit c2f54bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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.110.1"
fastapi = "0.110.2"
mutagen = "1.47.0"
pydantic = ">=2.1.1,<3.0.0"
sse-starlette = "2.1.0"
Expand Down

0 comments on commit c2f54bc

Please sign in to comment.