forked from qutebrowser/qutebrowser
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is just to get the CI to re-trigger. Apparently the checkout action doesn't actually checkout the branch being proposed for merge but checks out an actual merge commit. So if you push a PR while main is broken it'll say changes from main are on your branch. That's a little unexpected. main is fixed now and I tried re-running the CI jobs from the web UI but they are still failing with the same errors. Hence this merge of main just to get a change on the branch. I could have gone and found a typo to fix instead. I know I've left enough of them around. ref: actions/checkout#881
- Loading branch information
Showing
41 changed files
with
1,095 additions
and
222 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
# This file is automatically generated by scripts/dev/recompile_requirements.py | ||
|
||
chardet==5.2.0 | ||
diff_cover==8.0.0 | ||
importlib-resources==6.1.0 | ||
diff_cover==8.0.1 | ||
importlib-resources==6.1.1 | ||
Jinja2==3.1.2 | ||
lxml==4.9.3 | ||
MarkupSafe==2.1.3 | ||
mypy==1.6.1 | ||
mypy==1.7.1 | ||
mypy-extensions==1.0.0 | ||
pluggy==1.3.0 | ||
Pygments==2.16.1 | ||
Pygments==2.17.2 | ||
PyQt5-stubs==5.15.6.0 | ||
tomli==2.0.1 | ||
types-colorama==0.4.15.12 | ||
types-docutils==0.20.0.3 | ||
types-Pygments==2.16.0.0 | ||
types-Pygments==2.17.0.0 | ||
types-PyYAML==6.0.12.12 | ||
types-setuptools==68.2.0.0 | ||
types-setuptools==68.2.0.2 | ||
typing_extensions==4.8.0 | ||
zipp==3.17.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# This file is automatically generated by scripts/dev/recompile_requirements.py | ||
|
||
PyQt6==6.6.0 | ||
PyQt6-Qt6==6.6.0 | ||
PyQt6-sip==13.6.0 | ||
PyQt6-WebEngine==6.6.0 | ||
PyQt6-WebEngine-Qt6==6.6.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
PyQt6 >= 6.6, < 6.7 | ||
PyQt6-Qt6 >= 6.6, < 6.7 | ||
PyQt6-WebEngine >= 6.6, < 6.7 | ||
PyQt6-WebEngine-Qt6 >= 6.6, < 6.7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# This file is automatically generated by scripts/dev/recompile_requirements.py | ||
|
||
PyQt6==6.5.3 | ||
PyQt6-Qt6==6.5.3 | ||
PyQt6==6.6.0 | ||
PyQt6-Qt6==6.6.0 | ||
PyQt6-sip==13.6.0 | ||
PyQt6-WebEngine==6.5.0 | ||
PyQt6-WebEngine-Qt6==6.5.3 | ||
PyQt6-WebEngine==6.6.0 | ||
PyQt6-WebEngine-Qt6==6.6.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# This file is automatically generated by scripts/dev/recompile_requirements.py | ||
|
||
PyQt6==6.5.3 | ||
PyQt6-Qt6==6.5.3 | ||
PyQt6==6.6.0 | ||
PyQt6-Qt6==6.6.0 | ||
PyQt6-sip==13.6.0 | ||
PyQt6-WebEngine==6.5.0 | ||
PyQt6-WebEngine-Qt6==6.5.3 | ||
PyQt6-WebEngine==6.6.0 | ||
PyQt6-WebEngine-Qt6==6.6.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
# This file is automatically generated by scripts/dev/recompile_requirements.py | ||
|
||
build==1.0.3 | ||
certifi==2023.7.22 | ||
charset-normalizer==3.3.1 | ||
certifi==2023.11.17 | ||
charset-normalizer==3.3.2 | ||
docutils==0.20.1 | ||
idna==3.4 | ||
idna==3.6 | ||
importlib-metadata==6.8.0 | ||
packaging==23.2 | ||
Pygments==2.16.1 | ||
Pygments==2.17.2 | ||
pyproject_hooks==1.0.0 | ||
pyroma==4.2 | ||
requests==2.31.0 | ||
tomli==2.0.1 | ||
trove-classifiers==2023.10.18 | ||
urllib3==2.0.7 | ||
trove-classifiers==2023.11.22 | ||
urllib3==2.1.0 | ||
zipp==3.17.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.