Skip to content

Commit 1e63959

Browse files
committed
Upgrade packages and add asynctest: Fix #55
1 parent 15610fb commit 1e63959

File tree

1 file changed

+33
-31
lines changed

1 file changed

+33
-31
lines changed

requirements.txt

Lines changed: 33 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -3,84 +3,86 @@ aioredis==1.3.1
33
argh==0.26.2
44
ariadne==0.11.0
55
async-timeout==3.0.1
6+
asynctest==0.13.0
67
attrs==19.3.0
78
certifi==2020.4.5.1
89
chardet==3.0.4
9-
click==7.1.1
10+
click==7.1.2
1011
coverage==5.1
1112
dnspython==1.16.0
12-
email-validator==1.0.5
13+
email-validator==1.1.1
1314
entrypoints==0.3
1415
et-xmlfile==1.0.1
15-
fastapi==0.54.1
16-
flake8==3.7.9
17-
graphql-core==3.0.3
16+
fastapi==0.55.1
17+
flake8==3.8.2
18+
graphql-core==3.0.5
1819
h11==0.9.0
1920
h2==3.2.0
2021
hiredis==1.0.1
2122
hpack==3.0.0
22-
hstspreload==2020.4.14
23+
hstspreload==2020.6.2
24+
httpcore==0.9.1
2325
httptools==0.1.1
24-
httpx==0.12.1
26+
httpx==0.13.3
2527
hyperframe==5.2.0
2628
idna==2.9
2729
importlib-metadata==1.6.0
2830
jdcal==1.4.1
2931
jsonschema==3.2.0
30-
loguru==0.4.1
32+
loguru==0.5.0
3133
mccabe==0.6.1
32-
more-itertools==8.2.0
34+
more-itertools==8.3.0
3335
motor==2.1.0
34-
mypy==0.770
36+
mypy==0.780
3537
mypy-extensions==0.4.3
36-
nest-asyncio==1.3.2
38+
nest-asyncio==1.3.3
3739
notifiers==1.2.1
38-
numpy==1.18.2
40+
numpy==1.18.5
3941
openpyxl==3.0.3
40-
packaging==20.3
41-
pandas==1.0.3
42+
packaging==20.4
43+
pandas==1.0.4
4244
pathtools==0.1.2
4345
pluggy==0.13.1
4446
promise==2.3
4547
py==1.8.1
46-
pycodestyle==2.5.0
47-
pydantic==1.4
48-
pyflakes==2.1.1
48+
pycodestyle==2.6.0
49+
pydantic==1.5.1
50+
pyflakes==2.2.0
4951
PyJWT==1.7.1
5052
pymongo==3.10.1
5153
pyparsing==2.4.7
5254
pyrsistent==0.16.0
53-
pytest==5.4.1
54-
pytest-asyncio==0.10.0
55-
pytest-cov==2.8.1
56-
pytest-mock==3.0.0
57-
python-box==4.2.2
55+
pytest==5.4.3
56+
pytest-asyncio==0.12.0
57+
pytest-cov==2.9.0
58+
pytest-mock==3.1.0
59+
python-box==4.2.3
5860
python-dateutil==2.8.1
5961
python-multipart==0.0.5
6062
python-slugify==4.0.0
61-
pytz==2019.3
63+
pytz==2020.1
6264
PyYAML==5.3.1
6365
requests==2.23.0
6466
rfc3986==1.4.0
6567
rfc3987==1.3.8
6668
ruamel.yaml==0.16.10
6769
ruamel.yaml.clib==0.2.0
68-
sentry-sdk==0.14.3
70+
sentry-sdk==0.14.4
6971
shortuuid==1.0.1
70-
six==1.14.0
72+
six==1.15.0
7173
sniffio==1.1.0
7274
starlette==0.13.2
73-
tenacity==6.1.0
75+
tenacity==6.2.0
7476
text-unidecode==1.3
75-
toml==0.10.0
77+
toml==0.10.1
7678
typed-ast==1.4.1
77-
typer==0.1.1
79+
typer==0.2.1
7880
typing-extensions==3.7.4.2
79-
ujson==2.0.3
81+
ujson==3.0.0
8082
urllib3==1.25.9
81-
uvicorn==0.11.3
83+
uvicorn==0.11.5
8284
uvloop==0.14.0
8385
watchdog==0.10.2
84-
wcwidth==0.1.9
86+
wcwidth==0.2.3
8587
websockets==8.1
8688
zipp==3.1.0

0 commit comments

Comments
 (0)