Merge pull request #8603 from qutebrowser/update-dependencies
Update dependencies
This commit is contained in:
commit
04a1d11905
|
|
@ -6,4 +6,4 @@ importlib_metadata==8.7.0
|
|||
packaging==25.0
|
||||
pyproject_hooks==1.2.0
|
||||
tomli==2.2.1
|
||||
zipp==3.22.0
|
||||
zipp==3.23.0
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ autocommand==2.2.2
|
|||
backports.tarfile==1.2.0
|
||||
bracex==2.5.post1
|
||||
build==1.2.2.post1
|
||||
bump-my-version==1.1.4
|
||||
bump-my-version==1.2.0
|
||||
certifi==2025.4.26
|
||||
cffi==1.17.1
|
||||
charset-normalizer==3.4.2
|
||||
|
|
@ -62,7 +62,7 @@ sip==6.12.0
|
|||
six==1.17.0
|
||||
sniffio==1.3.1
|
||||
tomli==2.2.1
|
||||
tomlkit==0.13.2
|
||||
tomlkit==0.13.3
|
||||
twine==6.1.0
|
||||
typeguard==4.3.0
|
||||
typing-inspection==0.4.1
|
||||
|
|
@ -71,4 +71,4 @@ uritemplate==4.2.0
|
|||
# urllib3==2.4.0
|
||||
wcmatch==10.0
|
||||
wcwidth==0.2.13
|
||||
zipp==3.22.0
|
||||
zipp==3.23.0
|
||||
|
|
|
|||
|
|
@ -3,6 +3,6 @@
|
|||
altgraph==0.17.4
|
||||
importlib_metadata==8.7.0
|
||||
packaging==25.0
|
||||
pyinstaller==6.14.0
|
||||
pyinstaller-hooks-contrib==2025.4
|
||||
zipp==3.22.0
|
||||
pyinstaller==6.14.1
|
||||
pyinstaller-hooks-contrib==2025.5
|
||||
zipp==3.23.0
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ python-dateutil==2.9.0.post0
|
|||
requests==2.32.3
|
||||
six==1.17.0
|
||||
tomli==2.2.1
|
||||
tomlkit==0.13.2
|
||||
tomlkit==0.13.3
|
||||
typing_extensions==4.14.0
|
||||
uritemplate==4.2.0
|
||||
# urllib3==2.4.0
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
PyQt6==6.9.0
|
||||
PyQt6==6.9.1
|
||||
PyQt6-Qt6==6.9.1
|
||||
PyQt6-WebEngine==6.9.0
|
||||
PyQt6-WebEngine-Qt6==6.9.1
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
PyQt6==6.9.0
|
||||
PyQt6==6.9.1
|
||||
PyQt6-Qt6==6.9.1
|
||||
PyQt6-WebEngine==6.9.0
|
||||
PyQt6-WebEngine-Qt6==6.9.1
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
PyQt6==6.9.0
|
||||
PyQt6==6.9.1
|
||||
PyQt6-Qt6==6.9.1
|
||||
PyQt6-WebEngine==6.9.0
|
||||
PyQt6-WebEngine-Qt6==6.9.1
|
||||
|
|
|
|||
|
|
@ -14,4 +14,4 @@ requests==2.32.3
|
|||
tomli==2.2.1
|
||||
trove-classifiers==2025.5.9.12
|
||||
urllib3==2.4.0
|
||||
zipp==3.22.0
|
||||
zipp==3.23.0
|
||||
|
|
|
|||
|
|
@ -23,4 +23,4 @@ sphinxcontrib-qthelp==2.0.0
|
|||
sphinxcontrib-serializinghtml==2.0.0
|
||||
tomli==2.2.1
|
||||
urllib3==2.4.0
|
||||
zipp==3.22.0
|
||||
zipp==3.23.0
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ filelock==3.18.0
|
|||
Flask==3.1.1
|
||||
gherkin-official==29.0.0
|
||||
hunter==3.7.0
|
||||
hypothesis==6.135.0
|
||||
hypothesis==6.135.4
|
||||
idna==3.10
|
||||
importlib_metadata==8.7.0
|
||||
importlib_resources==6.5.2
|
||||
|
|
@ -64,4 +64,4 @@ typing_extensions==4.14.0
|
|||
urllib3==2.4.0
|
||||
vulture==2.14
|
||||
Werkzeug==3.1.3
|
||||
zipp==3.22.0
|
||||
zipp==3.23.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue