Skip to content

Commit

Permalink
chore(deps): bump uvicorn 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: [uvicorn](https://github.com/encode/uvicorn).


Updates `uvicorn` from 0.31.1 to 0.32.0
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.31.1...0.32.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and jordanshatford committed Oct 21, 2024
1 parent 3079e67 commit aa9423c
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 5 deletions.
50 changes: 46 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 @@ -13,7 +13,7 @@ fastapi = "0.115.2"
mutagen = "1.47.0"
pydantic = ">=2.1.1,<3.0.0"
sse-starlette = "2.1.3"
uvicorn = "0.31.1"
uvicorn = "0.32.0"
yt-dlp = "2024.10.7"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit aa9423c

Please sign in to comment.