Update dependencies
This commit is contained in:
parent
fb383a6881
commit
2d04e37a9f
|
|
@ -3,6 +3,6 @@
|
|||
build==0.8.0
|
||||
check-manifest==0.48
|
||||
packaging==21.3
|
||||
pep517==0.12.0
|
||||
pep517==0.13.0
|
||||
pyparsing==3.0.9
|
||||
tomli==2.0.1
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ jeepney==0.8.0
|
|||
keyring==23.7.0
|
||||
manhole==1.8.0
|
||||
packaging==21.3
|
||||
pep517==0.12.0
|
||||
pep517==0.13.0
|
||||
pkginfo==1.8.3
|
||||
ply==3.11
|
||||
pycparser==2.21
|
||||
|
|
@ -40,6 +40,6 @@ tomli==2.0.1
|
|||
twine==4.0.1
|
||||
typing_extensions==4.3.0
|
||||
uritemplate==4.1.1
|
||||
# urllib3==1.26.10
|
||||
# urllib3==1.26.11
|
||||
webencodings==0.5.1
|
||||
zipp==3.8.1
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
attrs==21.4.0
|
||||
flake8==4.0.1
|
||||
attrs==22.1.0
|
||||
flake8==5.0.1
|
||||
flake8-bugbear==22.7.1
|
||||
flake8-builtins==1.5.3
|
||||
flake8-comprehensions==3.10.0
|
||||
|
|
@ -16,10 +16,10 @@ flake8-pytest-style==1.6.0
|
|||
flake8-string-format==0.3.0
|
||||
flake8-tidy-imports==4.8.0
|
||||
flake8-tuple==0.4.1
|
||||
mccabe==0.6.1
|
||||
mccabe==0.7.0
|
||||
pep8-naming==0.13.1
|
||||
pycodestyle==2.8.0
|
||||
pycodestyle==2.9.0
|
||||
pydocstyle==6.1.1
|
||||
pyflakes==2.4.0
|
||||
pyflakes==2.5.0
|
||||
six==1.16.0
|
||||
snowballstemmer==2.2.0
|
||||
|
|
|
|||
|
|
@ -3,16 +3,16 @@
|
|||
chardet==5.0.0
|
||||
diff-cover==6.5.1
|
||||
importlib-metadata==4.12.0
|
||||
importlib-resources==5.8.0
|
||||
importlib-resources==5.9.0
|
||||
Jinja2==3.1.2
|
||||
lxml==4.9.1
|
||||
MarkupSafe==2.1.1
|
||||
mypy==0.961
|
||||
mypy==0.971
|
||||
mypy-extensions==0.4.3
|
||||
pluggy==1.0.0
|
||||
Pygments==2.12.0
|
||||
PyQt5-stubs==5.15.6.0
|
||||
tomli==2.0.1
|
||||
types-PyYAML==6.0.10
|
||||
types-PyYAML==6.0.11
|
||||
typing_extensions==4.3.0
|
||||
zipp==3.8.1
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
altgraph==0.17.2
|
||||
pyinstaller==5.2
|
||||
pyinstaller==5.3
|
||||
pyinstaller-hooks-contrib==2022.8
|
||||
|
|
|
|||
|
|
@ -26,5 +26,5 @@ tomlkit==0.11.1
|
|||
typed-ast==1.5.4 ; python_version<"3.8"
|
||||
typing_extensions==4.3.0
|
||||
uritemplate==4.1.1
|
||||
# urllib3==1.26.10
|
||||
# urllib3==1.26.11
|
||||
wrapt==1.14.1
|
||||
|
|
|
|||
|
|
@ -6,10 +6,10 @@ charset-normalizer==2.1.0
|
|||
docutils==0.19
|
||||
idna==3.3
|
||||
packaging==21.3
|
||||
pep517==0.12.0
|
||||
pep517==0.13.0
|
||||
Pygments==2.12.0
|
||||
pyparsing==3.0.9
|
||||
pyroma==4.0
|
||||
requests==2.28.1
|
||||
tomli==2.0.1
|
||||
urllib3==1.26.10
|
||||
urllib3==1.26.11
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ alabaster==0.7.12
|
|||
Babel==2.10.3
|
||||
certifi==2022.6.15
|
||||
charset-normalizer==2.1.0
|
||||
docutils==0.18.1
|
||||
docutils==0.19
|
||||
idna==3.3
|
||||
imagesize==1.4.1
|
||||
importlib-metadata==4.12.0
|
||||
|
|
@ -16,12 +16,12 @@ pyparsing==3.0.9
|
|||
pytz==2022.1
|
||||
requests==2.28.1
|
||||
snowballstemmer==2.2.0
|
||||
Sphinx==5.0.2
|
||||
Sphinx==5.1.1
|
||||
sphinxcontrib-applehelp==1.0.2
|
||||
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
|
||||
urllib3==1.26.10
|
||||
urllib3==1.26.11
|
||||
zipp==3.8.1
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
attrs==21.4.0
|
||||
attrs==22.1.0
|
||||
beautifulsoup4==4.11.1
|
||||
certifi==2022.6.15
|
||||
charset-normalizer==2.1.0
|
||||
|
|
@ -13,7 +13,7 @@ filelock==3.7.1
|
|||
Flask==2.1.3
|
||||
glob2==0.7
|
||||
hunter==3.4.3
|
||||
hypothesis==6.52.1
|
||||
hypothesis==6.53.0
|
||||
idna==3.3
|
||||
importlib-metadata==4.12.0
|
||||
iniconfig==1.1.1
|
||||
|
|
@ -53,7 +53,7 @@ soupsieve==2.3.2.post1
|
|||
tldextract==3.3.1
|
||||
toml==0.10.2
|
||||
tomli==2.0.1
|
||||
urllib3==1.26.10
|
||||
urllib3==1.26.11
|
||||
vulture==2.5
|
||||
Werkzeug==2.1.2
|
||||
Werkzeug==2.2.1
|
||||
zipp==3.8.1
|
||||
|
|
|
|||
|
|
@ -3,14 +3,14 @@
|
|||
distlib==0.3.5
|
||||
filelock==3.7.1
|
||||
packaging==21.3
|
||||
pip==22.1.2
|
||||
pip==22.2.1
|
||||
platformdirs==2.5.2
|
||||
pluggy==1.0.0
|
||||
py==1.11.0
|
||||
pyparsing==3.0.9
|
||||
setuptools==63.2.0
|
||||
setuptools==63.3.0
|
||||
six==1.16.0
|
||||
toml==0.10.2
|
||||
tox==3.25.1
|
||||
virtualenv==20.15.1
|
||||
virtualenv==20.16.2
|
||||
wheel==0.37.1
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
adblock==0.6.0
|
||||
colorama==0.4.5
|
||||
importlib-metadata==4.12.0 ; python_version=="3.7.*"
|
||||
importlib-resources==5.8.0 ; python_version=="3.7.*" or python_version=="3.8.*"
|
||||
importlib-resources==5.9.0 ; python_version=="3.7.*" or python_version=="3.8.*"
|
||||
Jinja2==3.1.2
|
||||
MarkupSafe==2.1.1
|
||||
Pygments==2.12.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue