Skip to content

Commit

Permalink
Update uvicorn requirement from <0.25 to <0.31
Browse files Browse the repository at this point in the history
Updates the requirements on [uvicorn](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.0.1...0.30.1)

---
updated-dependencies:
- dependency-name: uvicorn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and amotl committed Jul 1, 2024
1 parent 13c508a commit f9e1005
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 @@ -160,7 +160,7 @@ release = [
]
service = [
"fastapi<0.105",
"uvicorn<0.25",
"uvicorn<0.31",
]
test = [
"cratedb-toolkit[testing]",
Expand Down

0 comments on commit f9e1005

Please sign in to comment.