Merge pull request #8567 from qutebrowser/update-dependencies
Update dependencies
This commit is contained in:
commit
049cf49705
|
|
@ -13,7 +13,7 @@ charset-normalizer==3.4.2
|
|||
click==8.1.8
|
||||
cryptography==44.0.3
|
||||
docutils==0.21.2
|
||||
exceptiongroup==1.2.2
|
||||
exceptiongroup==1.3.0
|
||||
github3.py==4.0.1
|
||||
h11==0.16.0
|
||||
httpcore==1.0.9
|
||||
|
|
@ -37,7 +37,7 @@ mdurl==0.1.2
|
|||
more-itertools==10.7.0
|
||||
nh3==0.2.21
|
||||
packaging==25.0
|
||||
platformdirs==4.3.7
|
||||
platformdirs==4.3.8
|
||||
prompt_toolkit==3.0.51
|
||||
pycparser==2.22
|
||||
pydantic==2.11.4
|
||||
|
|
|
|||
|
|
@ -15,9 +15,9 @@ flake8-string-format==0.3.0
|
|||
flake8-tidy-imports==4.11.0
|
||||
flake8-tuple==0.4.1
|
||||
mccabe==0.7.0
|
||||
pep8-naming==0.15.0
|
||||
pep8-naming==0.15.1
|
||||
pycodestyle==2.13.0
|
||||
pydocstyle==6.3.0
|
||||
pyflakes==3.3.2
|
||||
six==1.17.0
|
||||
snowballstemmer==2.2.0
|
||||
snowballstemmer==3.0.1
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
astroid==3.3.9
|
||||
astroid==3.3.10
|
||||
certifi==2025.4.26
|
||||
cffi==1.17.1
|
||||
charset-normalizer==3.4.2
|
||||
|
|
@ -11,7 +11,7 @@ idna==3.10
|
|||
isort==6.0.1
|
||||
mccabe==0.7.0
|
||||
pefile==2024.8.26
|
||||
platformdirs==4.3.7
|
||||
platformdirs==4.3.8
|
||||
pycparser==2.22
|
||||
PyJWT==2.10.1
|
||||
pylint==3.3.7
|
||||
|
|
|
|||
|
|
@ -12,6 +12,6 @@ pyproject_hooks==1.2.0
|
|||
pyroma==4.2
|
||||
requests==2.32.3
|
||||
tomli==2.2.1
|
||||
trove-classifiers==2025.5.1.12
|
||||
trove-classifiers==2025.5.9.12
|
||||
urllib3==2.4.0
|
||||
zipp==3.21.0
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ MarkupSafe==3.0.2
|
|||
packaging==25.0
|
||||
Pygments==2.19.1
|
||||
requests==2.32.3
|
||||
snowballstemmer==2.2.0
|
||||
snowballstemmer==3.0.1
|
||||
Sphinx==7.4.7
|
||||
sphinxcontrib-applehelp==2.0.0
|
||||
sphinxcontrib-devhelp==2.0.0
|
||||
|
|
|
|||
|
|
@ -10,13 +10,13 @@ charset-normalizer==3.4.2
|
|||
cheroot==10.0.1
|
||||
click==8.1.8
|
||||
coverage==7.8.0
|
||||
exceptiongroup==1.2.2
|
||||
exceptiongroup==1.3.0
|
||||
execnet==2.1.1
|
||||
filelock==3.18.0
|
||||
Flask==3.1.0
|
||||
gherkin-official==29.0.0
|
||||
hunter==3.7.0
|
||||
hypothesis==6.131.9
|
||||
hypothesis==6.131.15
|
||||
idna==3.10
|
||||
importlib_metadata==8.7.0
|
||||
importlib_resources==6.5.2
|
||||
|
|
@ -36,7 +36,7 @@ packaging==25.0
|
|||
parse==1.20.2
|
||||
parse_type==0.6.4
|
||||
pillow==11.2.1
|
||||
platformdirs==4.3.7
|
||||
platformdirs==4.3.8
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
Pygments==2.19.1
|
||||
|
|
@ -48,7 +48,7 @@ pytest-instafail==0.5.0
|
|||
pytest-mock==3.14.0
|
||||
pytest-qt==4.4.0
|
||||
pytest-repeat==0.9.4
|
||||
pytest-rerunfailures==15.0
|
||||
pytest-rerunfailures==15.1
|
||||
pytest-xdist==3.6.1
|
||||
pytest-xvfb==3.1.1
|
||||
PyVirtualDisplay==3.0
|
||||
|
|
|
|||
|
|
@ -7,13 +7,13 @@ distlib==0.3.9
|
|||
filelock==3.18.0
|
||||
packaging==25.0
|
||||
pip==25.1.1
|
||||
platformdirs==4.3.7
|
||||
platformdirs==4.3.8
|
||||
pluggy==1.5.0
|
||||
pyproject-api==1.9.0
|
||||
setuptools==80.3.1
|
||||
setuptools==80.4.0
|
||||
tomli==2.2.1
|
||||
tox==4.25.0 ; python_full_version!="3.14.0b1"
|
||||
typing_extensions==4.13.2
|
||||
virtualenv==20.30.0
|
||||
virtualenv==20.31.2
|
||||
wheel==0.45.1
|
||||
tox @ git+https://github.com/The-Compiler/tox@python314 ; python_full_version=="3.14.0b1"
|
||||
|
|
|
|||
Loading…
Reference in New Issue