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


Updates `sse-starlette` from 2.2.0 to 2.2.1
- [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.2.0...v2.2.1)

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

---
updated-dependencies:
- dependency-name: sse-starlette
  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 Dec 30, 2024
1 parent cce85f2 commit aa35b9b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 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 @@ -11,9 +11,9 @@ license = "MIT"
python = "^3.11"
fastapi = "0.115.6"
pydantic = ">=2.1.1,<3.0.0"
sse-starlette = "2.2.0"
sse-starlette = "2.2.1"
uvicorn = "0.34.0"
yt-dlp = {extras = ["default"], version = "^2024.12.13"}
yt-dlp = {extras = ["default"], version = "^2024.12.23"}

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

0 comments on commit aa35b9b

Please sign in to comment.