Skip to content

Commit

Permalink
chore(deps): bump the api-python group in /apps/api with 3 updates
Browse files Browse the repository at this point in the history
Bumps the api-python group in /apps/api with 3 updates: [fastapi](https://github.com/fastapi/fastapi), [pydantic](https://github.com/pydantic/pydantic) and [yt-dlp](https://github.com/yt-dlp/yt-dlp).


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

Updates `pydantic` from 2.10.2 to 2.10.3
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.10.2...v2.10.3)

Updates `yt-dlp` from 2024.11.18 to 2024.12.6
- [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.11.18...2024.12.06)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: api-python
- dependency-name: pydantic
  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-minor
  dependency-group: api-python
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jordanshatford committed Dec 9, 2024
1 parent c305232 commit 963d2da
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 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,11 +9,11 @@ license = "MIT"

[tool.poetry.dependencies]
python = "^3.11"
fastapi = "0.115.5"
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.11.18"}
yt-dlp = {extras = ["default"], version = "^2024.12.6"}

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

0 comments on commit 963d2da

Please sign in to comment.