Skip to content

Commit a80198c

Browse files
Bump uvicorn[standard] from 0.37.0 to 0.38.0
Bumps [uvicorn[standard]](https://github.com/Kludex/uvicorn) from 0.37.0 to 0.38.0. - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.37.0...0.38.0) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-version: 0.38.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7d96b42 commit a80198c

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
@@ -43,7 +43,7 @@ dependencies = [
4343
# exclude 0.11.2 and 0.11.3 due to https://github.com/sdispater/tomlkit/issues/225
4444
"tomlkit >=0.11.1,<1.0.0,!=0.11.2,!=0.11.3",
4545
"ellar >= 0.8.1",
46-
"uvicorn[standard] == 0.37.0",
46+
"uvicorn[standard] == 0.38.0",
4747
"click >= 8.1.8",
4848
]
4949

0 commit comments

Comments
 (0)