Skip to content

Commit

Permalink
chore(deps): bump the api-python group in /apps/api with 2 updates
Browse files Browse the repository at this point in the history
Bumps the api-python group in /apps/api with 2 updates: [fastapi](https://github.com/tiangolo/fastapi) and [sse-starlette](https://github.com/sysid/sse-starlette).


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

Updates `sse-starlette` from 2.0.0 to 2.1.0
- [Release notes](https://github.com/sysid/sse-starlette/releases)
- [Changelog](https://github.com/sysid/sse-starlette/blob/main/CHANGELOG.md)
- [Commits](sysid/sse-starlette@v2.0.0...v2.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jordanshatford committed Apr 8, 2024
1 parent 416bff6 commit be44cf7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions apps/api/poetry.lock

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

4 changes: 2 additions & 2 deletions apps/api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ license = "MIT"

[tool.poetry.dependencies]
python = "^3.11"
fastapi = "0.110.0"
fastapi = "0.110.1"
mutagen = "1.47.0"
pydantic = ">=2.1.1,<3.0.0"
sse-starlette = "2.0.0"
sse-starlette = "2.1.0"
uvicorn = "0.29.0"
yt-dlp = "2024.3.10"

Expand Down

0 comments on commit be44cf7

Please sign in to comment.