Merge branch 'qutebrowser:master' into master

This commit is contained in:
mkonig 2022-02-07 10:52:35 +01:00 committed by GitHub
commit f9a1cef97b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 14 additions and 14 deletions

View File

@ -32,12 +32,12 @@ requests==2.27.1
requests-toolbelt==0.9.1
rfc3986==2.0.0
SecretStorage==3.3.1
sip==6.5.0
sip==6.5.1
six==1.16.0
toml==0.10.2
tomli==2.0.0
tqdm==4.62.3
twine==3.7.1
twine==3.8.0
uritemplate==4.1.1
# urllib3==1.26.8
webencodings==0.5.1

View File

@ -14,6 +14,6 @@ Pygments==2.11.2
PyQt5-stubs==5.15.2.0
tomli==2.0.0
types-dataclasses==0.6.4
types-PyYAML==6.0.3
types-PyYAML==6.0.4
typing_extensions==4.0.1
zipp==3.7.0

View File

@ -1,5 +1,5 @@
# This file is automatically generated by scripts/dev/recompile_requirements.py
altgraph==0.17.2
pyinstaller==4.8
pyinstaller==4.9
pyinstaller-hooks-contrib==2022.0

View File

@ -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.0
PyQt5-sip==12.9.1
PyQtWebEngine==5.12.1 # rq.filter: < 5.13

View File

@ -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.0
PyQt5-sip==12.9.1
PyQtWebEngine==5.13.2 # rq.filter: < 5.14

View File

@ -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.0
PyQt5-sip==12.9.1
PyQtWebEngine==5.14.0 # rq.filter: < 5.15

View File

@ -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.0
PyQt5-sip==12.9.1
PyQtWebEngine==5.15.0 # rq.filter: == 5.15.0

View File

@ -2,6 +2,6 @@
PyQt5==5.15.6 # rq.filter: < 5.16
PyQt5-Qt5==5.15.2
PyQt5-sip==12.9.0
PyQt5-sip==12.9.1
PyQtWebEngine==5.15.5 # rq.filter: < 5.16
PyQtWebEngine-Qt5==5.15.2

View File

@ -2,6 +2,6 @@
PyQt5==5.15.6
PyQt5-Qt5==5.15.2
PyQt5-sip==12.9.0
PyQt5-sip==12.9.1
PyQtWebEngine==5.15.5
PyQtWebEngine-Qt5==5.15.2

View File

@ -33,7 +33,7 @@ py==1.11.0
py-cpuinfo==8.0.0
Pygments==2.11.2
pyparsing==3.0.7
pytest==6.2.5
pytest==7.0.0
pytest-bdd==4.1.0
pytest-benchmark==3.4.1
pytest-cov==3.0.0

View File

@ -3,16 +3,16 @@
distlib==0.3.4
filelock==3.4.2 ; python_version>="3.7"
packaging==21.3
pip==22.0.2 ; python_version>="3.7"
pip==22.0.3 ; python_version>="3.7"
platformdirs==2.4.1 ; python_version>="3.7"
pluggy==1.0.0
py==1.11.0
pyparsing==3.0.7
setuptools==60.6.0 ; python_version>="3.7"
setuptools==60.8.1 ; python_version>="3.7"
six==1.16.0
toml==0.10.2
tox==3.24.5
virtualenv==20.13.0
virtualenv==20.13.1
wheel==0.37.1
setuptools<60 ; python_version=="3.6.*"
filelock==3.4.1 ; python_version=="3.6.*"