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


Updates `fastapi` from 0.115.2 to 0.115.4
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.115.2...0.115.4)

Updates `yt-dlp` from 2024.10.7 to 2024.10.22
- [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.10.07...2024.10.22)

---
updated-dependencies:
- dependency-name: fastapi
  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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and jordanshatford committed Oct 30, 2024
1 parent 4240de1 commit 7394c6a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
17 changes: 8 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 @@ -9,12 +9,12 @@ license = "MIT"

[tool.poetry.dependencies]
python = "^3.11"
fastapi = "0.115.2"
fastapi = "0.115.4"
mutagen = "1.47.0"
pydantic = ">=2.1.1,<3.0.0"
sse-starlette = "2.1.3"
uvicorn = "0.32.0"
yt-dlp = "2024.10.7"
yt-dlp = "2024.10.22"

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

0 comments on commit 7394c6a

Please sign in to comment.