Skip to content

Commit

Permalink
Update uvicorn[standard] requirement in /package (#1935)
Browse files Browse the repository at this point in the history
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.29.0...0.30.0)

---
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>
Co-authored-by: Huong Nguyen <[email protected]>
Co-authored-by: Ravi Kumar Pilla <[email protected]>
  • Loading branch information
3 people authored Jun 21, 2024
1 parent 3af6144 commit 8a53605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pydantic>=2.0.0
secure>=0.3.0
sqlalchemy>=1.4, <3
strawberry-graphql>=0.192.0, <1.0
uvicorn[standard]~=0.29.0
uvicorn[standard]~=0.30.0
watchgod~=0.8.2
# [TODO: Need to drop toposort dependency in favor of in-built graphlib]
toposort>=1.5 # Needs to be at least 1.5 to be able to raise CircularDependencyError

0 comments on commit 8a53605

Please sign in to comment.