bump: update setup extras_require
packages for test, ci; feat: update requirements/*.txt
This commit is contained in:
parent
4d7e5b0384
commit
9d488db276
@ -1,42 +1,42 @@
|
|||||||
async-timeout==3.0.1
|
aiohttp==3.8.1
|
||||||
attrs==21.2.0
|
aiosignal==1.2.0
|
||||||
bleach==4.0.0
|
async-timeout==4.0.2
|
||||||
certifi==2021.5.30
|
atomicwrites==1.4.1
|
||||||
cffi==1.14.6
|
attrs==21.4.0
|
||||||
chardet==4.0.0
|
bleach==5.0.1
|
||||||
charset-normalizer==2.0.4
|
certifi==2022.6.15
|
||||||
codecov==2.1.11
|
charset-normalizer==2.1.0
|
||||||
colorama==0.4.4
|
codecov==2.1.12
|
||||||
coverage==5.5
|
colorama==0.4.5
|
||||||
cryptography==3.4.7
|
commonmark==0.9.1
|
||||||
docutils==0.17.1
|
coverage==6.4.2
|
||||||
idna==3.2
|
docutils==0.19
|
||||||
importlib-metadata==4.6.3
|
frozenlist==1.3.0
|
||||||
|
idna==3.3
|
||||||
|
importlib-metadata==4.12.0
|
||||||
iniconfig==1.1.1
|
iniconfig==1.1.1
|
||||||
jeepney==0.7.1
|
keyring==23.7.0
|
||||||
keyring==23.0.1
|
multidict==6.0.2
|
||||||
multidict==5.1.0
|
packaging==21.3
|
||||||
packaging==21.0
|
pkginfo==1.8.3
|
||||||
pkginfo==1.7.1
|
pluggy==1.0.0
|
||||||
pluggy==0.13.1
|
py==1.11.0
|
||||||
py==1.10.0
|
Pygments==2.12.0
|
||||||
pycparser==2.20
|
pyparsing==3.0.9
|
||||||
Pygments==2.9.0
|
pytest==7.1.2
|
||||||
pyparsing==2.4.7
|
pytest-aiohttp==1.0.4
|
||||||
pytest==6.1.2
|
pytest-asyncio==0.19.0
|
||||||
pytest-aiohttp==0.3.0
|
pytest-cov==3.0.0
|
||||||
pytest-cov==2.10.1
|
pywin32-ctypes==0.2.0
|
||||||
readme-renderer==29.0
|
readme-renderer==35.0
|
||||||
requests==2.26.0
|
requests==2.28.1
|
||||||
requests-toolbelt==0.9.1
|
requests-toolbelt==0.9.1
|
||||||
rfc3986==1.5.0
|
rfc3986==2.0.0
|
||||||
SecretStorage==3.3.1
|
rich==12.5.1
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
toml==0.10.2
|
tomli==2.0.1
|
||||||
tqdm==4.62.0
|
twine==4.0.1
|
||||||
twine==3.4.2
|
urllib3==1.26.11
|
||||||
typing-extensions==3.10.0.0
|
|
||||||
urllib3==1.26.6
|
|
||||||
webencodings==0.5.1
|
webencodings==0.5.1
|
||||||
yarl==1.6.3
|
yarl==1.7.2
|
||||||
zipp==3.5.0
|
zipp==3.8.1
|
||||||
|
@ -1,23 +1,28 @@
|
|||||||
async-timeout==3.0.1
|
aiohttp==3.8.1
|
||||||
attrs==21.2.0
|
aiosignal==1.2.0
|
||||||
bleach==4.0.0
|
async-timeout==4.0.2
|
||||||
chardet==4.0.0
|
atomicwrites==1.4.1
|
||||||
coverage==5.5
|
attrs==21.4.0
|
||||||
docutils==0.17.1
|
bleach==5.0.1
|
||||||
idna==3.2
|
charset-normalizer==2.1.0
|
||||||
|
colorama==0.4.5
|
||||||
|
coverage==6.4.2
|
||||||
|
docutils==0.19
|
||||||
|
frozenlist==1.3.0
|
||||||
|
idna==3.3
|
||||||
iniconfig==1.1.1
|
iniconfig==1.1.1
|
||||||
multidict==5.1.0
|
multidict==6.0.2
|
||||||
packaging==21.0
|
packaging==21.3
|
||||||
pluggy==0.13.1
|
pluggy==1.0.0
|
||||||
py==1.10.0
|
py==1.11.0
|
||||||
Pygments==2.9.0
|
Pygments==2.12.0
|
||||||
pyparsing==2.4.7
|
pyparsing==3.0.9
|
||||||
pytest==6.1.2
|
pytest==7.1.2
|
||||||
pytest-aiohttp==0.3.0
|
pytest-aiohttp==1.0.4
|
||||||
pytest-cov==2.10.1
|
pytest-asyncio==0.19.0
|
||||||
readme-renderer==29.0
|
pytest-cov==3.0.0
|
||||||
|
readme-renderer==35.0
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
toml==0.10.2
|
tomli==2.0.1
|
||||||
typing-extensions==3.10.0.0
|
|
||||||
webencodings==0.5.1
|
webencodings==0.5.1
|
||||||
yarl==1.6.3
|
yarl==1.7.2
|
||||||
|
12
setup.cfg
12
setup.cfg
@ -36,14 +36,14 @@ install_requires =
|
|||||||
|
|
||||||
[options.extras_require]
|
[options.extras_require]
|
||||||
test =
|
test =
|
||||||
pytest==6.1.2
|
pytest==7.1.2
|
||||||
pytest-aiohttp==0.3.0
|
pytest-aiohttp==1.0.4
|
||||||
pytest-cov==2.10.1
|
pytest-cov==3.0.0
|
||||||
readme-renderer==29.0
|
readme-renderer==35.0
|
||||||
ci =
|
ci =
|
||||||
%(test)s
|
%(test)s
|
||||||
codecov==2.1.11
|
codecov==2.1.12
|
||||||
twine==3.4.2
|
twine==4.0.1
|
||||||
|
|
||||||
[options.packages.find]
|
[options.packages.find]
|
||||||
exclude =
|
exclude =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user