Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
build(deps): update uvicorn[standard] requirement from <=0.23.1,>=0.1…
Browse files Browse the repository at this point in the history
…2.0 to >=0.12.0,<=0.23.2 in /requirements (#1662)

build(deps): update uvicorn[standard] requirement in /requirements

Updates the requirements on [uvicorn[standard]](https://github.com/encode/uvicorn) to permit the latest version.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.12.0...0.23.2)

---
updated-dependencies:
- dependency-name: uvicorn[standard]
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 31, 2023
1 parent 9f0e70c commit 8ad3a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/serve.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tqdm >4.60, <=4.65.0
fastapi >0.65, <=0.100.0
pydantic >1.8.1, <=2.0.3
starlette <=0.30.0
uvicorn[standard] >=0.12.0, <=0.23.1
uvicorn[standard] >=0.12.0, <=0.23.2
aiofiles >22.1.0, <=23.1.0
jinja2 >=3.0.0, <3.2.0
torchvision >0.10.0, <=0.15.2

0 comments on commit 8ad3a96

Please sign in to comment.