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: [uvicorn](https://github.com/encode/uvicorn) and [yt-dlp](https://github.com/yt-dlp/yt-dlp).


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

Updates `yt-dlp` from 2024.7.9 to 2024.7.16
- [Release notes](https://github.com/yt-dlp/yt-dlp/releases)
- [Changelog](https://github.com/yt-dlp/yt-dlp/blob/master/Changelog.md)
- [Commits](yt-dlp/yt-dlp@2024.07.09...2024.07.16)

---
updated-dependencies:
- dependency-name: uvicorn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: api-python
- dependency-name: yt-dlp
  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 Jul 22, 2024
1 parent a5a8877 commit 7e1bc1d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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 @@ -13,8 +13,8 @@ fastapi = "0.111.1"
mutagen = "1.47.0"
pydantic = ">=2.1.1,<3.0.0"
sse-starlette = "2.1.2"
uvicorn = "0.30.1"
yt-dlp = "2024.7.9"
uvicorn = "0.30.3"
yt-dlp = "2024.7.16"

[tool.poetry.group.dev.dependencies]
pre-commit = "3.7.1"
Expand Down

0 comments on commit 7e1bc1d

Please sign in to comment.