Merge pull request #8656 from qutebrowser/update-dependencies
Update dependencies
This commit is contained in:
commit
c9d3b61ca2
|
|
@ -6,7 +6,7 @@ autocommand==2.2.2
|
|||
backports.tarfile==1.2.0
|
||||
bracex==2.6
|
||||
build==1.2.2.post1
|
||||
bump-my-version==1.2.0
|
||||
bump-my-version==1.2.1
|
||||
certifi==2025.7.14
|
||||
cffi==1.17.1
|
||||
charset-normalizer==3.4.2
|
||||
|
|
@ -35,7 +35,7 @@ manhole==1.8.1
|
|||
markdown-it-py==3.0.0
|
||||
mdurl==0.1.2
|
||||
more-itertools==10.7.0
|
||||
nh3==0.2.21
|
||||
nh3==0.3.0
|
||||
packaging==25.0
|
||||
platformdirs==4.3.8
|
||||
prompt_toolkit==3.0.51
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
chardet==5.2.0
|
||||
diff_cover==9.5.0
|
||||
diff_cover==9.6.0
|
||||
Jinja2==3.1.6
|
||||
lxml==6.0.0
|
||||
MarkupSafe==3.0.2
|
||||
mypy==1.16.1
|
||||
mypy==1.17.0
|
||||
mypy_extensions==1.1.0
|
||||
pathspec==0.12.1
|
||||
pluggy==1.6.0
|
||||
|
|
@ -13,7 +13,7 @@ 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.20250710
|
||||
types-Pygments==2.19.0.20250516
|
||||
types-docutils==0.21.0.20250715
|
||||
types-Pygments==2.19.0.20250715
|
||||
types-PyYAML==6.0.12.20250516
|
||||
typing_extensions==4.14.1
|
||||
|
|
|
|||
|
|
@ -4,5 +4,5 @@ altgraph==0.17.4
|
|||
importlib_metadata==8.7.0
|
||||
packaging==25.0
|
||||
pyinstaller==6.14.2
|
||||
pyinstaller-hooks-contrib==2025.5
|
||||
pyinstaller-hooks-contrib==2025.6
|
||||
zipp==3.23.0
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ importlib_metadata==8.7.0
|
|||
packaging==25.0
|
||||
Pygments==2.19.2
|
||||
pyproject_hooks==1.2.0
|
||||
pyroma==4.3.3
|
||||
pyroma==5.0
|
||||
requests==2.32.4
|
||||
tomli==2.2.1
|
||||
trove-classifiers==2025.5.9.12
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ filelock==3.18.0
|
|||
Flask==3.1.1
|
||||
gherkin-official==29.0.0
|
||||
hunter==3.8.0
|
||||
hypothesis==6.135.29
|
||||
hypothesis==6.136.1
|
||||
idna==3.10
|
||||
importlib_metadata==8.7.0
|
||||
importlib_resources==6.5.2
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
cachetools==6.1.0
|
||||
chardet==5.2.0
|
||||
colorama==0.4.6
|
||||
distlib==0.3.9
|
||||
distlib==0.4.0
|
||||
filelock==3.18.0
|
||||
packaging==25.0
|
||||
pip==25.1.1
|
||||
|
|
@ -12,8 +12,8 @@ pluggy==1.6.0
|
|||
pyproject-api==1.9.1
|
||||
setuptools==80.9.0
|
||||
tomli==2.2.1
|
||||
tox==4.27.0 ; python_full_version!="3.14.0b1"
|
||||
tox==4.28.0 ; python_full_version!="3.14.0b1"
|
||||
typing_extensions==4.14.1
|
||||
virtualenv==20.31.2
|
||||
virtualenv==20.32.0
|
||||
wheel==0.45.1
|
||||
tox @ git+https://github.com/tox-dev/tox ; python_full_version=="3.14.0b1"
|
||||
|
|
|
|||
Loading…
Reference in New Issue