Merge pull request #8623 from qutebrowser/update-dependencies
Update dependencies
This commit is contained in:
commit
7664fdbb34
|
|
@ -4,7 +4,7 @@ annotated-types==0.7.0
|
||||||
anyio==4.9.0
|
anyio==4.9.0
|
||||||
autocommand==2.2.2
|
autocommand==2.2.2
|
||||||
backports.tarfile==1.2.0
|
backports.tarfile==1.2.0
|
||||||
bracex==2.5.post1
|
bracex==2.6
|
||||||
build==1.2.2.post1
|
build==1.2.2.post1
|
||||||
bump-my-version==1.2.0
|
bump-my-version==1.2.0
|
||||||
certifi==2025.6.15
|
certifi==2025.6.15
|
||||||
|
|
@ -27,7 +27,7 @@ inflect==7.3.1
|
||||||
jaraco.classes==3.4.0
|
jaraco.classes==3.4.0
|
||||||
jaraco.collections==5.1.0
|
jaraco.collections==5.1.0
|
||||||
jaraco.context==6.0.1
|
jaraco.context==6.0.1
|
||||||
jaraco.functools==4.1.0
|
jaraco.functools==4.0.1
|
||||||
jaraco.text==3.12.1
|
jaraco.text==3.12.1
|
||||||
jeepney==0.9.0
|
jeepney==0.9.0
|
||||||
keyring==25.6.0
|
keyring==25.6.0
|
||||||
|
|
@ -41,9 +41,9 @@ platformdirs==4.3.8
|
||||||
prompt_toolkit==3.0.51
|
prompt_toolkit==3.0.51
|
||||||
pycparser==2.22
|
pycparser==2.22
|
||||||
pydantic==2.11.7
|
pydantic==2.11.7
|
||||||
pydantic-settings==2.9.1
|
pydantic-settings==2.10.0
|
||||||
pydantic_core==2.33.2
|
pydantic_core==2.33.2
|
||||||
Pygments==2.19.1
|
Pygments==2.19.2
|
||||||
PyJWT==2.10.1
|
PyJWT==2.10.1
|
||||||
Pympler==1.1
|
Pympler==1.1
|
||||||
pyproject_hooks==1.2.0
|
pyproject_hooks==1.2.0
|
||||||
|
|
@ -68,7 +68,7 @@ typeguard==4.3.0
|
||||||
typing-inspection==0.4.1
|
typing-inspection==0.4.1
|
||||||
typing_extensions==4.14.0
|
typing_extensions==4.14.0
|
||||||
uritemplate==4.2.0
|
uritemplate==4.2.0
|
||||||
# urllib3==2.4.0
|
# urllib3==2.5.0
|
||||||
wcmatch==10.0
|
wcmatch==10.1
|
||||||
wcwidth==0.2.13
|
wcwidth==0.2.13
|
||||||
zipp==3.23.0
|
zipp==3.23.0
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||||
|
|
||||||
attrs==25.3.0
|
attrs==25.3.0
|
||||||
flake8==7.2.0
|
flake8==7.3.0
|
||||||
flake8-bugbear==24.12.12
|
flake8-bugbear==24.12.12
|
||||||
flake8-builtins==2.5.0
|
flake8-builtins==2.5.0
|
||||||
flake8-comprehensions==3.16.0
|
flake8-comprehensions==3.16.0
|
||||||
|
|
@ -16,8 +16,8 @@ flake8-tidy-imports==4.11.0
|
||||||
flake8-tuple==0.4.1
|
flake8-tuple==0.4.1
|
||||||
mccabe==0.7.0
|
mccabe==0.7.0
|
||||||
pep8-naming==0.15.1
|
pep8-naming==0.15.1
|
||||||
pycodestyle==2.13.0
|
pycodestyle==2.14.0
|
||||||
pydocstyle==6.3.0
|
pydocstyle==6.3.0
|
||||||
pyflakes==3.3.2
|
pyflakes==3.4.0
|
||||||
six==1.17.0
|
six==1.17.0
|
||||||
snowballstemmer==3.0.1
|
snowballstemmer==3.0.1
|
||||||
|
|
|
||||||
|
|
@ -1,15 +1,15 @@
|
||||||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||||
|
|
||||||
chardet==5.2.0
|
chardet==5.2.0
|
||||||
diff_cover==9.3.2
|
diff_cover==9.4.0
|
||||||
Jinja2==3.1.6
|
Jinja2==3.1.6
|
||||||
lxml==5.4.0
|
lxml==5.4.0
|
||||||
MarkupSafe==3.0.2
|
MarkupSafe==3.0.2
|
||||||
mypy==1.16.0
|
mypy==1.16.1
|
||||||
mypy_extensions==1.1.0
|
mypy_extensions==1.1.0
|
||||||
pathspec==0.12.1
|
pathspec==0.12.1
|
||||||
pluggy==1.6.0
|
pluggy==1.6.0
|
||||||
Pygments==2.19.1
|
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.20240311
|
types-colorama==0.4.15.20240311
|
||||||
|
|
|
||||||
|
|
@ -23,4 +23,4 @@ tomli==2.2.1
|
||||||
tomlkit==0.13.3
|
tomlkit==0.13.3
|
||||||
typing_extensions==4.14.0
|
typing_extensions==4.14.0
|
||||||
uritemplate==4.2.0
|
uritemplate==4.2.0
|
||||||
# urllib3==2.4.0
|
# urllib3==2.5.0
|
||||||
|
|
|
||||||
|
|
@ -7,11 +7,11 @@ docutils==0.21.2
|
||||||
idna==3.10
|
idna==3.10
|
||||||
importlib_metadata==8.7.0
|
importlib_metadata==8.7.0
|
||||||
packaging==25.0
|
packaging==25.0
|
||||||
Pygments==2.19.1
|
Pygments==2.19.2
|
||||||
pyproject_hooks==1.2.0
|
pyproject_hooks==1.2.0
|
||||||
pyroma==4.2
|
pyroma==4.2
|
||||||
requests==2.32.4
|
requests==2.32.4
|
||||||
tomli==2.2.1
|
tomli==2.2.1
|
||||||
trove-classifiers==2025.5.9.12
|
trove-classifiers==2025.5.9.12
|
||||||
urllib3==2.4.0
|
urllib3==2.5.0
|
||||||
zipp==3.23.0
|
zipp==3.23.0
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ importlib_metadata==8.7.0
|
||||||
Jinja2==3.1.6
|
Jinja2==3.1.6
|
||||||
MarkupSafe==3.0.2
|
MarkupSafe==3.0.2
|
||||||
packaging==25.0
|
packaging==25.0
|
||||||
Pygments==2.19.1
|
Pygments==2.19.2
|
||||||
requests==2.32.4
|
requests==2.32.4
|
||||||
snowballstemmer==3.0.1
|
snowballstemmer==3.0.1
|
||||||
Sphinx==7.4.7
|
Sphinx==7.4.7
|
||||||
|
|
@ -22,5 +22,5 @@ sphinxcontrib-jsmath==1.0.1
|
||||||
sphinxcontrib-qthelp==2.0.0
|
sphinxcontrib-qthelp==2.0.0
|
||||||
sphinxcontrib-serializinghtml==2.0.0
|
sphinxcontrib-serializinghtml==2.0.0
|
||||||
tomli==2.2.1
|
tomli==2.2.1
|
||||||
urllib3==2.4.0
|
urllib3==2.5.0
|
||||||
zipp==3.23.0
|
zipp==3.23.0
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ filelock==3.18.0
|
||||||
Flask==3.1.1
|
Flask==3.1.1
|
||||||
gherkin-official==29.0.0
|
gherkin-official==29.0.0
|
||||||
hunter==3.7.0
|
hunter==3.7.0
|
||||||
hypothesis==6.135.10
|
hypothesis==6.135.14
|
||||||
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
|
||||||
|
|
@ -25,7 +25,7 @@ iniconfig==2.1.0
|
||||||
itsdangerous==2.2.0
|
itsdangerous==2.2.0
|
||||||
jaraco.collections==5.1.0
|
jaraco.collections==5.1.0
|
||||||
jaraco.context==6.0.1
|
jaraco.context==6.0.1
|
||||||
jaraco.functools==4.1.0
|
jaraco.functools==4.0.1
|
||||||
jaraco.text==3.12.1
|
jaraco.text==3.12.1
|
||||||
# Jinja2==3.1.6
|
# Jinja2==3.1.6
|
||||||
Mako==1.3.10
|
Mako==1.3.10
|
||||||
|
|
@ -39,8 +39,8 @@ pillow==11.2.1
|
||||||
platformdirs==4.3.8
|
platformdirs==4.3.8
|
||||||
pluggy==1.6.0
|
pluggy==1.6.0
|
||||||
py-cpuinfo==9.0.0
|
py-cpuinfo==9.0.0
|
||||||
Pygments==2.19.1
|
Pygments==2.19.2
|
||||||
pytest==8.4.0
|
pytest==8.4.1
|
||||||
pytest-bdd==8.1.0
|
pytest-bdd==8.1.0
|
||||||
pytest-benchmark==5.1.0
|
pytest-benchmark==5.1.0
|
||||||
pytest-cov==6.2.1
|
pytest-cov==6.2.1
|
||||||
|
|
@ -61,7 +61,7 @@ tldextract==5.3.0
|
||||||
tomli==2.2.1
|
tomli==2.2.1
|
||||||
typeguard==4.3.0
|
typeguard==4.3.0
|
||||||
typing_extensions==4.14.0
|
typing_extensions==4.14.0
|
||||||
urllib3==2.4.0
|
urllib3==2.5.0
|
||||||
vulture==2.14
|
vulture==2.14
|
||||||
Werkzeug==3.1.3
|
Werkzeug==3.1.3
|
||||||
zipp==3.23.0
|
zipp==3.23.0
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||||
|
|
||||||
cachetools==6.0.0
|
cachetools==6.1.0
|
||||||
chardet==5.2.0
|
chardet==5.2.0
|
||||||
colorama==0.4.6
|
colorama==0.4.6
|
||||||
distlib==0.3.9
|
distlib==0.3.9
|
||||||
|
|
@ -12,7 +12,7 @@ pluggy==1.6.0
|
||||||
pyproject-api==1.9.1
|
pyproject-api==1.9.1
|
||||||
setuptools==80.9.0
|
setuptools==80.9.0
|
||||||
tomli==2.2.1
|
tomli==2.2.1
|
||||||
tox==4.26.0 ; python_full_version!="3.14.0b1"
|
tox==4.27.0 ; python_full_version!="3.14.0b1"
|
||||||
typing_extensions==4.14.0
|
typing_extensions==4.14.0
|
||||||
virtualenv==20.31.2
|
virtualenv==20.31.2
|
||||||
wheel==0.45.1
|
wheel==0.45.1
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ adblock==0.6.0
|
||||||
colorama==0.4.6
|
colorama==0.4.6
|
||||||
Jinja2==3.1.6
|
Jinja2==3.1.6
|
||||||
MarkupSafe==3.0.2
|
MarkupSafe==3.0.2
|
||||||
Pygments==2.19.1
|
Pygments==2.19.2
|
||||||
PyYAML==6.0.2
|
PyYAML==6.0.2
|
||||||
# Unpinned due to recompile_requirements.py limitations
|
# Unpinned due to recompile_requirements.py limitations
|
||||||
pyobjc-core ; sys_platform=="darwin"
|
pyobjc-core ; sys_platform=="darwin"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue