Merge remote-tracking branch 'origin/pr/3826'
This commit is contained in:
commit
1021c3a330
@ -3,7 +3,7 @@
|
|||||||
attrs==17.4.0
|
attrs==17.4.0
|
||||||
flake8==3.5.0
|
flake8==3.5.0
|
||||||
flake8-bugbear==18.2.0
|
flake8-bugbear==18.2.0
|
||||||
flake8-builtins==1.1.1
|
flake8-builtins==1.2.2
|
||||||
flake8-comprehensions==1.4.1
|
flake8-comprehensions==1.4.1
|
||||||
flake8-copyright==0.2.0
|
flake8-copyright==0.2.0
|
||||||
flake8-debugger==3.1.0
|
flake8-debugger==3.1.0
|
||||||
|
@ -5,4 +5,4 @@ packaging==17.1
|
|||||||
pyparsing==2.2.0
|
pyparsing==2.2.0
|
||||||
setuptools==39.0.1
|
setuptools==39.0.1
|
||||||
six==1.11.0
|
six==1.11.0
|
||||||
wheel==0.30.0
|
wheel==0.31.0
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
-e git+https://github.com/PyCQA/astroid.git#egg=astroid
|
-e git+https://github.com/PyCQA/astroid.git#egg=astroid
|
||||||
certifi==2018.1.18
|
certifi==2018.1.18
|
||||||
chardet==3.0.4
|
chardet==3.0.4
|
||||||
github3.py==1.0.1
|
github3.py==1.0.2
|
||||||
idna==2.6
|
idna==2.6
|
||||||
isort==4.3.4
|
isort==4.3.4
|
||||||
lazy-object-proxy==1.3.1
|
lazy-object-proxy==1.3.1
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||||
|
|
||||||
astroid==1.6.2
|
astroid==1.6.3
|
||||||
certifi==2018.1.18
|
certifi==2018.1.18
|
||||||
chardet==3.0.4
|
chardet==3.0.4
|
||||||
github3.py==1.0.1
|
github3.py==1.0.2
|
||||||
idna==2.6
|
idna==2.6
|
||||||
isort==4.3.4
|
isort==4.3.4
|
||||||
lazy-object-proxy==1.3.1
|
lazy-object-proxy==1.3.1
|
||||||
mccabe==0.6.1
|
mccabe==0.6.1
|
||||||
pylint==1.8.3
|
pylint==1.8.4
|
||||||
python-dateutil==2.7.2
|
python-dateutil==2.7.2
|
||||||
./scripts/dev/pylint_checkers
|
./scripts/dev/pylint_checkers
|
||||||
requests==2.18.4
|
requests==2.18.4
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
attrs==17.4.0
|
attrs==17.4.0
|
||||||
beautifulsoup4==4.6.0
|
beautifulsoup4==4.6.0
|
||||||
cheroot==6.0.0
|
cheroot==6.1.2
|
||||||
click==6.7
|
click==6.7
|
||||||
# colorama==0.3.9
|
# colorama==0.3.9
|
||||||
coverage==4.5.1
|
coverage==4.5.1
|
||||||
@ -11,7 +11,7 @@ fields==5.0.0
|
|||||||
Flask==0.12.2
|
Flask==0.12.2
|
||||||
glob2==0.6
|
glob2==0.6
|
||||||
hunter==2.0.2
|
hunter==2.0.2
|
||||||
hypothesis==3.52.0
|
hypothesis==3.55.1
|
||||||
itsdangerous==0.24
|
itsdangerous==0.24
|
||||||
# Jinja2==2.10
|
# Jinja2==2.10
|
||||||
Mako==1.0.7
|
Mako==1.0.7
|
||||||
@ -21,14 +21,14 @@ parse==1.8.2
|
|||||||
parse-type==0.4.2
|
parse-type==0.4.2
|
||||||
pluggy==0.6.0
|
pluggy==0.6.0
|
||||||
py==1.5.3
|
py==1.5.3
|
||||||
py-cpuinfo==3.3.0
|
py-cpuinfo==4.0.0
|
||||||
pytest==3.5.0
|
pytest==3.5.0
|
||||||
pytest-bdd==2.20.0
|
pytest-bdd==2.21.0
|
||||||
pytest-benchmark==3.1.1
|
pytest-benchmark==3.1.1
|
||||||
pytest-cov==2.5.1
|
pytest-cov==2.5.1
|
||||||
pytest-faulthandler==1.5.0
|
pytest-faulthandler==1.5.0
|
||||||
pytest-instafail==0.3.0
|
pytest-instafail==0.3.0
|
||||||
pytest-mock==1.7.1
|
pytest-mock==1.8.0
|
||||||
pytest-qt==2.3.1
|
pytest-qt==2.3.1
|
||||||
pytest-repeat==0.4.1
|
pytest-repeat==0.4.1
|
||||||
pytest-rerunfailures==4.0
|
pytest-rerunfailures==4.0
|
||||||
|
@ -3,5 +3,5 @@
|
|||||||
pluggy==0.6.0
|
pluggy==0.6.0
|
||||||
py==1.5.3
|
py==1.5.3
|
||||||
six==1.11.0
|
six==1.11.0
|
||||||
tox==2.9.1
|
tox==3.0.0
|
||||||
virtualenv==15.2.0
|
virtualenv==15.2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user