File tree Expand file tree Collapse file tree 3 files changed +44
-53
lines changed
Expand file tree Collapse file tree 3 files changed +44
-53
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ gitdb==4.0.5
1717gitpython == 3.1.7
1818idna == 2.10
1919importlib-metadata == 1.7.0 ; python_version < '3.8'
20+ iniconfig == 1.0.1
2021invoke == 1.4.1
2122isort == 4.3.21
2223lazy-object-proxy == 1.4.3
@@ -33,7 +34,7 @@ pylint==2.5.3
3334pyparsing == 2.4.7
3435pytest-asyncio == 0.14.0
3536pytest-cov == 2.10.0
36- pytest == 5.4.3
37+ pytest == 6.0.1
3738pyyaml == 5.3.1
3839regex == 2020.7.14
3940requests == 2.24.0
@@ -44,6 +45,5 @@ stevedore==3.2.0
4445toml == 0.10.1
4546typed-ast == 1.4.1
4647urllib3 [secure ]== 1.25.10 ; python_version >= '3.5'
47- wcwidth == 0.2.5
4848wrapt == 1.12.1
4949zipp == 3.1.0
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ chardet==3.0.4
1414click == 7.1.2
1515cryptography == 3.0
1616dataclasses == 0.6 ; python_version < '3.7'
17- fastapi == 0.60.1
17+ fastapi == 0.61.0
1818gunicorn == 20.0.4
1919h11 == 0.9.0
2020hiredis == 1.1.0
@@ -30,13 +30,12 @@ python-dateutil==2.8.1
3030python-dotenv == 0.14.0
3131requests == 2.24.0
3232scout-apm == 2.15.2
33- sentry-sdk == 0.16.2
33+ sentry-sdk == 0.16.3
3434six == 1.15.0
3535starlette == 0.13.6
36- typing-extensions == 3.7.4.2
3736urllib3 [secure ]== 1.25.10 ; python_version >= '3.5'
38- uvicorn == 0.11.7
37+ uvicorn == 0.11.8
3938uvloop == 0.14.0 ; sys_platform != 'win32' and sys_platform != 'cygwin' and platform_python_implementation != 'PyPy'
4039websockets == 8.1
4140wrapt == 1.12.1
42- yarl == 1.5.0
41+ yarl == 1.5.1
You can’t perform that action at this time.
0 commit comments