Merge pull request #8387 from qutebrowser/update-dependencies
Update dependencies
This commit is contained in:
commit
2ba07fe490
|
|
@ -5,5 +5,5 @@ check-manifest==0.50
|
|||
importlib_metadata==8.5.0
|
||||
packaging==24.2
|
||||
pyproject_hooks==1.2.0
|
||||
tomli==2.0.2
|
||||
tomli==2.1.0
|
||||
zipp==3.21.0
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ pkginfo==1.10.0
|
|||
platformdirs==4.3.6
|
||||
pycparser==2.22
|
||||
Pygments==2.18.0
|
||||
PyJWT==2.9.0
|
||||
PyJWT==2.10.0
|
||||
Pympler==1.1
|
||||
pyproject_hooks==1.2.0
|
||||
PyQt-builder==1.16.4
|
||||
|
|
@ -45,7 +45,7 @@ rich==13.9.4
|
|||
SecretStorage==3.3.3
|
||||
sip==6.8.6
|
||||
six==1.16.0
|
||||
tomli==2.0.2
|
||||
tomli==2.1.0
|
||||
twine==5.1.1
|
||||
typeguard==4.3.0
|
||||
typing_extensions==4.12.2
|
||||
|
|
|
|||
|
|
@ -10,10 +10,10 @@ mypy-extensions==1.0.0
|
|||
pluggy==1.5.0
|
||||
Pygments==2.18.0
|
||||
PyQt5-stubs==5.15.6.0
|
||||
tomli==2.0.2
|
||||
tomli==2.1.0
|
||||
types-colorama==0.4.15.20240311
|
||||
types-docutils==0.21.0.20241005
|
||||
types-Pygments==2.18.0.20240506
|
||||
types-PyYAML==6.0.12.20240917
|
||||
types-setuptools==75.3.0.20241107
|
||||
types-setuptools==75.5.0.20241116
|
||||
typing_extensions==4.12.2
|
||||
|
|
|
|||
|
|
@ -13,13 +13,13 @@ mccabe==0.7.0
|
|||
pefile==2024.8.26
|
||||
platformdirs==4.3.6
|
||||
pycparser==2.22
|
||||
PyJWT==2.9.0
|
||||
PyJWT==2.10.0
|
||||
pylint==3.3.1
|
||||
python-dateutil==2.9.0.post0
|
||||
./scripts/dev/pylint_checkers
|
||||
requests==2.32.3
|
||||
six==1.16.0
|
||||
tomli==2.0.2
|
||||
tomli==2.1.0
|
||||
tomlkit==0.13.2
|
||||
typing_extensions==4.12.2
|
||||
uritemplate==4.1.1
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ Pygments==2.18.0
|
|||
pyproject_hooks==1.2.0
|
||||
pyroma==4.2
|
||||
requests==2.32.3
|
||||
tomli==2.0.2
|
||||
tomli==2.1.0
|
||||
trove-classifiers==2024.10.21.16
|
||||
urllib3==2.2.3
|
||||
zipp==3.21.0
|
||||
|
|
|
|||
|
|
@ -21,6 +21,6 @@ sphinxcontrib-htmlhelp==2.1.0
|
|||
sphinxcontrib-jsmath==1.0.1
|
||||
sphinxcontrib-qthelp==2.0.0
|
||||
sphinxcontrib-serializinghtml==2.0.0
|
||||
tomli==2.0.2
|
||||
tomli==2.1.0
|
||||
urllib3==2.2.3
|
||||
zipp==3.21.0
|
||||
|
|
|
|||
|
|
@ -9,13 +9,13 @@ certifi==2024.8.30
|
|||
charset-normalizer==3.4.0
|
||||
cheroot==10.0.1
|
||||
click==8.1.7
|
||||
coverage==7.6.4
|
||||
coverage==7.6.7
|
||||
exceptiongroup==1.2.2
|
||||
execnet==2.1.1
|
||||
filelock==3.16.1
|
||||
Flask==3.0.3
|
||||
Flask==3.1.0
|
||||
hunter==3.7.0
|
||||
hypothesis==6.118.7
|
||||
hypothesis==6.119.3
|
||||
idna==3.10
|
||||
importlib_metadata==8.5.0
|
||||
importlib_resources==6.4.5
|
||||
|
|
@ -57,7 +57,7 @@ six==1.16.0
|
|||
sortedcontainers==2.4.0
|
||||
soupsieve==2.6
|
||||
tldextract==5.1.3
|
||||
tomli==2.0.2
|
||||
tomli==2.1.0
|
||||
typeguard==4.3.0
|
||||
typing_extensions==4.12.2
|
||||
urllib3==2.2.3
|
||||
|
|
|
|||
|
|
@ -4,7 +4,8 @@ coverage
|
|||
Flask
|
||||
hypothesis
|
||||
pytest
|
||||
pytest-bdd
|
||||
# https://github.com/qutebrowser/qutebrowser/issues/8342
|
||||
pytest-bdd<8
|
||||
pytest-benchmark
|
||||
pytest-instafail
|
||||
pytest-mock
|
||||
|
|
|
|||
|
|
@ -10,8 +10,8 @@ pip==24.3.1
|
|||
platformdirs==4.3.6
|
||||
pluggy==1.5.0
|
||||
pyproject-api==1.8.0
|
||||
setuptools==75.3.0
|
||||
tomli==2.0.2
|
||||
setuptools==75.5.0
|
||||
tomli==2.1.0
|
||||
tox==4.23.2
|
||||
typing_extensions==4.12.2
|
||||
virtualenv==20.27.1
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
tomli==2.0.2
|
||||
tomli==2.1.0
|
||||
vulture==2.13
|
||||
|
|
|
|||
Loading…
Reference in New Issue