Skip to content

Commit 74f7ec5

Browse files
committed
update requirements
1 parent c9cabb1 commit 74f7ec5

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

requirements.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# base
22
requests>=2.18.4
3-
cachetools==4.1.1
4-
aiohttp<=4
3+
cachetools==4.2.0
4+
aiohttp>=3.0.0,<=4
55

66
# dev
7-
pytest==6.1.2
7+
pytest==6.2.1
88
pytest-asyncio==0.14.0
9-
pip-tools==5.3.1
9+
pip-tools==5.4.0
1010
black==20.8b1

requirements.txt

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,35 @@
44
#
55
# pip-compile --no-emit-index-url --no-emit-trusted-host
66
#
7-
aiohttp==3.7.2 # via -r requirements.in
8-
appdirs==1.4.3 # via black
7+
aiohttp==3.7.3 # via -r requirements.in
8+
appdirs==1.4.4 # via black
99
async-timeout==3.0.1 # via aiohttp
10-
attrs==19.3.0 # via aiohttp, pytest
10+
attrs==20.3.0 # via aiohttp, pytest
1111
black==20.8b1 # via -r requirements.in
12-
cachetools==4.1.1 # via -r requirements.in
13-
certifi==2019.9.11 # via requests
12+
cachetools==4.2.0 # via -r requirements.in
13+
certifi==2020.12.5 # via requests
1414
chardet==3.0.4 # via aiohttp, requests
1515
click==7.1.2 # via black, pip-tools
16-
idna==2.8 # via requests, yarl
16+
idna==2.10 # via requests, yarl
1717
iniconfig==1.1.1 # via pytest
18-
multidict==5.0.0 # via aiohttp, yarl
18+
multidict==5.1.0 # via aiohttp, yarl
1919
mypy-extensions==0.4.3 # via black
20-
packaging==20.4 # via pytest
21-
pathspec==0.8.0 # via black
22-
pip-tools==5.3.1 # via -r requirements.in
23-
pluggy==0.13.0 # via pytest
24-
py==1.9.0 # via pytest
20+
packaging==20.8 # via pytest
21+
pathspec==0.8.1 # via black
22+
pip-tools==5.4.0 # via -r requirements.in
23+
pluggy==0.13.1 # via pytest
24+
py==1.10.0 # via pytest
2525
pyparsing==2.4.7 # via packaging
2626
pytest-asyncio==0.14.0 # via -r requirements.in
27-
pytest==6.1.2 # via -r requirements.in, pytest-asyncio
28-
regex==2020.10.28 # via black
29-
requests==2.22.0 # via -r requirements.in
30-
six==1.12.0 # via packaging, pip-tools
27+
pytest==6.2.1 # via -r requirements.in, pytest-asyncio
28+
regex==2020.11.13 # via black
29+
requests==2.25.0 # via -r requirements.in
30+
six==1.15.0 # via pip-tools
3131
toml==0.10.2 # via black, pytest
3232
typed-ast==1.4.1 # via black
3333
typing-extensions==3.7.4.3 # via aiohttp, black
34-
urllib3==1.25.6 # via requests
35-
yarl==1.6.2 # via aiohttp
34+
urllib3==1.26.2 # via requests
35+
yarl==1.6.3 # via aiohttp
3636

3737
# The following packages are considered to be unsafe in a requirements file:
3838
# pip

0 commit comments

Comments
 (0)