Skip to content

Commit c2283cd

Browse files
authored
Merge pull request #10 from eadwinCode/dependabot/pip/uvicorn-standard--0.20.0
Bump uvicorn[standard] from 0.18.3 to 0.20.0
2 parents 419ffcb + c8f3136 commit c2283cd

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 @@ 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.18.3",
46+
"uvicorn[standard] == 0.20.0",
4747
]
4848

4949
[project.scripts]

0 commit comments

Comments
 (0)