Update dependencies
This commit is contained in:
parent
2091459f01
commit
066bc4fe1c
|
|
@ -37,7 +37,7 @@ sip==6.6.1
|
|||
six==1.16.0
|
||||
toml==0.10.2
|
||||
tomli==2.0.1
|
||||
twine==4.0.0
|
||||
twine==4.0.1
|
||||
typing_extensions==4.2.0
|
||||
uritemplate==4.1.1
|
||||
# urllib3==1.26.9
|
||||
|
|
|
|||
|
|
@ -12,13 +12,12 @@ flake8-docstrings==1.6.0
|
|||
flake8-future-import==0.4.6
|
||||
flake8-mock==0.3
|
||||
flake8-plugin-utils==1.3.2
|
||||
flake8-polyfill==1.0.2
|
||||
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
|
||||
pep8-naming==0.12.1
|
||||
pep8-naming==0.13.0
|
||||
pycodestyle==2.8.0
|
||||
pydocstyle==6.1.1
|
||||
pyflakes==2.4.0
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ diff-cover==6.5.0
|
|||
importlib-metadata==4.11.4
|
||||
importlib-resources==5.7.1
|
||||
Jinja2==3.1.2
|
||||
lxml==4.8.0
|
||||
lxml==4.9.0
|
||||
MarkupSafe==2.1.1
|
||||
mypy==0.960
|
||||
mypy-extensions==0.4.3
|
||||
|
|
@ -13,6 +13,6 @@ pluggy==1.0.0
|
|||
Pygments==2.12.0
|
||||
PyQt5-stubs==5.15.6.0
|
||||
tomli==2.0.1
|
||||
types-PyYAML==6.0.7
|
||||
types-PyYAML==6.0.8
|
||||
typing_extensions==4.2.0
|
||||
zipp==3.8.0
|
||||
|
|
|
|||
|
|
@ -12,16 +12,17 @@ idna==3.3
|
|||
isort==5.10.1
|
||||
lazy-object-proxy==1.7.1
|
||||
mccabe==0.7.0
|
||||
pefile==2021.9.3
|
||||
pefile==2022.5.30
|
||||
platformdirs==2.5.2
|
||||
pycparser==2.21
|
||||
PyJWT==2.4.0
|
||||
pylint==2.13.9
|
||||
pylint==2.14.0
|
||||
python-dateutil==2.8.2
|
||||
./scripts/dev/pylint_checkers
|
||||
requests==2.27.1
|
||||
six==1.16.0
|
||||
tomli==2.0.1
|
||||
tomlkit==0.11.0
|
||||
typed-ast==1.5.4 ; python_version<"3.8"
|
||||
typing_extensions==4.2.0
|
||||
uritemplate==4.1.1
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ pyparsing==3.0.9
|
|||
pytz==2022.1
|
||||
requests==2.27.1
|
||||
snowballstemmer==2.2.0
|
||||
Sphinx==5.0.0
|
||||
Sphinx==5.0.1
|
||||
sphinxcontrib-applehelp==1.0.2
|
||||
sphinxcontrib-devhelp==1.0.2
|
||||
sphinxcontrib-htmlhelp==2.0.0
|
||||
|
|
|
|||
|
|
@ -6,13 +6,13 @@ certifi==2022.5.18.1
|
|||
charset-normalizer==2.0.12
|
||||
cheroot==8.6.0
|
||||
click==8.1.3
|
||||
coverage==6.4
|
||||
coverage==6.4.1
|
||||
execnet==1.9.0
|
||||
filelock==3.7.0
|
||||
filelock==3.7.1
|
||||
Flask==2.1.2
|
||||
glob2==0.7
|
||||
hunter==3.4.3
|
||||
hypothesis==6.46.9
|
||||
hypothesis==6.46.11
|
||||
idna==3.3
|
||||
importlib-metadata==4.11.4
|
||||
iniconfig==1.1.1
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
distlib==0.3.4
|
||||
filelock==3.7.0
|
||||
filelock==3.7.1
|
||||
packaging==21.3
|
||||
pip==22.1.1
|
||||
pip==22.1.2
|
||||
platformdirs==2.5.2
|
||||
pluggy==1.0.0
|
||||
py==1.11.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue