Skip to content

Commit

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


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

Updates `pydantic` from 2.10.5 to 2.10.6
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.10.5...v2.10.6)

Updates `yt-dlp` from 2025.1.15 to 2025.1.26
- [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@2025.01.15...2025.01.26)

Updates `pre-commit` from 4.0.1 to 4.1.0
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v4.0.1...v4.1.0)

---
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-patch
  dependency-group: api-python
- dependency-name: pre-commit
  dependency-type: direct:development
  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 Jan 27, 2025
1 parent 4221a46 commit 4451230
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
32 changes: 16 additions & 16 deletions apps/api/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions apps/api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ license = "MIT"

[tool.poetry.dependencies]
python = "^3.11"
fastapi = "0.115.6"
fastapi = "0.115.7"
pydantic = ">=2.1.1,<3.0.0"
sse-starlette = "2.2.1"
uvicorn = "0.34.0"
yt-dlp = {extras = ["default"], version = "^2025.1.15"}
yt-dlp = {extras = ["default"], version = "^2025.1.26"}

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


[build-system]
Expand Down

0 comments on commit 4451230

Please sign in to comment.