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.27.1 to 0.28.0
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.27.1...0.28.0)

Updates `yt-dlp` from 2023.12.30 to 2024.3.10
- [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@2023.12.30...2024.03.10)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jordanshatford committed Mar 11, 2024
1 parent a065671 commit 39a44e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ fastapi==0.110.0
mutagen==1.47.0
pydantic>=2.1.1,<3.0.0
sse-starlette==2.0.0
uvicorn==0.27.1
yt-dlp==2023.12.30
uvicorn==0.28.0
yt-dlp==2024.3.10

0 comments on commit 39a44e4

Please sign in to comment.