Merge pull request #6639 from qutebrowser/update-dependencies
Update dependencies
This commit is contained in:
commit
fea2216200
|
|
@ -1,9 +1,9 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
build==0.5.1
|
||||
build==0.6.0.post1
|
||||
check-manifest==0.46
|
||||
packaging==21.0
|
||||
pep517==0.11.0
|
||||
pyparsing==2.4.7
|
||||
toml==0.10.2
|
||||
tomli==1.2.0
|
||||
tomli==1.2.1
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ Deprecated==1.2.12
|
|||
github3.py==2.0.0
|
||||
hunter==3.3.8
|
||||
idna==3.2
|
||||
jwcrypto==0.9.1
|
||||
jwcrypto==1.0
|
||||
manhole==1.8.0
|
||||
packaging==21.0
|
||||
pycparser==2.20
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ attrs==21.2.0
|
|||
flake8==3.9.2
|
||||
flake8-bugbear==21.4.3
|
||||
flake8-builtins==1.5.3
|
||||
flake8-comprehensions==3.5.0
|
||||
flake8-comprehensions==3.6.0
|
||||
flake8-copyright==0.2.2
|
||||
flake8-debugger==4.0.0
|
||||
flake8-deprecated==1.3
|
||||
|
|
@ -13,10 +13,10 @@ flake8-future-import==0.4.6
|
|||
flake8-mock==0.3
|
||||
flake8-polyfill==1.0.2
|
||||
flake8-string-format==0.3.0
|
||||
flake8-tidy-imports==4.3.0
|
||||
flake8-tidy-imports==4.4.1
|
||||
flake8-tuple==0.4.1
|
||||
mccabe==0.6.1
|
||||
pep8-naming==0.12.0
|
||||
pep8-naming==0.12.1
|
||||
pycodestyle==2.7.0
|
||||
pydocstyle==6.1.1
|
||||
pyflakes==2.3.1
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
chardet==4.0.0
|
||||
diff-cover==6.2.1
|
||||
importlib-metadata==4.6.3
|
||||
diff-cover==6.3.1
|
||||
importlib-metadata==4.6.4
|
||||
importlib-resources==5.2.2
|
||||
inflect==5.3.0
|
||||
Jinja2==3.0.1
|
||||
|
|
@ -12,10 +12,10 @@ MarkupSafe==2.0.1
|
|||
mypy==0.910
|
||||
mypy-extensions==0.4.3
|
||||
pluggy==0.13.1
|
||||
Pygments==2.9.0
|
||||
Pygments==2.10.0
|
||||
PyQt5-stubs==5.15.2.0
|
||||
toml==0.10.2
|
||||
types-dataclasses==0.1.5
|
||||
types-PyYAML==5.4.3
|
||||
types-dataclasses==0.1.7
|
||||
types-PyYAML==5.4.6
|
||||
typing-extensions==3.10.0.0
|
||||
zipp==3.5.0
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
altgraph==0.17
|
||||
pyinstaller==4.5
|
||||
pyinstaller==4.5.1
|
||||
pyinstaller-hooks-contrib==2021.2
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ future==0.18.2
|
|||
github3.py==2.0.0
|
||||
idna==3.2
|
||||
isort==4.3.21
|
||||
jwcrypto==0.9.1
|
||||
jwcrypto==1.0
|
||||
lazy-object-proxy==1.4.3
|
||||
mccabe==0.6.1
|
||||
pefile==2021.5.24
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ certifi==2021.5.30
|
|||
charset-normalizer==2.0.4
|
||||
docutils==0.17.1
|
||||
idna==3.2
|
||||
Pygments==2.9.0
|
||||
Pygments==2.10.0
|
||||
pyroma==3.2
|
||||
requests==2.26.0
|
||||
urllib3==1.26.6
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ imagesize==1.2.0
|
|||
Jinja2==3.0.1
|
||||
MarkupSafe==2.0.1
|
||||
packaging==21.0
|
||||
Pygments==2.9.0
|
||||
Pygments==2.10.0
|
||||
pyparsing==2.4.7
|
||||
pytz==2021.1
|
||||
requests==2.26.0
|
||||
|
|
|
|||
|
|
@ -13,8 +13,8 @@ filelock==3.0.12
|
|||
Flask==2.0.1
|
||||
glob2==0.7
|
||||
hunter==3.3.8
|
||||
hypothesis==6.14.5
|
||||
icdiff==2.0.3
|
||||
hypothesis==6.14.7
|
||||
icdiff==2.0.4
|
||||
idna==3.2
|
||||
iniconfig==1.1.1
|
||||
itsdangerous==2.0.1
|
||||
|
|
@ -31,7 +31,7 @@ pluggy==0.13.1
|
|||
pprintpp==0.4.0
|
||||
py==1.10.0
|
||||
py-cpuinfo==8.0.0
|
||||
Pygments==2.9.0
|
||||
Pygments==2.10.0
|
||||
pyparsing==2.4.7
|
||||
pytest==6.2.4
|
||||
pytest-bdd==4.1.0
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ backports.entry-points-selectable==1.1.0
|
|||
distlib==0.3.2
|
||||
filelock==3.0.12
|
||||
packaging==21.0
|
||||
pip==21.2.2
|
||||
pip==21.2.4
|
||||
platformdirs==2.2.0
|
||||
pluggy==0.13.1
|
||||
py==1.10.0
|
||||
|
|
@ -13,5 +13,5 @@ setuptools==57.4.0
|
|||
six==1.16.0
|
||||
toml==0.10.2
|
||||
tox==3.24.1
|
||||
virtualenv==20.7.0
|
||||
wheel==0.36.2
|
||||
virtualenv==20.7.2
|
||||
wheel==0.37.0
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
pathspec==0.9.0
|
||||
PyYAML==5.4.1
|
||||
yamllint==1.26.1
|
||||
yamllint==1.26.2
|
||||
|
|
|
|||
|
|
@ -3,11 +3,11 @@
|
|||
adblock==0.5.0
|
||||
colorama==0.4.4
|
||||
dataclasses==0.6 ; python_version<"3.7"
|
||||
importlib-metadata==4.6.3 ; python_version<"3.8"
|
||||
importlib-metadata==4.6.4 ; python_version<"3.8"
|
||||
importlib-resources==5.2.2 ; python_version<"3.9"
|
||||
Jinja2==3.0.1
|
||||
MarkupSafe==2.0.1
|
||||
Pygments==2.9.0
|
||||
Pygments==2.10.0
|
||||
PyYAML==5.4.1
|
||||
typing-extensions==3.10.0.0
|
||||
zipp==3.5.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue