Update dependencies
This commit is contained in:
parent
e739da9698
commit
2f5b058e85
|
|
@ -4,5 +4,5 @@ build==0.7.0
|
|||
check-manifest==0.48
|
||||
packaging==21.3
|
||||
pep517==0.12.0
|
||||
pyparsing==3.0.8
|
||||
pyparsing==3.0.9
|
||||
tomli==2.0.1
|
||||
|
|
|
|||
|
|
@ -22,9 +22,9 @@ pkginfo==1.8.2
|
|||
ply==3.11
|
||||
pycparser==2.21
|
||||
Pygments==2.12.0
|
||||
PyJWT==2.3.0
|
||||
PyJWT==2.4.0
|
||||
Pympler==1.0.1
|
||||
pyparsing==3.0.8
|
||||
pyparsing==3.0.9
|
||||
PyQt-builder==1.12.2
|
||||
python-dateutil==2.8.2
|
||||
readme-renderer==35.0
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ attrs==21.4.0
|
|||
flake8==4.0.1
|
||||
flake8-bugbear==22.4.25
|
||||
flake8-builtins==1.5.3
|
||||
flake8-comprehensions==3.8.0
|
||||
flake8-comprehensions==3.9.0
|
||||
flake8-copyright==0.2.2
|
||||
flake8-debugger==4.1.2
|
||||
flake8-deprecated==1.3
|
||||
|
|
@ -15,7 +15,7 @@ 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.7.0
|
||||
flake8-tidy-imports==4.8.0
|
||||
flake8-tuple==0.4.1
|
||||
mccabe==0.6.1
|
||||
pep8-naming==0.12.1
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
astroid==2.11.4
|
||||
astroid==2.11.5
|
||||
certifi==2021.10.8
|
||||
cffi==1.15.0
|
||||
charset-normalizer==2.0.12
|
||||
|
|
@ -15,8 +15,8 @@ mccabe==0.7.0
|
|||
pefile==2021.9.3
|
||||
platformdirs==2.5.2
|
||||
pycparser==2.21
|
||||
PyJWT==2.3.0
|
||||
pylint==2.13.8
|
||||
PyJWT==2.4.0
|
||||
pylint==2.13.9
|
||||
python-dateutil==2.8.2
|
||||
./scripts/dev/pylint_checkers
|
||||
requests==2.27.1
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ idna==3.3
|
|||
packaging==21.3
|
||||
pep517==0.12.0
|
||||
Pygments==2.12.0
|
||||
pyparsing==3.0.8
|
||||
pyparsing==3.0.9
|
||||
pyroma==4.0
|
||||
requests==2.27.1
|
||||
tomli==2.0.1
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ Jinja2==3.1.2
|
|||
MarkupSafe==2.1.1
|
||||
packaging==21.3
|
||||
Pygments==2.12.0
|
||||
pyparsing==3.0.8
|
||||
pyparsing==3.0.9
|
||||
pytz==2022.1
|
||||
requests==2.27.1
|
||||
snowballstemmer==2.2.0
|
||||
|
|
|
|||
|
|
@ -6,14 +6,15 @@ certifi==2021.10.8
|
|||
charset-normalizer==2.0.12
|
||||
cheroot==8.6.0
|
||||
click==8.1.3
|
||||
coverage==6.3.2
|
||||
coverage==6.3.3
|
||||
execnet==1.9.0
|
||||
filelock==3.6.0
|
||||
filelock==3.7.0
|
||||
Flask==2.1.2
|
||||
glob2==0.7
|
||||
hunter==3.4.3
|
||||
hypothesis==6.46.2
|
||||
hypothesis==6.46.5
|
||||
idna==3.3
|
||||
importlib-metadata==4.11.3
|
||||
iniconfig==1.1.1
|
||||
itsdangerous==2.1.2
|
||||
jaraco.functools==3.5.0
|
||||
|
|
@ -29,7 +30,7 @@ pluggy==1.0.0
|
|||
py==1.11.0
|
||||
py-cpuinfo==8.0.0
|
||||
Pygments==2.12.0
|
||||
pyparsing==3.0.8
|
||||
pyparsing==3.0.9
|
||||
pytest==7.1.2
|
||||
pytest-bdd==4.1.0
|
||||
pytest-benchmark==3.4.1
|
||||
|
|
@ -54,3 +55,4 @@ tomli==2.0.1
|
|||
urllib3==1.26.9
|
||||
vulture==2.3
|
||||
Werkzeug==2.1.2
|
||||
zipp==3.8.0
|
||||
|
|
|
|||
|
|
@ -1,14 +1,14 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
distlib==0.3.4
|
||||
filelock==3.6.0
|
||||
filelock==3.7.0
|
||||
packaging==21.3
|
||||
pip==22.0.4
|
||||
pip==22.1
|
||||
platformdirs==2.5.2
|
||||
pluggy==1.0.0
|
||||
py==1.11.0
|
||||
pyparsing==3.0.8
|
||||
setuptools==62.1.0
|
||||
pyparsing==3.0.9
|
||||
setuptools==62.2.0
|
||||
six==1.16.0
|
||||
toml==0.10.2
|
||||
tox==3.25.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue