Skip to content

Commit c379c54

Browse files
committed
upgrade requirements
1 parent d591d89 commit c379c54

File tree

2 files changed

+45
-39
lines changed

2 files changed

+45
-39
lines changed

requirements.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cachetools==4.2.0
44
aiohttp>=3.0.0,<=4
55

66
# dev
7-
pytest==6.2.1
8-
pytest-asyncio==0.14.0
9-
pip-tools==5.4.0
10-
black==20.8b1
7+
pytest==7.1.2
8+
pytest-asyncio==0.19.0
9+
pip-tools==6.8.0
10+
black==22.6.0

requirements.txt

Lines changed: 41 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,83 +1,89 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.9
2+
# This file is autogenerated by pip-compile with python 3.10
33
# To update, run:
44
#
55
# pip-compile --no-emit-index-url --no-emit-trusted-host
66
#
7-
aiohttp==3.7.4.post0
7+
aiohttp==3.8.1
88
# via -r requirements.in
9-
appdirs==1.4.4
10-
# via black
11-
async-timeout==3.0.1
9+
aiosignal==1.2.0
10+
# via aiohttp
11+
async-timeout==4.0.2
1212
# via aiohttp
13-
attrs==21.2.0
13+
attrs==22.1.0
1414
# via
1515
# aiohttp
1616
# pytest
17-
black==20.8b1
17+
black==22.6.0
1818
# via -r requirements.in
19+
build==0.8.0
20+
# via pip-tools
1921
cachetools==4.2.0
2022
# via -r requirements.in
21-
certifi==2021.5.30
23+
certifi==2022.6.15
2224
# via requests
23-
chardet==4.0.0
25+
charset-normalizer==2.1.1
2426
# via
2527
# aiohttp
2628
# requests
27-
click==8.0.1
29+
click==8.1.3
2830
# via
2931
# black
3032
# pip-tools
31-
idna==2.10
33+
frozenlist==1.3.1
34+
# via
35+
# aiohttp
36+
# aiosignal
37+
idna==3.3
3238
# via
3339
# requests
3440
# yarl
3541
iniconfig==1.1.1
3642
# via pytest
37-
multidict==5.1.0
43+
multidict==6.0.2
3844
# via
3945
# aiohttp
4046
# yarl
4147
mypy-extensions==0.4.3
4248
# via black
43-
packaging==21.0
44-
# via pytest
45-
pathspec==0.8.1
49+
packaging==21.3
50+
# via
51+
# build
52+
# pytest
53+
pathspec==0.9.0
4654
# via black
47-
pip-tools==5.4.0
55+
pep517==0.13.0
56+
# via build
57+
pip-tools==6.8.0
4858
# via -r requirements.in
49-
pluggy==0.13.1
59+
platformdirs==2.5.2
60+
# via black
61+
pluggy==1.0.0
5062
# via pytest
51-
py==1.10.0
63+
py==1.11.0
5264
# via pytest
53-
pyparsing==2.4.7
65+
pyparsing==3.0.9
5466
# via packaging
55-
pytest==6.2.1
67+
pytest==7.1.2
5668
# via
5769
# -r requirements.in
5870
# pytest-asyncio
59-
pytest-asyncio==0.14.0
71+
pytest-asyncio==0.19.0
6072
# via -r requirements.in
61-
regex==2021.7.6
62-
# via black
63-
requests==2.25.1
73+
requests==2.28.1
6474
# via -r requirements.in
65-
six==1.16.0
66-
# via pip-tools
67-
toml==0.10.2
75+
tomli==2.0.1
6876
# via
6977
# black
78+
# build
7079
# pytest
71-
typed-ast==1.4.3
72-
# via black
73-
typing-extensions==3.10.0.0
74-
# via
75-
# aiohttp
76-
# black
77-
urllib3==1.26.6
80+
urllib3==1.26.11
7881
# via requests
79-
yarl==1.6.3
82+
wheel==0.37.1
83+
# via pip-tools
84+
yarl==1.8.1
8085
# via aiohttp
8186

8287
# The following packages are considered to be unsafe in a requirements file:
8388
# pip
89+
# setuptools

0 commit comments

Comments
 (0)