Skip to content

Commit d41165b

Browse files
build(deps): update uvicorn requirement from ^0.30.0 to ^0.31.0 (#178)
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.30.0...0.31.0) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0b16679 commit d41165b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ python = "^3.9"
1212
fastapi = "^0.115.0"
1313
pydantic = "^2.0.3"
1414
python-multipart = "^0.0.10"
15-
uvicorn = "^0.30.0"
15+
uvicorn = "^0.31.0"
1616
click = "^8.1.3"
1717

1818
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)