Update dependencies
This commit is contained in:
parent
7932d44dab
commit
5d5f009753
|
|
@ -21,18 +21,18 @@ pep517==0.12.0
|
|||
pkginfo==1.8.2
|
||||
ply==3.11
|
||||
pycparser==2.21
|
||||
Pygments==2.11.2
|
||||
Pygments==2.12.0
|
||||
PyJWT==2.3.0
|
||||
Pympler==1.0.1
|
||||
pyparsing==3.0.8
|
||||
PyQt-builder==1.12.2
|
||||
python-dateutil==2.8.2
|
||||
readme-renderer==34.0
|
||||
readme-renderer==35.0
|
||||
requests==2.27.1
|
||||
requests-toolbelt==0.9.1
|
||||
rfc3986==2.0.0
|
||||
rich==12.2.0
|
||||
SecretStorage==3.3.1
|
||||
SecretStorage==3.3.2
|
||||
sip==6.6.1
|
||||
six==1.16.0
|
||||
toml==0.10.2
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
attrs==21.4.0
|
||||
flake8==4.0.1
|
||||
flake8-bugbear==22.3.23
|
||||
flake8-bugbear==22.4.25
|
||||
flake8-builtins==1.5.3
|
||||
flake8-comprehensions==3.8.0
|
||||
flake8-copyright==0.2.2
|
||||
|
|
|
|||
|
|
@ -10,9 +10,9 @@ MarkupSafe==2.1.1
|
|||
mypy==0.942
|
||||
mypy-extensions==0.4.3
|
||||
pluggy==1.0.0
|
||||
Pygments==2.11.2
|
||||
Pygments==2.12.0
|
||||
PyQt5-stubs==5.15.6.0
|
||||
tomli==2.0.1
|
||||
types-PyYAML==6.0.6
|
||||
types-PyYAML==6.0.7
|
||||
typing_extensions==4.2.0
|
||||
zipp==3.8.0
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ isort==5.10.1
|
|||
lazy-object-proxy==1.7.1
|
||||
mccabe==0.7.0
|
||||
pefile==2021.9.3
|
||||
platformdirs==2.5.1
|
||||
platformdirs==2.5.2
|
||||
pycparser==2.21
|
||||
PyJWT==2.3.0
|
||||
pylint==2.13.5
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ docutils==0.18.1
|
|||
idna==3.3
|
||||
packaging==21.3
|
||||
pep517==0.12.0
|
||||
Pygments==2.11.2
|
||||
Pygments==2.12.0
|
||||
pyparsing==3.0.8
|
||||
pyroma==4.0
|
||||
requests==2.27.1
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
alabaster==0.7.12
|
||||
Babel==2.9.1
|
||||
Babel==2.10.1
|
||||
certifi==2021.10.8
|
||||
charset-normalizer==2.0.12
|
||||
docutils==0.17.1
|
||||
|
|
@ -11,7 +11,7 @@ importlib-metadata==4.11.3
|
|||
Jinja2==3.1.1
|
||||
MarkupSafe==2.1.1
|
||||
packaging==21.3
|
||||
Pygments==2.11.2
|
||||
Pygments==2.12.0
|
||||
pyparsing==3.0.8
|
||||
pytz==2022.1
|
||||
requests==2.27.1
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ filelock==3.6.0
|
|||
Flask==2.1.1
|
||||
glob2==0.7
|
||||
hunter==3.4.3
|
||||
hypothesis==6.43.3
|
||||
hypothesis==6.45.0
|
||||
icdiff==2.0.5
|
||||
idna==3.3
|
||||
importlib-metadata==4.11.3
|
||||
|
|
@ -31,9 +31,9 @@ pluggy==1.0.0
|
|||
pprintpp==0.4.0
|
||||
py==1.11.0
|
||||
py-cpuinfo==8.0.0
|
||||
Pygments==2.11.2
|
||||
Pygments==2.12.0
|
||||
pyparsing==3.0.8
|
||||
pytest==7.1.1
|
||||
pytest==7.1.2
|
||||
pytest-bdd==4.1.0
|
||||
pytest-benchmark==3.4.1
|
||||
pytest-cov==3.0.0
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ distlib==0.3.4
|
|||
filelock==3.6.0
|
||||
packaging==21.3
|
||||
pip==22.0.4
|
||||
platformdirs==2.5.1
|
||||
platformdirs==2.5.2
|
||||
pluggy==1.0.0
|
||||
py==1.11.0
|
||||
pyparsing==3.0.8
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ importlib-metadata==4.11.3 ; python_version=="3.7.*"
|
|||
importlib-resources==5.7.1 ; python_version=="3.7.*" or python_version=="3.8.*"
|
||||
Jinja2==3.1.1
|
||||
MarkupSafe==2.1.1
|
||||
Pygments==2.11.2
|
||||
Pygments==2.12.0
|
||||
PyYAML==6.0
|
||||
typing_extensions==4.2.0 ; python_version<"3.8"
|
||||
zipp==3.8.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue