Skip to content

Commit

Permalink
Update dependency uvicorn to v0.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
whitesource-for-github-com[bot] committed Feb 3, 2022
1 parent 2c4f5a6 commit 22beb4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ toml = "==0.10.2"
typed-ast = "==1.4.1"
typing-extensions = "==3.7.4.3"
urllib3 = "==1.26.5"
uvicorn = "==0.15.0"
uvicorn = "==0.17.3"
wrapt = "==1.12.1"
Cython = "==0.29.21"
aiofiles = "*"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ toml==0.10.2
typed-ast==1.4.1
typing-extensions==3.7.4.3
urllib3==1.26.5
uvicorn==0.15.0
uvicorn==0.17.3
wrapt==1.12.1

0 comments on commit 22beb4b

Please sign in to comment.