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: [pydantic](https://github.com/pydantic/pydantic), [uvicorn](https://github.com/encode/uvicorn) and [pre-commit](https://github.com/pre-commit/pre-commit).


Updates `pydantic` from 2.6.3 to 2.6.4
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.6.3...v2.6.4)

Updates `uvicorn` from 0.28.0 to 0.29.0
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.28.0...0.29.0)

Updates `pre-commit` from 3.6.2 to 3.7.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@v3.6.2...v3.7.0)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: api-python
- dependency-name: uvicorn
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Apr 1, 2024
1 parent 100df1f commit f88a90b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 12 deletions.
31 changes: 21 additions & 10 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 @@ -13,11 +13,11 @@ fastapi = "0.110.0"
mutagen = "1.47.0"
pydantic = ">=2.1.1,<3.0.0"
sse-starlette = "2.0.0"
uvicorn = "0.28.0"
uvicorn = "0.29.0"
yt-dlp = "2024.3.10"

[tool.poetry.group.dev.dependencies]
pre-commit = "3.6.2"
pre-commit = "3.7.0"


[build-system]
Expand Down

0 comments on commit f88a90b

Please sign in to comment.