Skip to content

Commit

Permalink
Bump uvicorn from 0.7.1 to 0.7.2
Browse files Browse the repository at this point in the history
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.7.1 to 0.7.2.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Commits](encode/uvicorn@0.7.1...0.7.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Jun 5, 2019
1 parent d56083c commit 49d4e5f
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.7.1
uvicorn==0.7.2
kua==0.2
werkzeug==0.15.4

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.4.0'
PACKAGE_REQUIRES = [
'uvicorn==0.7.1',
'uvicorn==0.7.2',
'kua==0.2',
'werkzeug==0.15.4',
]
Expand Down

0 comments on commit 49d4e5f

Please sign in to comment.