Merge pull request #8239 from qutebrowser/update-dependencies
Update dependencies
This commit is contained in:
commit
96b0942046
|
|
@ -21,7 +21,7 @@ keyring==25.2.1
|
|||
manhole==1.8.0
|
||||
markdown-it-py==3.0.0
|
||||
mdurl==0.1.2
|
||||
more-itertools==10.2.0
|
||||
more-itertools==10.3.0
|
||||
nh3==0.2.17
|
||||
packaging==24.1
|
||||
pkginfo==1.11.1
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
attrs==23.2.0
|
||||
flake8==7.0.0
|
||||
flake8==7.1.0
|
||||
flake8-bugbear==24.4.26
|
||||
flake8-builtins==2.5.0
|
||||
flake8-comprehensions==3.14.0
|
||||
|
|
@ -16,7 +16,7 @@ flake8-tidy-imports==4.10.0
|
|||
flake8-tuple==0.4.1
|
||||
mccabe==0.7.0
|
||||
pep8-naming==0.14.1
|
||||
pycodestyle==2.11.1
|
||||
pycodestyle==2.12.0
|
||||
pydocstyle==6.3.0
|
||||
pyflakes==3.2.0
|
||||
six==1.16.0
|
||||
|
|
|
|||
|
|
@ -10,10 +10,10 @@ click==8.1.7
|
|||
coverage==7.5.3
|
||||
exceptiongroup==1.2.1
|
||||
execnet==2.1.1
|
||||
filelock==3.14.0
|
||||
filelock==3.15.1
|
||||
Flask==3.0.3
|
||||
hunter==3.7.0
|
||||
hypothesis==6.103.1
|
||||
hypothesis==6.103.2
|
||||
idna==3.7
|
||||
importlib_metadata==7.1.0
|
||||
iniconfig==2.0.0
|
||||
|
|
@ -23,9 +23,9 @@ jaraco.functools==4.0.1
|
|||
Mako==1.3.5
|
||||
manhole==1.8.0
|
||||
# MarkupSafe==2.1.5
|
||||
more-itertools==10.2.0
|
||||
more-itertools==10.3.0
|
||||
packaging==24.1
|
||||
parse==1.20.1
|
||||
parse==1.20.2
|
||||
parse-type==0.6.2
|
||||
pluggy==1.5.0
|
||||
py-cpuinfo==9.0.0
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ cachetools==5.3.3
|
|||
chardet==5.2.0
|
||||
colorama==0.4.6
|
||||
distlib==0.3.8
|
||||
filelock==3.14.0
|
||||
filelock==3.15.1
|
||||
packaging==24.1
|
||||
pip==24.0
|
||||
platformdirs==4.2.2
|
||||
|
|
|
|||
Loading…
Reference in New Issue