Update dependencies
This commit is contained in:
parent
dbcc0e2514
commit
1dc5b97547
|
|
@ -1,6 +1,6 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
build==0.8.0
|
||||
build==0.9.0
|
||||
check-manifest==0.48
|
||||
packaging==21.3
|
||||
pep517==0.13.0
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
bleach==5.0.1
|
||||
build==0.8.0
|
||||
build==0.9.0
|
||||
bump2version==1.0.1
|
||||
certifi==2022.9.24
|
||||
cffi==1.15.1
|
||||
|
|
@ -31,11 +31,11 @@ PyQt-builder==1.14.0
|
|||
python-dateutil==2.8.2
|
||||
readme-renderer==37.2
|
||||
requests==2.28.1
|
||||
requests-toolbelt==0.10.0
|
||||
requests-toolbelt==0.10.1
|
||||
rfc3986==2.0.0
|
||||
rich==12.6.0
|
||||
SecretStorage==3.3.3
|
||||
sip==6.7.2
|
||||
sip==6.7.3
|
||||
six==1.16.0
|
||||
toml==0.10.2
|
||||
tomli==2.0.1
|
||||
|
|
|
|||
|
|
@ -2,9 +2,9 @@
|
|||
|
||||
attrs==22.1.0
|
||||
flake8==5.0.4
|
||||
flake8-bugbear==22.9.23
|
||||
flake8-bugbear==22.10.27
|
||||
flake8-builtins==2.0.0
|
||||
flake8-comprehensions==3.10.0
|
||||
flake8-comprehensions==3.10.1
|
||||
flake8-copyright==0.2.3
|
||||
flake8-debugger==4.1.2
|
||||
flake8-deprecated==2.0.1
|
||||
|
|
|
|||
|
|
@ -13,6 +13,6 @@ pluggy==1.0.0
|
|||
Pygments==2.13.0
|
||||
PyQt5-stubs==5.15.6.0
|
||||
tomli==2.0.1
|
||||
types-PyYAML==6.0.12
|
||||
types-PyYAML==6.0.12.1
|
||||
typing_extensions==4.4.0
|
||||
zipp==3.10.0
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
altgraph==0.17.3
|
||||
pyinstaller==5.5
|
||||
pyinstaller-hooks-contrib==2022.10
|
||||
pyinstaller==5.6.1
|
||||
pyinstaller-hooks-contrib==2022.11
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ future==0.18.2
|
|||
github3.py==3.2.0
|
||||
idna==3.4
|
||||
isort==5.10.1
|
||||
lazy-object-proxy==1.7.1
|
||||
lazy-object-proxy==1.8.0
|
||||
mccabe==0.7.0
|
||||
pefile==2022.5.30
|
||||
platformdirs==2.5.2
|
||||
|
|
@ -22,7 +22,7 @@ python-dateutil==2.8.2
|
|||
requests==2.28.1
|
||||
six==1.16.0
|
||||
tomli==2.0.1
|
||||
tomlkit==0.11.5
|
||||
tomlkit==0.11.6
|
||||
typed-ast==1.5.4 ; python_version<"3.8"
|
||||
typing_extensions==4.4.0
|
||||
uritemplate==4.1.1
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
build==0.8.0
|
||||
build==0.9.0
|
||||
certifi==2022.9.24
|
||||
charset-normalizer==2.1.1
|
||||
docutils==0.19
|
||||
|
|
|
|||
|
|
@ -7,13 +7,13 @@ charset-normalizer==2.1.1
|
|||
cheroot==8.6.0
|
||||
click==8.1.3
|
||||
coverage==6.5.0
|
||||
exceptiongroup==1.0.0rc9
|
||||
exceptiongroup==1.0.0
|
||||
execnet==1.9.0
|
||||
filelock==3.8.0
|
||||
Flask==2.2.2
|
||||
glob2==0.7
|
||||
hunter==3.5.1
|
||||
hypothesis==6.56.3
|
||||
hypothesis==6.56.4
|
||||
idna==3.4
|
||||
importlib-metadata==5.0.0
|
||||
iniconfig==1.1.1
|
||||
|
|
@ -29,20 +29,19 @@ parse==1.19.0
|
|||
parse-type==0.6.0
|
||||
pluggy==1.0.0
|
||||
py==1.11.0
|
||||
py-cpuinfo==8.0.0
|
||||
py-cpuinfo==9.0.0
|
||||
Pygments==2.13.0
|
||||
pyparsing==3.0.9
|
||||
pytest==7.1.3
|
||||
pytest==7.2.0
|
||||
pytest-bdd==6.0.1
|
||||
pytest-benchmark==3.4.1
|
||||
pytest-benchmark==4.0.0
|
||||
pytest-cov==4.0.0
|
||||
pytest-forked==1.4.0
|
||||
pytest-instafail==0.4.2
|
||||
pytest-mock==3.10.0
|
||||
pytest-qt==4.1.0
|
||||
pytest-qt==4.2.0
|
||||
pytest-repeat==0.9.1
|
||||
pytest-rerunfailures==10.2
|
||||
pytest-xdist==2.5.0
|
||||
pytest-xdist==3.0.2
|
||||
pytest-xvfb==2.0.0
|
||||
PyVirtualDisplay==3.0
|
||||
requests==2.28.1
|
||||
|
|
|
|||
|
|
@ -11,6 +11,6 @@ pyparsing==3.0.9
|
|||
setuptools==65.5.0
|
||||
six==1.16.0
|
||||
tomli==2.0.1
|
||||
tox==3.26.0
|
||||
virtualenv==20.16.5
|
||||
tox==3.27.0
|
||||
virtualenv==20.16.6
|
||||
wheel==0.37.1
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
adblock==0.6.0
|
||||
colorama==0.4.5
|
||||
colorama==0.4.6
|
||||
importlib-metadata==5.0.0 ; python_version=="3.7.*"
|
||||
importlib-resources==5.10.0 ; python_version=="3.7.*" or python_version=="3.8.*"
|
||||
Jinja2==3.1.2
|
||||
|
|
|
|||
Loading…
Reference in New Issue