Skip to content

Commit

Permalink
chore(deps-dev): update uvicorn[standard] requirement
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.15.0...0.23.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 7, 2023
1 parent cd65a0f commit a7941b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ server = [
"fastapi >= 0.75,< 0.89",
"opensearch-py ~= 2.0.0",
"elasticsearch8[async] ~= 8.7.0",
"uvicorn[standard] >= 0.15.0,< 0.21.0",
"uvicorn[standard] >= 0.15.0,< 0.24.0",
"smart-open",
"brotli-asgi >= 1.1,< 1.3",
# Database dependencies
Expand Down

0 comments on commit a7941b1

Please sign in to comment.