Update dependencies
This commit is contained in:
parent
b29c13c0a5
commit
5efd72470b
|
|
@ -6,14 +6,14 @@ bump2version==1.0.1
|
|||
certifi==2021.10.8
|
||||
cffi==1.15.0
|
||||
charset-normalizer==2.0.12
|
||||
colorama==0.4.4
|
||||
commonmark==0.9.1
|
||||
cryptography==36.0.2
|
||||
docutils==0.18.1
|
||||
github3.py==3.2.0
|
||||
hunter==3.4.3
|
||||
idna==3.3
|
||||
importlib-metadata==4.11.3
|
||||
jeepney==0.7.1
|
||||
jeepney==0.8.0
|
||||
keyring==23.5.0
|
||||
manhole==1.8.0
|
||||
packaging==21.3
|
||||
|
|
@ -30,14 +30,15 @@ readme-renderer==34.0
|
|||
requests==2.27.1
|
||||
requests-toolbelt==0.9.1
|
||||
rfc3986==2.0.0
|
||||
rich==12.1.0
|
||||
SecretStorage==3.3.1
|
||||
sip==6.5.1
|
||||
six==1.16.0
|
||||
toml==0.10.2
|
||||
tomli==2.0.1
|
||||
tqdm==4.63.1
|
||||
twine==3.8.0
|
||||
twine==4.0.0
|
||||
typing_extensions==4.1.1
|
||||
uritemplate==4.1.1
|
||||
# urllib3==1.26.9
|
||||
webencodings==0.5.1
|
||||
zipp==3.7.0
|
||||
zipp==3.8.0
|
||||
|
|
|
|||
|
|
@ -15,4 +15,4 @@ PyQt5-stubs==5.15.2.0
|
|||
tomli==2.0.1
|
||||
types-PyYAML==6.0.5
|
||||
typing_extensions==4.1.1
|
||||
zipp==3.7.0
|
||||
zipp==3.8.0
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ pefile==2021.9.3
|
|||
platformdirs==2.5.1
|
||||
pycparser==2.21
|
||||
PyJWT==2.3.0
|
||||
pylint==2.13.3
|
||||
pylint==2.13.4
|
||||
python-dateutil==2.8.2
|
||||
./scripts/dev/pylint_checkers
|
||||
requests==2.27.1
|
||||
|
|
|
|||
|
|
@ -24,4 +24,4 @@ sphinxcontrib-jsmath==1.0.1
|
|||
sphinxcontrib-qthelp==1.0.3
|
||||
sphinxcontrib-serializinghtml==1.1.5
|
||||
urllib3==1.26.9
|
||||
zipp==3.7.0
|
||||
zipp==3.8.0
|
||||
|
|
|
|||
|
|
@ -5,14 +5,14 @@ beautifulsoup4==4.10.0
|
|||
certifi==2021.10.8
|
||||
charset-normalizer==2.0.12
|
||||
cheroot==8.6.0
|
||||
click==8.1.0
|
||||
click==8.1.2
|
||||
coverage==6.3.2
|
||||
execnet==1.9.0
|
||||
filelock==3.6.0
|
||||
Flask==2.1.0
|
||||
Flask==2.1.1
|
||||
glob2==0.7
|
||||
hunter==3.4.3
|
||||
hypothesis==6.40.0
|
||||
hypothesis==6.41.0
|
||||
icdiff==2.0.4
|
||||
idna==3.3
|
||||
importlib-metadata==4.11.3
|
||||
|
|
@ -57,5 +57,5 @@ toml==0.10.2
|
|||
tomli==2.0.1
|
||||
urllib3==1.26.9
|
||||
vulture==2.3
|
||||
Werkzeug==2.1.0
|
||||
zipp==3.7.0
|
||||
Werkzeug==2.1.1
|
||||
zipp==3.8.0
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ platformdirs==2.5.1
|
|||
pluggy==1.0.0
|
||||
py==1.11.0
|
||||
pyparsing==3.0.7
|
||||
setuptools==61.2.0
|
||||
setuptools==61.3.1
|
||||
six==1.16.0
|
||||
toml==0.10.2
|
||||
tox==3.24.5
|
||||
|
|
|
|||
|
|
@ -9,4 +9,4 @@ MarkupSafe==2.1.1
|
|||
Pygments==2.11.2
|
||||
PyYAML==6.0
|
||||
typing_extensions==4.1.1 ; python_version<"3.8"
|
||||
zipp==3.7.0
|
||||
zipp==3.8.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue