Update dependencies
This commit is contained in:
parent
ecd7565aff
commit
2f9ba78852
|
|
@ -3,31 +3,33 @@
|
|||
bleach==5.0.1
|
||||
build==0.8.0
|
||||
bump2version==1.0.1
|
||||
certifi==2022.6.15
|
||||
certifi==2022.9.14
|
||||
cffi==1.15.1
|
||||
charset-normalizer==2.1.1
|
||||
commonmark==0.9.1
|
||||
cryptography==37.0.4
|
||||
cryptography==38.0.1
|
||||
docutils==0.19
|
||||
github3.py==3.2.0
|
||||
hunter==3.4.3
|
||||
idna==3.3
|
||||
hunter==3.5.0
|
||||
idna==3.4
|
||||
importlib-metadata==4.12.0
|
||||
jaraco.classes==3.2.2
|
||||
jeepney==0.8.0
|
||||
keyring==23.8.2
|
||||
keyring==23.9.3
|
||||
manhole==1.8.0
|
||||
more-itertools==8.14.0
|
||||
packaging==21.3
|
||||
pep517==0.13.0
|
||||
pkginfo==1.8.3
|
||||
ply==3.11
|
||||
pycparser==2.21
|
||||
Pygments==2.13.0
|
||||
PyJWT==2.4.0
|
||||
PyJWT==2.5.0
|
||||
Pympler==1.0.1
|
||||
pyparsing==3.0.9
|
||||
PyQt-builder==1.13.0
|
||||
python-dateutil==2.8.2
|
||||
readme-renderer==37.0
|
||||
readme-renderer==37.1
|
||||
requests==2.28.1
|
||||
requests-toolbelt==0.9.1
|
||||
rfc3986==2.0.0
|
||||
|
|
@ -38,8 +40,9 @@ six==1.16.0
|
|||
toml==0.10.2
|
||||
tomli==2.0.1
|
||||
twine==4.0.1
|
||||
types-cryptography==3.3.23
|
||||
typing_extensions==4.3.0
|
||||
uritemplate==4.1.1
|
||||
# urllib3==1.26.11
|
||||
# urllib3==1.26.12
|
||||
webencodings==0.5.1
|
||||
zipp==3.8.1
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
attrs==22.1.0
|
||||
flake8==5.0.4
|
||||
flake8-bugbear==22.7.1
|
||||
flake8-bugbear==22.9.11
|
||||
flake8-builtins==1.5.3
|
||||
flake8-comprehensions==3.10.0
|
||||
flake8-copyright==0.2.3
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
altgraph==0.17.2
|
||||
pyinstaller==5.3
|
||||
pyinstaller-hooks-contrib==2022.8
|
||||
pyinstaller==5.4.1
|
||||
pyinstaller-hooks-contrib==2022.10
|
||||
|
|
|
|||
|
|
@ -1,22 +1,22 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
astroid==2.11.7
|
||||
certifi==2022.6.15
|
||||
astroid==2.12.10
|
||||
certifi==2022.9.14
|
||||
cffi==1.15.1
|
||||
charset-normalizer==2.1.1
|
||||
cryptography==37.0.4
|
||||
cryptography==38.0.1
|
||||
dill==0.3.5.1
|
||||
future==0.18.2
|
||||
github3.py==3.2.0
|
||||
idna==3.3
|
||||
idna==3.4
|
||||
isort==5.10.1
|
||||
lazy-object-proxy==1.7.1
|
||||
mccabe==0.7.0
|
||||
pefile==2022.5.30
|
||||
platformdirs==2.5.2
|
||||
pycparser==2.21
|
||||
PyJWT==2.4.0
|
||||
pylint==2.14.5
|
||||
PyJWT==2.5.0
|
||||
pylint==2.15.2
|
||||
python-dateutil==2.8.2
|
||||
./scripts/dev/pylint_checkers
|
||||
requests==2.28.1
|
||||
|
|
@ -24,7 +24,8 @@ six==1.16.0
|
|||
tomli==2.0.1
|
||||
tomlkit==0.11.4
|
||||
typed-ast==1.5.4 ; python_version<"3.8"
|
||||
types-cryptography==3.3.23
|
||||
typing_extensions==4.3.0
|
||||
uritemplate==4.1.1
|
||||
# urllib3==1.26.11
|
||||
# urllib3==1.26.12
|
||||
wrapt==1.14.1
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
build==0.8.0
|
||||
certifi==2022.6.15
|
||||
certifi==2022.9.14
|
||||
charset-normalizer==2.1.1
|
||||
docutils==0.19
|
||||
idna==3.3
|
||||
idna==3.4
|
||||
packaging==21.3
|
||||
pep517==0.13.0
|
||||
Pygments==2.13.0
|
||||
|
|
@ -12,4 +12,4 @@ pyparsing==3.0.9
|
|||
pyroma==4.0
|
||||
requests==2.28.1
|
||||
tomli==2.0.1
|
||||
urllib3==1.26.11
|
||||
urllib3==1.26.12
|
||||
|
|
|
|||
|
|
@ -2,10 +2,10 @@
|
|||
|
||||
alabaster==0.7.12
|
||||
Babel==2.10.3
|
||||
certifi==2022.6.15
|
||||
certifi==2022.9.14
|
||||
charset-normalizer==2.1.1
|
||||
docutils==0.19
|
||||
idna==3.3
|
||||
idna==3.4
|
||||
imagesize==1.4.1
|
||||
importlib-metadata==4.12.0
|
||||
Jinja2==3.1.2
|
||||
|
|
@ -23,5 +23,5 @@ sphinxcontrib-htmlhelp==2.0.0
|
|||
sphinxcontrib-jsmath==1.0.1
|
||||
sphinxcontrib-qthelp==1.0.3
|
||||
sphinxcontrib-serializinghtml==1.1.5
|
||||
urllib3==1.26.11
|
||||
urllib3==1.26.12
|
||||
zipp==3.8.1
|
||||
|
|
|
|||
|
|
@ -2,25 +2,25 @@
|
|||
|
||||
attrs==22.1.0
|
||||
beautifulsoup4==4.11.1
|
||||
certifi==2022.6.15
|
||||
certifi==2022.9.14
|
||||
charset-normalizer==2.1.1
|
||||
cheroot==8.6.0
|
||||
click==8.1.3
|
||||
coverage==6.4.4
|
||||
exceptiongroup==1.0.0rc8
|
||||
exceptiongroup==1.0.0rc9
|
||||
execnet==1.9.0
|
||||
filelock==3.8.0
|
||||
Flask==2.2.2
|
||||
glob2==0.7
|
||||
hunter==3.4.3
|
||||
hypothesis==6.54.4
|
||||
idna==3.3
|
||||
hunter==3.5.0
|
||||
hypothesis==6.54.6
|
||||
idna==3.4
|
||||
importlib-metadata==4.12.0
|
||||
iniconfig==1.1.1
|
||||
itsdangerous==2.1.2
|
||||
jaraco.functools==3.5.1
|
||||
# Jinja2==3.1.2
|
||||
Mako==1.2.1
|
||||
Mako==1.2.2
|
||||
manhole==1.8.0
|
||||
# MarkupSafe==2.1.1
|
||||
more-itertools==8.14.0
|
||||
|
|
@ -32,7 +32,7 @@ py==1.11.0
|
|||
py-cpuinfo==8.0.0
|
||||
Pygments==2.13.0
|
||||
pyparsing==3.0.9
|
||||
pytest==7.1.2
|
||||
pytest==7.1.3
|
||||
pytest-bdd==6.0.1
|
||||
pytest-benchmark==3.4.1
|
||||
pytest-cov==3.0.0
|
||||
|
|
@ -53,7 +53,7 @@ soupsieve==2.3.2.post1
|
|||
tldextract==3.3.1
|
||||
toml==0.10.2
|
||||
tomli==2.0.1
|
||||
urllib3==1.26.11
|
||||
vulture==2.5
|
||||
urllib3==1.26.12
|
||||
vulture==2.6
|
||||
Werkzeug==2.2.2
|
||||
zipp==3.8.1
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
distlib==0.3.5
|
||||
distlib==0.3.6
|
||||
filelock==3.8.0
|
||||
packaging==21.3
|
||||
pip==22.2.2
|
||||
|
|
@ -8,9 +8,9 @@ platformdirs==2.5.2
|
|||
pluggy==1.0.0
|
||||
py==1.11.0
|
||||
pyparsing==3.0.9
|
||||
setuptools==65.2.0
|
||||
setuptools==65.3.0
|
||||
six==1.16.0
|
||||
toml==0.10.2
|
||||
tox==3.25.1
|
||||
virtualenv==20.16.3
|
||||
tomli==2.0.1
|
||||
tox==3.26.0
|
||||
virtualenv==20.16.5
|
||||
wheel==0.37.1
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
toml==0.10.2
|
||||
vulture==2.5
|
||||
vulture==2.6
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
pathspec==0.9.0
|
||||
pathspec==0.10.1
|
||||
PyYAML==6.0
|
||||
yamllint==1.27.1
|
||||
yamllint==1.28.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue