Merge pull request #8049 from qutebrowser/update-dependencies
Update dependencies
This commit is contained in:
commit
f13ac06ba3
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
build==1.0.3
|
||||
check-manifest==0.49
|
||||
importlib-metadata==7.0.0
|
||||
importlib-metadata==7.0.1
|
||||
packaging==23.2
|
||||
pyproject_hooks==1.0.0
|
||||
tomli==2.0.1
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ docutils==0.20.1
|
|||
github3.py==4.0.1
|
||||
hunter==3.6.1
|
||||
idna==3.6
|
||||
importlib-metadata==7.0.0
|
||||
importlib-metadata==7.0.1
|
||||
importlib-resources==6.1.1
|
||||
jaraco.classes==3.3.0
|
||||
jeepney==0.8.0
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@ chardet==5.2.0
|
|||
diff_cover==8.0.2
|
||||
importlib-resources==6.1.1
|
||||
Jinja2==3.1.2
|
||||
lxml==4.9.3
|
||||
lxml==4.9.4
|
||||
MarkupSafe==2.1.3
|
||||
mypy==1.7.1
|
||||
mypy==1.8.0
|
||||
mypy-extensions==1.0.0
|
||||
pluggy==1.3.0
|
||||
Pygments==2.17.2
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
altgraph==0.17.4
|
||||
importlib-metadata==7.0.0
|
||||
importlib-metadata==7.0.1
|
||||
packaging==23.2
|
||||
pyinstaller==6.3.0
|
||||
pyinstaller-hooks-contrib==2023.10
|
||||
pyinstaller-hooks-contrib==2023.11
|
||||
zipp==3.17.0
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ github3.py
|
|||
pefile
|
||||
|
||||
# fix qute-pylint location
|
||||
#@ replace: qute-pylint.* ./scripts/dev/pylint_checkers
|
||||
#@ replace: qute[_-]pylint.* ./scripts/dev/pylint_checkers
|
||||
#@ markers: typed-ast python_version<"3.8"
|
||||
|
||||
# Already included via test requirements
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ certifi==2023.11.17
|
|||
charset-normalizer==3.3.2
|
||||
docutils==0.20.1
|
||||
idna==3.6
|
||||
importlib-metadata==7.0.0
|
||||
importlib-metadata==7.0.1
|
||||
packaging==23.2
|
||||
Pygments==2.17.2
|
||||
pyproject_hooks==1.0.0
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ charset-normalizer==3.3.2
|
|||
docutils==0.20.1
|
||||
idna==3.6
|
||||
imagesize==1.4.1
|
||||
importlib-metadata==7.0.0
|
||||
importlib-metadata==7.0.1
|
||||
Jinja2==3.1.2
|
||||
MarkupSafe==2.1.3
|
||||
packaging==23.2
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ certifi==2023.11.17
|
|||
charset-normalizer==3.3.2
|
||||
cheroot==10.0.0
|
||||
click==8.1.7
|
||||
coverage==7.3.3
|
||||
coverage==7.3.4
|
||||
exceptiongroup==1.2.0
|
||||
execnet==2.0.2
|
||||
filelock==3.13.1
|
||||
|
|
@ -15,7 +15,7 @@ Flask==3.0.0
|
|||
hunter==3.6.1
|
||||
hypothesis==6.92.1
|
||||
idna==3.6
|
||||
importlib-metadata==7.0.0
|
||||
importlib-metadata==7.0.1
|
||||
iniconfig==2.0.0
|
||||
itsdangerous==2.1.2
|
||||
jaraco.functools==4.0.0
|
||||
|
|
@ -36,7 +36,7 @@ pytest-benchmark==4.0.0
|
|||
pytest-cov==4.1.0
|
||||
pytest-instafail==0.5.0
|
||||
pytest-mock==3.12.0
|
||||
pytest-qt==4.2.0
|
||||
pytest-qt==4.3.1
|
||||
pytest-repeat==0.9.3
|
||||
pytest-rerunfailures==13.0
|
||||
pytest-xdist==3.5.0
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ pip==23.3.2
|
|||
platformdirs==4.1.0
|
||||
pluggy==1.3.0
|
||||
pyproject-api==1.6.1
|
||||
setuptools==69.0.2
|
||||
setuptools==69.0.3
|
||||
tomli==2.0.1
|
||||
tox==4.11.4
|
||||
virtualenv==20.25.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue