Update dependencies
This commit is contained in:
parent
488dc175e0
commit
171750c7e7
|
|
@ -19,6 +19,7 @@ manhole==1.8.0
|
|||
packaging==21.3
|
||||
pep517==0.12.0
|
||||
pkginfo==1.8.2
|
||||
ply==3.11
|
||||
pycparser==2.21
|
||||
Pygments==2.11.2
|
||||
PyJWT==2.3.0
|
||||
|
|
@ -32,12 +33,12 @@ requests-toolbelt==0.9.1
|
|||
rfc3986==2.0.0
|
||||
rich==12.2.0
|
||||
SecretStorage==3.3.1
|
||||
sip==6.5.1
|
||||
sip==6.6.1
|
||||
six==1.16.0
|
||||
toml==0.10.2
|
||||
tomli==2.0.1
|
||||
twine==4.0.0
|
||||
typing_extensions==4.1.1
|
||||
typing_extensions==4.2.0
|
||||
uritemplate==4.1.1
|
||||
# urllib3==1.26.9
|
||||
webencodings==0.5.1
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
chardet==4.0.0
|
||||
diff-cover==6.4.5
|
||||
diff-cover==6.5.0
|
||||
importlib-metadata==4.11.3
|
||||
importlib-resources==5.6.0
|
||||
importlib-resources==5.7.1
|
||||
Jinja2==3.1.1
|
||||
lxml==4.8.0
|
||||
MarkupSafe==2.1.1
|
||||
|
|
@ -13,6 +13,6 @@ pluggy==1.0.0
|
|||
Pygments==2.11.2
|
||||
PyQt5-stubs==5.15.2.0
|
||||
tomli==2.0.1
|
||||
types-PyYAML==6.0.5
|
||||
typing_extensions==4.1.1
|
||||
types-PyYAML==6.0.6
|
||||
typing_extensions==4.2.0
|
||||
zipp==3.8.0
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
altgraph==0.17.2
|
||||
pyinstaller==4.10
|
||||
pyinstaller-hooks-contrib==2022.3
|
||||
pyinstaller==5.0
|
||||
pyinstaller-hooks-contrib==2022.4
|
||||
|
|
|
|||
|
|
@ -22,8 +22,8 @@ python-dateutil==2.8.2
|
|||
requests==2.27.1
|
||||
six==1.16.0
|
||||
tomli==2.0.1
|
||||
typed-ast==1.5.2 ; python_version<"3.8"
|
||||
typing_extensions==4.1.1
|
||||
typed-ast==1.5.3 ; python_version<"3.8"
|
||||
typing_extensions==4.2.0
|
||||
uritemplate==4.1.1
|
||||
# urllib3==1.26.9
|
||||
wrapt==1.14.0
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
PyQt5==5.12.3 # rq.filter: < 5.13
|
||||
PyQt5-sip==12.9.1
|
||||
PyQt5-sip==12.10.1
|
||||
PyQtWebEngine==5.12.1 # rq.filter: < 5.13
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
PyQt5==5.13.2 # rq.filter: < 5.14
|
||||
PyQt5-sip==12.9.1
|
||||
PyQt5-sip==12.10.1
|
||||
PyQtWebEngine==5.13.2 # rq.filter: < 5.14
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
PyQt5==5.14.2 # rq.filter: < 5.15
|
||||
PyQt5-sip==12.9.1
|
||||
PyQt5-sip==12.10.1
|
||||
PyQtWebEngine==5.14.0 # rq.filter: < 5.15
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
PyQt5==5.15.0 # rq.filter: == 5.15.0
|
||||
PyQt5-sip==12.9.1
|
||||
PyQt5-sip==12.10.1
|
||||
PyQtWebEngine==5.15.0 # rq.filter: == 5.15.0
|
||||
|
|
|
|||
|
|
@ -2,6 +2,6 @@
|
|||
|
||||
PyQt5==5.15.6 # rq.filter: < 5.16
|
||||
PyQt5-Qt5==5.15.2
|
||||
PyQt5-sip==12.9.1
|
||||
PyQt5-sip==12.10.1
|
||||
PyQtWebEngine==5.15.5 # rq.filter: < 5.16
|
||||
PyQtWebEngine-Qt5==5.15.2
|
||||
|
|
|
|||
|
|
@ -2,6 +2,6 @@
|
|||
|
||||
PyQt5==5.15.6
|
||||
PyQt5-Qt5==5.15.2
|
||||
PyQt5-sip==12.9.1
|
||||
PyQt5-sip==12.10.1
|
||||
PyQtWebEngine==5.15.5
|
||||
PyQtWebEngine-Qt5==5.15.2
|
||||
|
|
|
|||
|
|
@ -1,10 +1,15 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
build==0.7.0
|
||||
certifi==2021.10.8
|
||||
charset-normalizer==2.0.12
|
||||
docutils==0.18.1
|
||||
idna==3.3
|
||||
packaging==21.3
|
||||
pep517==0.12.0
|
||||
Pygments==2.11.2
|
||||
pyroma==3.3
|
||||
pyparsing==3.0.8
|
||||
pyroma==4.0
|
||||
requests==2.27.1
|
||||
tomli==2.0.1
|
||||
urllib3==1.26.9
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ filelock==3.6.0
|
|||
Flask==2.1.1
|
||||
glob2==0.7
|
||||
hunter==3.4.3
|
||||
hypothesis==6.42.3
|
||||
hypothesis==6.43.3
|
||||
icdiff==2.0.5
|
||||
idna==3.3
|
||||
importlib-metadata==4.11.3
|
||||
|
|
@ -51,8 +51,8 @@ requests==2.27.1
|
|||
requests-file==1.5.1
|
||||
six==1.16.0
|
||||
sortedcontainers==2.4.0
|
||||
soupsieve==2.3.2
|
||||
tldextract==3.2.0
|
||||
soupsieve==2.3.2.post1
|
||||
tldextract==3.2.1
|
||||
toml==0.10.2
|
||||
tomli==2.0.1
|
||||
urllib3==1.26.9
|
||||
|
|
|
|||
|
|
@ -11,6 +11,6 @@ pyparsing==3.0.8
|
|||
setuptools==62.1.0
|
||||
six==1.16.0
|
||||
toml==0.10.2
|
||||
tox==3.24.5
|
||||
virtualenv==20.14.0
|
||||
tox==3.25.0
|
||||
virtualenv==20.14.1
|
||||
wheel==0.37.1
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
adblock==0.5.2
|
||||
colorama==0.4.4
|
||||
importlib-metadata==4.11.3 ; python_version=="3.7.*"
|
||||
importlib-resources==5.6.0 ; python_version=="3.7.*" or python_version=="3.8.*"
|
||||
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
|
||||
PyYAML==6.0
|
||||
typing_extensions==4.1.1 ; python_version<"3.8"
|
||||
typing_extensions==4.2.0 ; python_version<"3.8"
|
||||
zipp==3.8.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue