Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update uvicorn
  • Loading branch information
Kilo59 committed Aug 1, 2020
commit eaebf760400240edf348f0758c58413f0cbf5265
72 changes: 32 additions & 40 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ gitdb==4.0.5
gitpython==3.1.7
idna==2.10
importlib-metadata==1.7.0 ; python_version < '3.8'
iniconfig==1.0.1
invoke==1.4.1
isort==4.3.21
lazy-object-proxy==1.4.3
Expand All @@ -33,7 +34,7 @@ pylint==2.5.3
pyparsing==2.4.7
pytest-asyncio==0.14.0
pytest-cov==2.10.0
pytest==5.4.3
pytest==6.0.1
pyyaml==5.3.1
regex==2020.7.14
requests==2.24.0
Expand All @@ -44,6 +45,5 @@ stevedore==3.2.0
toml==0.10.1
typed-ast==1.4.1
urllib3[secure]==1.25.10 ; python_version >= '3.5'
wcwidth==0.2.5
wrapt==1.12.1
zipp==3.1.0
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@ scout-apm==2.15.2
sentry-sdk==0.16.2
six==1.15.0
starlette==0.13.6
typing-extensions==3.7.4.2
urllib3[secure]==1.25.10 ; python_version >= '3.5'
uvicorn==0.11.7
uvicorn==0.11.8
uvloop==0.14.0 ; sys_platform != 'win32' and sys_platform != 'cygwin' and platform_python_implementation != 'PyPy'
websockets==8.1
wrapt==1.12.1
yarl==1.5.0
yarl==1.5.1