Merge pull request #8659 from qutebrowser/update-dependencies
Update dependencies
This commit is contained in:
commit
d8fd61811c
|
|
@ -5,14 +5,14 @@ anyio==4.9.0
|
|||
autocommand==2.2.2
|
||||
backports.tarfile==1.2.0
|
||||
bracex==2.6
|
||||
build==1.2.2.post1
|
||||
build==1.3.0
|
||||
bump-my-version==1.2.1
|
||||
certifi==2025.7.14
|
||||
certifi==2025.8.3
|
||||
cffi==1.17.1
|
||||
charset-normalizer==3.4.2
|
||||
click==8.1.8
|
||||
cryptography==45.0.5
|
||||
docutils==0.21.2
|
||||
docutils==0.22
|
||||
exceptiongroup==1.3.0
|
||||
github3.py==4.0.1
|
||||
h11==0.16.0
|
||||
|
|
@ -55,7 +55,7 @@ readme_renderer==44.0
|
|||
requests==2.32.4
|
||||
requests-toolbelt==1.0.0
|
||||
rfc3986==2.0.0
|
||||
rich==14.0.0
|
||||
rich==14.1.0
|
||||
rich-click==1.8.9
|
||||
SecretStorage==3.3.3
|
||||
sip==6.12.0
|
||||
|
|
|
|||
|
|
@ -5,15 +5,15 @@ diff_cover==9.6.0
|
|||
Jinja2==3.1.6
|
||||
lxml==6.0.0
|
||||
MarkupSafe==3.0.2
|
||||
mypy==1.17.0
|
||||
mypy==1.17.1
|
||||
mypy_extensions==1.1.0
|
||||
pathspec==0.12.1
|
||||
pluggy==1.6.0
|
||||
Pygments==2.19.2
|
||||
PyQt5-stubs==5.15.6.0
|
||||
tomli==2.2.1
|
||||
types-colorama==0.4.15.20240311
|
||||
types-docutils==0.21.0.20250715
|
||||
types-colorama==0.4.15.20250801
|
||||
types-docutils==0.21.0.20250728
|
||||
types-Pygments==2.19.0.20250715
|
||||
types-PyYAML==6.0.12.20250516
|
||||
typing_extensions==4.14.1
|
||||
|
|
|
|||
|
|
@ -3,6 +3,6 @@
|
|||
altgraph==0.17.4
|
||||
importlib_metadata==8.7.0
|
||||
packaging==25.0
|
||||
pyinstaller==6.14.2
|
||||
pyinstaller-hooks-contrib==2025.6
|
||||
pyinstaller==6.15.0
|
||||
pyinstaller-hooks-contrib==2025.8
|
||||
zipp==3.23.0
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
astroid==3.3.11
|
||||
certifi==2025.7.14
|
||||
certifi==2025.8.3
|
||||
cffi==1.17.1
|
||||
charset-normalizer==3.4.2
|
||||
cryptography==45.0.5
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
build==1.2.2.post1
|
||||
certifi==2025.7.14
|
||||
build==1.3.0
|
||||
certifi==2025.8.3
|
||||
charset-normalizer==3.4.2
|
||||
check-manifest==0.50
|
||||
docutils==0.21.2
|
||||
docutils==0.22
|
||||
idna==3.10
|
||||
importlib_metadata==8.7.0
|
||||
packaging==25.0
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
alabaster==0.7.16
|
||||
babel==2.17.0
|
||||
certifi==2025.7.14
|
||||
certifi==2025.8.3
|
||||
charset-normalizer==3.4.2
|
||||
docutils==0.21.2
|
||||
idna==3.10
|
||||
|
|
|
|||
|
|
@ -5,18 +5,18 @@ autocommand==2.2.2
|
|||
backports.tarfile==1.2.0
|
||||
beautifulsoup4==4.13.4
|
||||
blinker==1.9.0
|
||||
certifi==2025.7.14
|
||||
certifi==2025.8.3
|
||||
charset-normalizer==3.4.2
|
||||
cheroot==10.0.1
|
||||
click==8.1.8
|
||||
coverage==7.9.2
|
||||
coverage==7.10.2
|
||||
exceptiongroup==1.3.0
|
||||
execnet==2.1.1
|
||||
filelock==3.18.0
|
||||
Flask==3.1.1
|
||||
gherkin-official==29.0.0
|
||||
hunter==3.8.0
|
||||
hypothesis==6.136.1
|
||||
hypothesis==6.136.8
|
||||
idna==3.10
|
||||
importlib_metadata==8.7.0
|
||||
importlib_resources==6.5.2
|
||||
|
|
|
|||
|
|
@ -6,14 +6,14 @@ colorama==0.4.6
|
|||
distlib==0.4.0
|
||||
filelock==3.18.0
|
||||
packaging==25.0
|
||||
pip==25.1.1
|
||||
pip==25.2
|
||||
platformdirs==4.3.8
|
||||
pluggy==1.6.0
|
||||
pyproject-api==1.9.1
|
||||
setuptools==80.9.0
|
||||
tomli==2.2.1
|
||||
tox==4.28.0 ; python_full_version!="3.14.0b1"
|
||||
tox==4.28.4 ; python_full_version!="3.14.0b1"
|
||||
typing_extensions==4.14.1
|
||||
virtualenv==20.32.0
|
||||
virtualenv==20.33.0
|
||||
wheel==0.45.1
|
||||
tox @ git+https://github.com/tox-dev/tox ; python_full_version=="3.14.0b1"
|
||||
|
|
|
|||
Loading…
Reference in New Issue