Update dependencies
This commit is contained in:
parent
bc29043853
commit
afc89c7f72
|
|
@ -1,7 +1,7 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
build==0.9.0
|
||||
build==0.10.0
|
||||
check-manifest==0.49
|
||||
packaging==23.0
|
||||
pep517==0.13.0
|
||||
pyproject_hooks==1.0.0
|
||||
tomli==2.0.1
|
||||
|
|
|
|||
|
|
@ -1,12 +1,11 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
bleach==5.0.1
|
||||
build==0.9.0
|
||||
build==0.10.0
|
||||
bump2version==1.0.1
|
||||
certifi==2022.12.7
|
||||
cffi==1.15.1
|
||||
charset-normalizer==2.1.1
|
||||
commonmark==0.9.1
|
||||
charset-normalizer==3.0.1
|
||||
cryptography==39.0.0
|
||||
docutils==0.19
|
||||
github3.py==3.2.0
|
||||
|
|
@ -18,22 +17,24 @@ jaraco.classes==3.2.3
|
|||
jeepney==0.8.0
|
||||
keyring==23.13.1
|
||||
manhole==1.8.0
|
||||
markdown-it-py==2.1.0
|
||||
mdurl==0.1.2
|
||||
more-itertools==9.0.0
|
||||
packaging==23.0
|
||||
pep517==0.13.0
|
||||
pkginfo==1.9.6
|
||||
ply==3.11
|
||||
pycparser==2.21
|
||||
Pygments==2.14.0
|
||||
PyJWT==2.6.0
|
||||
Pympler==1.0.1
|
||||
pyproject_hooks==1.0.0
|
||||
PyQt-builder==1.14.0
|
||||
python-dateutil==2.8.2
|
||||
readme-renderer==37.3
|
||||
requests==2.28.1
|
||||
requests==2.28.2
|
||||
requests-toolbelt==0.10.1
|
||||
rfc3986==2.0.0
|
||||
rich==13.0.1
|
||||
rich==13.2.0
|
||||
SecretStorage==3.3.3
|
||||
sip==6.7.5
|
||||
six==1.16.0
|
||||
|
|
@ -42,6 +43,6 @@ tomli==2.0.1
|
|||
twine==4.0.2
|
||||
typing_extensions==4.4.0
|
||||
uritemplate==4.1.1
|
||||
# urllib3==1.26.13
|
||||
# urllib3==1.26.14
|
||||
webencodings==0.5.1
|
||||
zipp==3.11.0
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
attrs==22.2.0
|
||||
flake8==6.0.0
|
||||
flake8-bugbear==22.12.6
|
||||
flake8-bugbear==23.1.20
|
||||
flake8-builtins==2.1.0
|
||||
flake8-comprehensions==3.10.1
|
||||
flake8-debugger==4.1.2
|
||||
|
|
@ -17,7 +17,7 @@ flake8-tuple==0.4.1
|
|||
mccabe==0.7.0
|
||||
pep8-naming==0.13.3
|
||||
pycodestyle==2.10.0
|
||||
pydocstyle==6.2.3
|
||||
pydocstyle==6.3.0
|
||||
pyflakes==3.0.1
|
||||
six==1.16.0
|
||||
snowballstemmer==2.2.0
|
||||
|
|
|
|||
|
|
@ -1,18 +1,18 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
chardet==5.1.0
|
||||
diff-cover==7.3.0
|
||||
diff-cover==7.3.2
|
||||
importlib-metadata==6.0.0
|
||||
importlib-resources==5.10.2
|
||||
Jinja2==3.1.2
|
||||
lxml==4.9.2
|
||||
MarkupSafe==2.1.1
|
||||
MarkupSafe==2.1.2
|
||||
mypy==0.991
|
||||
mypy-extensions==0.4.3
|
||||
pluggy==1.0.0
|
||||
Pygments==2.14.0
|
||||
PyQt5-stubs==5.15.6.0
|
||||
tomli==2.0.1
|
||||
types-PyYAML==6.0.12.2
|
||||
types-PyYAML==6.0.12.3
|
||||
typing_extensions==4.4.0
|
||||
zipp==3.11.0
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
altgraph==0.17.3
|
||||
pyinstaller==5.7.0
|
||||
pyinstaller-hooks-contrib==2022.14
|
||||
pyinstaller-hooks-contrib==2022.15
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
astroid==2.12.14
|
||||
certifi==2022.12.7
|
||||
cffi==1.15.1
|
||||
charset-normalizer==2.1.1
|
||||
charset-normalizer==3.0.1
|
||||
cryptography==39.0.0
|
||||
dill==0.3.6
|
||||
future==0.18.2
|
||||
future==0.18.3
|
||||
github3.py==3.2.0
|
||||
idna==3.4
|
||||
isort==5.11.4
|
||||
|
|
@ -19,12 +19,12 @@ PyJWT==2.6.0
|
|||
pylint==2.15.10
|
||||
python-dateutil==2.8.2
|
||||
./scripts/dev/pylint_checkers
|
||||
requests==2.28.1
|
||||
requests==2.28.2
|
||||
six==1.16.0
|
||||
tomli==2.0.1
|
||||
tomlkit==0.11.6
|
||||
typed-ast==1.5.4 ; python_version<"3.8"
|
||||
typing_extensions==4.4.0
|
||||
uritemplate==4.1.1
|
||||
# urllib3==1.26.13
|
||||
# urllib3==1.26.14
|
||||
wrapt==1.14.1
|
||||
|
|
|
|||
|
|
@ -1,15 +1,16 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
build==0.9.0
|
||||
build==0.10.0
|
||||
certifi==2022.12.7
|
||||
charset-normalizer==2.1.1
|
||||
charset-normalizer==3.0.1
|
||||
docutils==0.19
|
||||
idna==3.4
|
||||
packaging==23.0
|
||||
pep517==0.13.0
|
||||
Pygments==2.14.0
|
||||
pyproject_hooks==1.0.0
|
||||
pyroma==4.1
|
||||
requests==2.28.1
|
||||
requests==2.28.2
|
||||
tomli==2.0.1
|
||||
trove-classifiers==2022.12.22
|
||||
urllib3==1.26.13
|
||||
trove-classifiers==2023.1.20
|
||||
urllib3==1.26.14
|
||||
|
|
|
|||
|
|
@ -1,26 +1,26 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
alabaster==0.7.12
|
||||
alabaster==0.7.13
|
||||
Babel==2.11.0
|
||||
certifi==2022.12.7
|
||||
charset-normalizer==2.1.1
|
||||
charset-normalizer==3.0.1
|
||||
docutils==0.19
|
||||
idna==3.4
|
||||
imagesize==1.4.1
|
||||
importlib-metadata==6.0.0
|
||||
Jinja2==3.1.2
|
||||
MarkupSafe==2.1.1
|
||||
MarkupSafe==2.1.2
|
||||
packaging==23.0
|
||||
Pygments==2.14.0
|
||||
pytz==2022.7
|
||||
requests==2.28.1
|
||||
pytz==2022.7.1
|
||||
requests==2.28.2
|
||||
snowballstemmer==2.2.0
|
||||
Sphinx==6.1.2
|
||||
Sphinx==6.1.3
|
||||
sphinxcontrib-devhelp==1.0.2
|
||||
sphinxcontrib-htmlhelp==2.0.0
|
||||
sphinxcontrib-jsmath==1.0.1
|
||||
sphinxcontrib-qthelp==1.0.3
|
||||
sphinxcontrib-serializinghtml==1.1.5
|
||||
sphinxcontrib.applehelp==1.0.3
|
||||
urllib3==1.26.13
|
||||
urllib3==1.26.14
|
||||
zipp==3.11.0
|
||||
|
|
|
|||
|
|
@ -3,16 +3,16 @@
|
|||
attrs==22.2.0
|
||||
beautifulsoup4==4.11.1
|
||||
certifi==2022.12.7
|
||||
charset-normalizer==2.1.1
|
||||
charset-normalizer==3.0.1
|
||||
cheroot==9.0.0
|
||||
click==8.1.3
|
||||
coverage==7.0.4
|
||||
coverage==7.0.5
|
||||
exceptiongroup==1.1.0
|
||||
execnet==1.9.0
|
||||
filelock==3.9.0
|
||||
Flask==2.2.2
|
||||
hunter==3.5.1
|
||||
hypothesis==6.62.0
|
||||
hypothesis==6.64.0
|
||||
idna==3.4
|
||||
importlib-metadata==6.0.0
|
||||
iniconfig==2.0.0
|
||||
|
|
@ -21,7 +21,7 @@ jaraco.functools==3.5.2
|
|||
# Jinja2==3.1.2
|
||||
Mako==1.2.4
|
||||
manhole==1.8.0
|
||||
# MarkupSafe==2.1.1
|
||||
# MarkupSafe==2.1.2
|
||||
more-itertools==9.0.0
|
||||
packaging==23.0
|
||||
parse==1.19.0
|
||||
|
|
@ -29,7 +29,7 @@ parse-type==0.6.0
|
|||
pluggy==1.0.0
|
||||
py-cpuinfo==9.0.0
|
||||
Pygments==2.14.0
|
||||
pytest==7.2.0
|
||||
pytest==7.2.1
|
||||
pytest-bdd==6.1.1
|
||||
pytest-benchmark==4.0.0
|
||||
pytest-cov==4.0.0
|
||||
|
|
@ -37,11 +37,11 @@ pytest-instafail==0.4.2
|
|||
pytest-mock==3.10.0
|
||||
pytest-qt==4.2.0
|
||||
pytest-repeat==0.9.1
|
||||
pytest-rerunfailures==10.3
|
||||
pytest-rerunfailures==11.0
|
||||
pytest-xdist==3.1.0
|
||||
pytest-xvfb==2.0.0
|
||||
PyVirtualDisplay==3.0
|
||||
requests==2.28.1
|
||||
requests==2.28.2
|
||||
requests-file==1.5.1
|
||||
six==1.16.0
|
||||
sortedcontainers==2.4.0
|
||||
|
|
@ -50,7 +50,7 @@ tldextract==3.4.0
|
|||
toml==0.10.2
|
||||
tomli==2.0.1
|
||||
typing_extensions==4.4.0
|
||||
urllib3==1.26.13
|
||||
urllib3==1.26.14
|
||||
vulture==2.7
|
||||
Werkzeug==2.2.2
|
||||
zipp==3.11.0
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
cachetools==5.2.1
|
||||
cachetools==5.3.0
|
||||
chardet==5.1.0
|
||||
colorama==0.4.6
|
||||
distlib==0.3.6
|
||||
|
|
@ -9,9 +9,9 @@ packaging==23.0
|
|||
pip==22.3.1
|
||||
platformdirs==2.6.2
|
||||
pluggy==1.0.0
|
||||
pyproject_api==1.4.0
|
||||
setuptools==65.6.3
|
||||
pyproject_api==1.5.0
|
||||
setuptools==66.1.1
|
||||
tomli==2.0.1
|
||||
tox==4.2.6
|
||||
tox==4.3.5
|
||||
virtualenv==20.17.1
|
||||
wheel==0.38.4
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
pathspec==0.10.3
|
||||
PyYAML==6.0
|
||||
yamllint==1.28.0
|
||||
yamllint==1.29.0
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ colorama==0.4.6
|
|||
importlib-metadata==6.0.0 ; python_version=="3.7.*"
|
||||
importlib-resources==5.10.2 ; python_version=="3.7.*" or python_version=="3.8.*"
|
||||
Jinja2==3.1.2
|
||||
MarkupSafe==2.1.1
|
||||
MarkupSafe==2.1.2
|
||||
Pygments==2.14.0
|
||||
PyYAML==6.0
|
||||
typing_extensions==4.4.0 ; python_version<"3.8"
|
||||
|
|
|
|||
Loading…
Reference in New Issue