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


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

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

---
updated-dependencies:
- dependency-name: fastapi
  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-patch
  dependency-group: api-python
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jordanshatford committed Aug 19, 2024
1 parent c4cbf9d commit 86bb820
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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.112.0"
fastapi = "0.112.1"
mutagen = "1.47.0"
pydantic = ">=2.1.1,<3.0.0"
sse-starlette = "2.1.3"
uvicorn = "0.30.5"
uvicorn = "0.30.6"
yt-dlp = "2024.8.6"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 86bb820

Please sign in to comment.