Skip to content

Commit

Permalink
build(deps): Update uvicorn[standard] requirement from <0.31,>=0.30 t…
Browse files Browse the repository at this point in the history
…o >=0.30,<0.32 (#394)

* build(deps): Update uvicorn[standard] requirement

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.30.0...0.31.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* [GHA] Update requirements.txt on pyproject.toml changed

* test

* [GHA] Update requirements.txt on pyproject.toml changed

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bodong Yang <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: bodong.yang <[email protected]>
  • Loading branch information
4 people authored Oct 16, 2024
1 parent 8efaf1d commit f23ce9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies = [
"simple-sqlite3-orm<0.3,>=0.2",
"typing-extensions>=4.6.3",
"urllib3<2.3,>=2.2.2",
"uvicorn[standard]<0.31,>=0.30",
"uvicorn[standard]>=0.30,<0.32",
"zstandard<0.24,>=0.22",
]
optional-dependencies.dev = [
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ requests<2.33,>=2.32
simple-sqlite3-orm<0.3,>=0.2
typing-extensions>=4.6.3
urllib3<2.3,>=2.2.2
uvicorn[standard]<0.31,>=0.30
uvicorn[standard]>=0.30,<0.32
zstandard<0.24,>=0.22

0 comments on commit f23ce9e

Please sign in to comment.