Skip to content

Commit

Permalink
build(deps): bump uvicorn from 0.23.2 to 0.25.0
Browse files Browse the repository at this point in the history
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.23.2 to 0.25.0.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.23.2...0.25.0)

---
updated-dependencies:
- dependency-name: uvicorn
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and manbearwiz committed Dec 26, 2023
1 parent 074fcfa commit 3f21ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Jinja2==3.1.2
python-multipart==0.0.6
starlette==0.34.0
uvicorn[standard]==0.25.0; platform_machine == 'x86_64'
uvicorn==0.23.2; platform_machine != 'x86_64'
uvicorn==0.25.0; platform_machine != 'x86_64'
yt-dlp==2023.11.16

0 comments on commit 3f21ad9

Please sign in to comment.