Skip to content

Commit 1508dce

Browse files
authored
FastAPI & uvicorn update (#328)
1 parent c8e2818 commit 1508dce

File tree

3 files changed

+44
-53
lines changed

3 files changed

+44
-53
lines changed

Pipfile.lock

Lines changed: 38 additions & 46 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: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ chardet==3.0.4
1414
click==7.1.2
1515
cryptography==3.0
1616
dataclasses==0.6 ; python_version < '3.7'
17-
fastapi==0.60.1
17+
fastapi==0.61.0
1818
gunicorn==20.0.4
1919
h11==0.9.0
2020
hiredis==1.1.0
@@ -30,13 +30,12 @@ python-dateutil==2.8.1
3030
python-dotenv==0.14.0
3131
requests==2.24.0
3232
scout-apm==2.15.2
33-
sentry-sdk==0.16.2
33+
sentry-sdk==0.16.3
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)