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

Updates `yt-dlp` from 2024.12.6 to 2024.12.13
- [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.12.06...2024.12.13)

---
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-patch
  dependency-group: api-python
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 4bf5d9a commit bb19b0d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 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 @@ -12,8 +12,8 @@ python = "^3.11"
fastapi = "0.115.6"
pydantic = ">=2.1.1,<3.0.0"
sse-starlette = "2.1.3"
uvicorn = "0.32.1"
yt-dlp = {extras = ["default"], version = "^2024.12.6"}
uvicorn = "0.34.0"
yt-dlp = {extras = ["default"], version = "^2024.12.13"}

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

0 comments on commit bb19b0d

Please sign in to comment.