Merge remote-tracking branch 'origin/pr/5093'
This commit is contained in:
commit
0b8801b333
|
|
@ -9,7 +9,7 @@ colorama==0.4.1
|
|||
cryptography==2.8
|
||||
cssutils==1.0.2
|
||||
github3.py==1.3.0
|
||||
hunter==3.0.3
|
||||
hunter==3.0.4
|
||||
idna==2.8
|
||||
jwcrypto==0.6.0
|
||||
lxml==4.4.1
|
||||
|
|
|
|||
|
|
@ -2,10 +2,10 @@
|
|||
|
||||
attrs==19.3.0
|
||||
entrypoints==0.3
|
||||
flake8==3.7.8
|
||||
flake8==3.7.9
|
||||
flake8-bugbear==19.8.0
|
||||
flake8-builtins==1.4.1
|
||||
flake8-comprehensions==2.2.0
|
||||
flake8-comprehensions==3.0.1
|
||||
flake8-copyright==0.2.2
|
||||
flake8-debugger==3.2.0
|
||||
flake8-deprecated==1.3
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@ mypy-extensions==0.4.3
|
|||
# PyQt5-sip==4.19.19
|
||||
-e git+https://github.com/qutebrowser/PyQt5-stubs.git@wip#egg=PyQt5_stubs
|
||||
typed-ast==1.4.0
|
||||
typing-extensions==3.7.4
|
||||
typing-extensions==3.7.4.1
|
||||
|
|
|
|||
|
|
@ -3,6 +3,6 @@
|
|||
appdirs==1.4.3
|
||||
packaging==19.2
|
||||
pyparsing==2.4.2
|
||||
setuptools==41.4.0
|
||||
setuptools==41.5.1
|
||||
six==1.12.0
|
||||
wheel==0.33.6
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ github3.py==1.3.0
|
|||
idna==2.8
|
||||
isort==4.3.21
|
||||
jwcrypto==0.6.0
|
||||
lazy-object-proxy==1.4.2
|
||||
lazy-object-proxy==1.4.3
|
||||
mccabe==0.6.1
|
||||
pycparser==2.19
|
||||
pylint==2.4.3
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ pytz==2019.3
|
|||
requests==2.22.0
|
||||
six==1.12.0
|
||||
snowballstemmer==2.0.0
|
||||
Sphinx==2.2.0
|
||||
Sphinx==2.2.1
|
||||
sphinxcontrib-applehelp==1.0.1
|
||||
sphinxcontrib-devhelp==1.0.1
|
||||
sphinxcontrib-htmlhelp==1.0.2
|
||||
|
|
|
|||
|
|
@ -10,8 +10,8 @@ coverage==4.5.4
|
|||
EasyProcess==0.2.7
|
||||
Flask==1.1.1
|
||||
glob2==0.7
|
||||
hunter==3.0.3
|
||||
hypothesis==4.41.2
|
||||
hunter==3.0.4
|
||||
hypothesis==4.42.0
|
||||
importlib-metadata==0.23
|
||||
itsdangerous==1.1.0
|
||||
jaraco.functools==2.0
|
||||
|
|
@ -27,12 +27,12 @@ pluggy==0.13.0
|
|||
py==1.8.0
|
||||
py-cpuinfo==5.0.0
|
||||
pyparsing==2.4.2
|
||||
pytest==5.2.1
|
||||
pytest==5.2.2
|
||||
pytest-bdd==3.2.1
|
||||
pytest-benchmark==3.2.2
|
||||
pytest-cov==2.8.1
|
||||
pytest-instafail==0.4.1
|
||||
pytest-mock==1.11.1
|
||||
pytest-mock==1.11.2
|
||||
pytest-qt==3.2.2
|
||||
pytest-repeat==0.8.0
|
||||
pytest-rerunfailures==7.0
|
||||
|
|
|
|||
|
|
@ -11,5 +11,5 @@ six==1.12.0
|
|||
toml==0.10.0
|
||||
tox==3.14.0
|
||||
tox-venv==0.4.0
|
||||
virtualenv==16.7.6
|
||||
virtualenv==16.7.7
|
||||
zipp==0.6.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue