Merge pull request #8686 from qutebrowser/update-dependencies
Update dependencies
This commit is contained in:
commit
4180e04f24
|
|
@ -18,7 +18,7 @@ github3.py==4.0.1
|
||||||
h11==0.16.0
|
h11==0.16.0
|
||||||
httpcore==1.0.9
|
httpcore==1.0.9
|
||||||
httpx==0.28.1
|
httpx==0.28.1
|
||||||
hunter==3.8.0
|
hunter==3.9.0
|
||||||
id==1.5.0
|
id==1.5.0
|
||||||
idna==3.10
|
idna==3.10
|
||||||
importlib_metadata==8.7.0
|
importlib_metadata==8.7.0
|
||||||
|
|
@ -52,7 +52,7 @@ python-dateutil==2.9.0.post0
|
||||||
python-dotenv==1.1.1
|
python-dotenv==1.1.1
|
||||||
questionary==2.1.0
|
questionary==2.1.0
|
||||||
readme_renderer==44.0
|
readme_renderer==44.0
|
||||||
requests==2.32.4
|
requests==2.32.5
|
||||||
requests-toolbelt==1.0.0
|
requests-toolbelt==1.0.0
|
||||||
rfc3986==2.0.0
|
rfc3986==2.0.0
|
||||||
rich==14.1.0
|
rich==14.1.0
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
chardet==5.2.0
|
chardet==5.2.0
|
||||||
diff_cover==9.6.0
|
diff_cover==9.6.0
|
||||||
Jinja2==3.1.6
|
Jinja2==3.1.6
|
||||||
lxml==6.0.0
|
lxml==6.0.1
|
||||||
MarkupSafe==3.0.2
|
MarkupSafe==3.0.2
|
||||||
mypy==1.17.1
|
mypy==1.17.1
|
||||||
mypy_extensions==1.1.0
|
mypy_extensions==1.1.0
|
||||||
|
|
@ -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.22.0.20250814
|
types-docutils==0.22.0.20250822
|
||||||
types-Pygments==2.19.0.20250809
|
types-Pygments==2.19.0.20250809
|
||||||
types-PyYAML==6.0.12.20250809
|
types-PyYAML==6.0.12.20250822
|
||||||
typing_extensions==4.14.1
|
typing_extensions==4.14.1
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ PyJWT==2.10.1
|
||||||
pylint==3.3.8
|
pylint==3.3.8
|
||||||
python-dateutil==2.9.0.post0
|
python-dateutil==2.9.0.post0
|
||||||
./scripts/dev/pylint_checkers
|
./scripts/dev/pylint_checkers
|
||||||
requests==2.32.4
|
requests==2.32.5
|
||||||
six==1.17.0
|
six==1.17.0
|
||||||
tomli==2.2.1
|
tomli==2.2.1
|
||||||
tomlkit==0.13.3
|
tomlkit==0.13.3
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ packaging==25.0
|
||||||
Pygments==2.19.2
|
Pygments==2.19.2
|
||||||
pyproject_hooks==1.2.0
|
pyproject_hooks==1.2.0
|
||||||
pyroma==5.0
|
pyroma==5.0
|
||||||
requests==2.32.4
|
requests==2.32.5
|
||||||
tomli==2.2.1
|
tomli==2.2.1
|
||||||
trove-classifiers==2025.8.6.13
|
trove-classifiers==2025.8.6.13
|
||||||
urllib3==2.5.0
|
urllib3==2.5.0
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ Jinja2==3.1.6
|
||||||
MarkupSafe==3.0.2
|
MarkupSafe==3.0.2
|
||||||
packaging==25.0
|
packaging==25.0
|
||||||
Pygments==2.19.2
|
Pygments==2.19.2
|
||||||
requests==2.32.4
|
requests==2.32.5
|
||||||
snowballstemmer==3.0.1
|
snowballstemmer==3.0.1
|
||||||
Sphinx==7.4.7
|
Sphinx==7.4.7
|
||||||
sphinxcontrib-applehelp==2.0.0
|
sphinxcontrib-applehelp==2.0.0
|
||||||
|
|
|
||||||
|
|
@ -3,20 +3,20 @@
|
||||||
attrs==25.3.0
|
attrs==25.3.0
|
||||||
autocommand==2.2.2
|
autocommand==2.2.2
|
||||||
backports.tarfile==1.2.0
|
backports.tarfile==1.2.0
|
||||||
beautifulsoup4==4.13.4
|
beautifulsoup4==4.13.5
|
||||||
blinker==1.9.0
|
blinker==1.9.0
|
||||||
certifi==2025.8.3
|
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.4
|
coverage==7.10.5
|
||||||
exceptiongroup==1.3.0
|
exceptiongroup==1.3.0
|
||||||
execnet==2.1.1
|
execnet==2.1.1
|
||||||
filelock==3.19.1
|
filelock==3.19.1
|
||||||
Flask==3.1.1
|
Flask==3.1.2
|
||||||
gherkin-official==29.0.0
|
gherkin-official==29.0.0
|
||||||
hunter==3.8.0
|
hunter==3.9.0
|
||||||
hypothesis==6.138.2
|
hypothesis==6.138.3
|
||||||
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
|
||||||
|
|
@ -52,7 +52,7 @@ pytest-rerunfailures==15.1
|
||||||
pytest-xdist==3.8.0
|
pytest-xdist==3.8.0
|
||||||
pytest-xvfb==3.1.1
|
pytest-xvfb==3.1.1
|
||||||
PyVirtualDisplay==3.0
|
PyVirtualDisplay==3.0
|
||||||
requests==2.32.4
|
requests==2.32.5
|
||||||
requests-file==2.1.0
|
requests-file==2.1.0
|
||||||
six==1.17.0
|
six==1.17.0
|
||||||
sortedcontainers==2.4.0
|
sortedcontainers==2.4.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue