Merge pull request #8309 from qutebrowser/update-dependencies
Update dependencies
This commit is contained in:
commit
b73aadb737
|
|
@ -21,7 +21,7 @@ jaraco.context==6.0.1
|
|||
jaraco.functools==4.0.2
|
||||
jaraco.text==3.12.1
|
||||
jeepney==0.8.0
|
||||
keyring==25.3.0
|
||||
keyring==25.4.1
|
||||
manhole==1.8.1
|
||||
markdown-it-py==3.0.0
|
||||
mdurl==0.1.2
|
||||
|
|
@ -29,7 +29,7 @@ more-itertools==10.5.0
|
|||
nh3==0.2.18
|
||||
packaging==24.1
|
||||
pkginfo==1.10.0
|
||||
platformdirs==4.3.3
|
||||
platformdirs==4.3.6
|
||||
pycparser==2.22
|
||||
Pygments==2.18.0
|
||||
PyJWT==2.9.0
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ idna==3.10
|
|||
isort==5.13.2
|
||||
mccabe==0.7.0
|
||||
pefile==2024.8.26
|
||||
platformdirs==4.3.3
|
||||
platformdirs==4.3.6
|
||||
pycparser==2.22
|
||||
PyJWT==2.9.0
|
||||
pylint==3.2.7
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ click==8.1.7
|
|||
coverage==7.6.1
|
||||
exceptiongroup==1.2.2
|
||||
execnet==2.1.1
|
||||
filelock==3.16.0
|
||||
filelock==3.16.1
|
||||
Flask==3.0.3
|
||||
hunter==3.7.0
|
||||
hypothesis==6.112.1
|
||||
|
|
@ -34,12 +34,12 @@ more-itertools==10.5.0
|
|||
packaging==24.1
|
||||
parse==1.20.2
|
||||
parse_type==0.6.3
|
||||
platformdirs==4.3.3
|
||||
platformdirs==4.3.6
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
Pygments==2.18.0
|
||||
pytest==8.3.3
|
||||
pytest-bdd==7.2.0
|
||||
pytest-bdd==7.3.0
|
||||
pytest-benchmark==4.0.0
|
||||
pytest-cov==5.0.0
|
||||
pytest-instafail==0.5.0
|
||||
|
|
@ -60,6 +60,6 @@ tomli==2.0.1
|
|||
typeguard==4.3.0
|
||||
typing_extensions==4.12.2
|
||||
urllib3==2.2.3
|
||||
vulture==2.11
|
||||
vulture==2.12
|
||||
Werkzeug==3.0.4
|
||||
zipp==3.20.2
|
||||
|
|
|
|||
|
|
@ -4,14 +4,14 @@ cachetools==5.5.0
|
|||
chardet==5.2.0
|
||||
colorama==0.4.6
|
||||
distlib==0.3.8
|
||||
filelock==3.16.0
|
||||
filelock==3.16.1
|
||||
packaging==24.1
|
||||
pip==24.2
|
||||
platformdirs==4.3.3
|
||||
platformdirs==4.3.6
|
||||
pluggy==1.5.0
|
||||
pyproject-api==1.7.1
|
||||
pyproject-api==1.8.0
|
||||
setuptools==75.1.0
|
||||
tomli==2.0.1
|
||||
tox==4.18.1
|
||||
virtualenv==20.26.4
|
||||
tox==4.20.0
|
||||
virtualenv==20.26.5
|
||||
wheel==0.44.0
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
tomli==2.0.1
|
||||
vulture==2.11
|
||||
vulture==2.12
|
||||
|
|
|
|||
Loading…
Reference in New Issue