Merge pull request #8676 from qutebrowser/update-dependencies
Update dependencies
This commit is contained in:
commit
9e99d6df34
|
|
@ -3,7 +3,7 @@
|
||||||
attrs==25.3.0
|
attrs==25.3.0
|
||||||
flake8==7.3.0
|
flake8==7.3.0
|
||||||
flake8-bugbear==24.12.12
|
flake8-bugbear==24.12.12
|
||||||
flake8-builtins==2.5.0
|
flake8-builtins==3.0.0
|
||||||
flake8-comprehensions==3.16.0
|
flake8-comprehensions==3.16.0
|
||||||
flake8-debugger==4.1.2
|
flake8-debugger==4.1.2
|
||||||
flake8-deprecated==2.2.1
|
flake8-deprecated==2.2.1
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ Pygments==2.19.2
|
||||||
PyQt5-stubs==5.15.6.0
|
PyQt5-stubs==5.15.6.0
|
||||||
tomli==2.2.1
|
tomli==2.2.1
|
||||||
types-colorama==0.4.15.20250801
|
types-colorama==0.4.15.20250801
|
||||||
types-docutils==0.21.0.20250809
|
types-docutils==0.22.0.20250814
|
||||||
types-Pygments==2.19.0.20250809
|
types-Pygments==2.19.0.20250809
|
||||||
types-PyYAML==6.0.12.20250809
|
types-PyYAML==6.0.12.20250809
|
||||||
typing_extensions==4.14.1
|
typing_extensions==4.14.1
|
||||||
|
|
|
||||||
|
|
@ -9,14 +9,14 @@ certifi==2025.8.3
|
||||||
charset-normalizer==3.4.3
|
charset-normalizer==3.4.3
|
||||||
cheroot==10.0.1
|
cheroot==10.0.1
|
||||||
click==8.1.8
|
click==8.1.8
|
||||||
coverage==7.10.3
|
coverage==7.10.4
|
||||||
exceptiongroup==1.3.0
|
exceptiongroup==1.3.0
|
||||||
execnet==2.1.1
|
execnet==2.1.1
|
||||||
filelock==3.18.0
|
filelock==3.19.1
|
||||||
Flask==3.1.1
|
Flask==3.1.1
|
||||||
gherkin-official==29.0.0
|
gherkin-official==29.0.0
|
||||||
hunter==3.8.0
|
hunter==3.8.0
|
||||||
hypothesis==6.137.1
|
hypothesis==6.138.2
|
||||||
idna==3.10
|
idna==3.10
|
||||||
importlib_metadata==8.7.0
|
importlib_metadata==8.7.0
|
||||||
importlib_resources==6.5.2
|
importlib_resources==6.5.2
|
||||||
|
|
@ -34,7 +34,7 @@ manhole==1.8.1
|
||||||
more-itertools==10.7.0
|
more-itertools==10.7.0
|
||||||
packaging==25.0
|
packaging==25.0
|
||||||
parse==1.20.2
|
parse==1.20.2
|
||||||
parse_type==0.6.4
|
parse_type==0.6.6
|
||||||
pillow==11.3.0
|
pillow==11.3.0
|
||||||
platformdirs==4.3.8
|
platformdirs==4.3.8
|
||||||
pluggy==1.6.0
|
pluggy==1.6.0
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ cachetools==6.1.0
|
||||||
chardet==5.2.0
|
chardet==5.2.0
|
||||||
colorama==0.4.6
|
colorama==0.4.6
|
||||||
distlib==0.4.0
|
distlib==0.4.0
|
||||||
filelock==3.18.0
|
filelock==3.19.1
|
||||||
packaging==25.0
|
packaging==25.0
|
||||||
pip==25.2
|
pip==25.2
|
||||||
platformdirs==4.3.8
|
platformdirs==4.3.8
|
||||||
|
|
@ -14,6 +14,6 @@ setuptools==80.9.0
|
||||||
tomli==2.2.1
|
tomli==2.2.1
|
||||||
tox==4.28.4 ; python_full_version!="3.14.0b1"
|
tox==4.28.4 ; python_full_version!="3.14.0b1"
|
||||||
typing_extensions==4.14.1
|
typing_extensions==4.14.1
|
||||||
virtualenv==20.33.1
|
virtualenv==20.34.0
|
||||||
wheel==0.45.1
|
wheel==0.45.1
|
||||||
tox @ git+https://github.com/tox-dev/tox ; python_full_version=="3.14.0b1"
|
tox @ git+https://github.com/tox-dev/tox ; python_full_version=="3.14.0b1"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue