Skip to content

Commit ea58c16

Browse files
Bump uvicorn[standard] from 0.20.0 to 0.21.0
Bumps [uvicorn[standard]](https://github.com/encode/uvicorn) from 0.20.0 to 0.21.0. - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](Kludex/uvicorn@0.20.0...0.21.0) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5dd4666 commit ea58c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
requires-python = ">=3.10"
1010
dependencies = [
1111
"fastapi==0.93.0",
12-
"uvicorn[standard]==0.20.0",
12+
"uvicorn[standard]==0.21.0",
1313
"imsosorry==1.2.0",
1414
"sentry-sdk[fastapi]==1.16.0",
1515
]

0 commit comments

Comments
 (0)