Skip to content

Commit

Permalink
Bump uvicorn from 0.13.2 to 0.13.3
Browse files Browse the repository at this point in the history
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.13.2 to 0.13.3.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.13.2...0.13.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Dec 29, 2020
1 parent ad0408a commit 81b60c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# production
uvicorn==0.13.2
uvicorn==0.13.3
kua==0.2
werkzeug==1.0.1

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

PACKAGE_VERSION = '0.6.3'
PACKAGE_REQUIRES = [
'uvicorn==0.13.2',
'uvicorn==0.13.3',
'kua==0.2',
'werkzeug==1.0.1',
]
Expand Down

0 comments on commit 81b60c5

Please sign in to comment.