Merge pull request #6582 from qutebrowser/update-dependencies
Update dependencies
This commit is contained in:
commit
efeeaa2826
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
build==0.5.1
|
||||
check-manifest==0.46
|
||||
packaging==20.9
|
||||
packaging==21.0
|
||||
pep517==0.10.0
|
||||
pyparsing==2.4.7
|
||||
toml==0.10.2
|
||||
|
|
|
|||
|
|
@ -11,11 +11,11 @@ hunter==3.3.8
|
|||
idna==2.10
|
||||
jwcrypto==0.9.1
|
||||
manhole==1.8.0
|
||||
packaging==20.9
|
||||
packaging==21.0
|
||||
pycparser==2.20
|
||||
Pympler==0.9
|
||||
pyparsing==2.4.7
|
||||
PyQt-builder==1.10.1
|
||||
PyQt-builder==1.10.3
|
||||
python-dateutil==2.8.1
|
||||
requests==2.25.1
|
||||
sip==6.1.1
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
chardet==4.0.0
|
||||
diff-cover==5.4.0
|
||||
importlib-metadata==4.6.0
|
||||
diff-cover==6.0.0
|
||||
importlib-metadata==4.6.1
|
||||
importlib-resources==5.2.0
|
||||
inflect==5.3.0
|
||||
Jinja2==3.0.1
|
||||
|
|
@ -18,4 +18,4 @@ toml==0.10.2
|
|||
types-dataclasses==0.1.5
|
||||
types-PyYAML==5.4.3
|
||||
typing-extensions==3.10.0.0
|
||||
zipp==3.4.1
|
||||
zipp==3.5.0
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ idna==2.10
|
|||
imagesize==1.2.0
|
||||
Jinja2==3.0.1
|
||||
MarkupSafe==2.0.1
|
||||
packaging==20.9
|
||||
packaging==21.0
|
||||
Pygments==2.9.0
|
||||
pyparsing==2.4.7
|
||||
pytz==2021.1
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ filelock==3.0.12
|
|||
Flask==2.0.1
|
||||
glob2==0.7
|
||||
hunter==3.3.8
|
||||
hypothesis==6.14.0
|
||||
hypothesis==6.14.1
|
||||
icdiff==1.9.1
|
||||
idna==2.10
|
||||
iniconfig==1.1.1
|
||||
|
|
@ -24,7 +24,7 @@ Mako==1.1.4
|
|||
manhole==1.8.0
|
||||
# MarkupSafe==2.0.1
|
||||
more-itertools==8.8.0
|
||||
packaging==20.9
|
||||
packaging==21.0
|
||||
parse==1.19.0
|
||||
parse-type==0.5.2
|
||||
pluggy==0.13.1
|
||||
|
|
@ -34,7 +34,7 @@ py-cpuinfo==8.0.0
|
|||
Pygments==2.9.0
|
||||
pyparsing==2.4.7
|
||||
pytest==6.2.4
|
||||
pytest-bdd==4.0.2
|
||||
pytest-bdd==4.1.0
|
||||
pytest-benchmark==3.4.1
|
||||
pytest-cov==2.12.1
|
||||
pytest-forked==1.3.0
|
||||
|
|
@ -43,7 +43,7 @@ pytest-instafail==0.4.2
|
|||
pytest-mock==3.6.1
|
||||
pytest-qt==4.0.2
|
||||
pytest-repeat==0.9.1
|
||||
pytest-rerunfailures==10.0
|
||||
pytest-rerunfailures==10.1
|
||||
pytest-xdist==2.3.0
|
||||
pytest-xvfb==2.0.0
|
||||
PyVirtualDisplay==2.2
|
||||
|
|
|
|||
|
|
@ -3,12 +3,12 @@
|
|||
appdirs==1.4.4
|
||||
distlib==0.3.2
|
||||
filelock==3.0.12
|
||||
packaging==20.9
|
||||
packaging==21.0
|
||||
pip==21.1.3
|
||||
pluggy==0.13.1
|
||||
py==1.10.0
|
||||
pyparsing==2.4.7
|
||||
setuptools==57.0.0
|
||||
setuptools==57.1.0
|
||||
six==1.16.0
|
||||
toml==0.10.2
|
||||
tox==3.23.1
|
||||
|
|
|
|||
|
|
@ -3,11 +3,11 @@
|
|||
adblock==0.5.0
|
||||
colorama==0.4.4
|
||||
dataclasses==0.6 ; python_version<"3.7"
|
||||
importlib-metadata==4.6.0 ; python_version<"3.8"
|
||||
importlib-metadata==4.6.1 ; python_version<"3.8"
|
||||
importlib-resources==5.2.0 ; python_version<"3.9"
|
||||
Jinja2==3.0.1
|
||||
MarkupSafe==2.0.1
|
||||
Pygments==2.9.0
|
||||
PyYAML==5.4.1
|
||||
typing-extensions==3.10.0.0
|
||||
zipp==3.4.1
|
||||
zipp==3.5.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue