Skip to content

Commit eaebf76

Browse files
committed
update uvicorn
1 parent a955670 commit eaebf76

File tree

3 files changed

+36
-45
lines changed

3 files changed

+36
-45
lines changed

Pipfile.lock

Lines changed: 32 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ gitdb==4.0.5
1717
gitpython==3.1.7
1818
idna==2.10
1919
importlib-metadata==1.7.0 ; python_version < '3.8'
20+
iniconfig==1.0.1
2021
invoke==1.4.1
2122
isort==4.3.21
2223
lazy-object-proxy==1.4.3
@@ -33,7 +34,7 @@ pylint==2.5.3
3334
pyparsing==2.4.7
3435
pytest-asyncio==0.14.0
3536
pytest-cov==2.10.0
36-
pytest==5.4.3
37+
pytest==6.0.1
3738
pyyaml==5.3.1
3839
regex==2020.7.14
3940
requests==2.24.0
@@ -44,6 +45,5 @@ stevedore==3.2.0
4445
toml==0.10.1
4546
typed-ast==1.4.1
4647
urllib3[secure]==1.25.10 ; python_version >= '3.5'
47-
wcwidth==0.2.5
4848
wrapt==1.12.1
4949
zipp==3.1.0

requirements.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,9 @@ scout-apm==2.15.2
3333
sentry-sdk==0.16.2
3434
six==1.15.0
3535
starlette==0.13.6
36-
typing-extensions==3.7.4.2
3736
urllib3[secure]==1.25.10 ; python_version >= '3.5'
38-
uvicorn==0.11.7
37+
uvicorn==0.11.8
3938
uvloop==0.14.0 ; sys_platform != 'win32' and sys_platform != 'cygwin' and platform_python_implementation != 'PyPy'
4039
websockets==8.1
4140
wrapt==1.12.1
42-
yarl==1.5.0
41+
yarl==1.5.1

0 commit comments

Comments
 (0)