Skip to content

Commit 649ea14

Browse files
Bump uvicorn[standard] from 0.20.0 to 0.22.0
Bumps [uvicorn[standard]](https://github.com/encode/uvicorn) from 0.20.0 to 0.22.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.22.0) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d779831 commit 649ea14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ classifiers = [
4343
dependencies = [
4444
# exclude 0.11.2 and 0.11.3 due to https://github.com/sdispater/tomlkit/issues/225
4545
"tomlkit >=0.11.1,<1.0.0,!=0.11.2,!=0.11.3",
46-
"uvicorn[standard] == 0.20.0",
46+
"uvicorn[standard] == 0.22.0",
4747
"ellar >= 0.3.4"
4848
]
4949

0 commit comments

Comments
 (0)