Merge remote-tracking branch 'origin/pr/4611'
This commit is contained in:
commit
3bf198adec
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
attrs==18.2.0
|
attrs==18.2.0
|
||||||
entrypoints==0.3
|
entrypoints==0.3
|
||||||
flake8==3.7.5
|
flake8==3.7.7
|
||||||
flake8-bugbear==18.8.0
|
flake8-bugbear==18.8.0
|
||||||
flake8-builtins==1.4.1
|
flake8-builtins==1.4.1
|
||||||
flake8-comprehensions==2.0.0
|
flake8-comprehensions==2.0.0
|
||||||
|
@ -5,4 +5,4 @@ packaging==19.0
|
|||||||
pyparsing==2.3.1
|
pyparsing==2.3.1
|
||||||
setuptools==40.8.0
|
setuptools==40.8.0
|
||||||
six==1.12.0
|
six==1.12.0
|
||||||
wheel==0.33.0
|
wheel==0.33.1
|
||||||
|
@ -8,7 +8,7 @@ chardet==3.0.4
|
|||||||
cryptography==2.5
|
cryptography==2.5
|
||||||
github3.py==1.3.0
|
github3.py==1.3.0
|
||||||
idna==2.8
|
idna==2.8
|
||||||
isort==4.3.4
|
isort==4.3.8
|
||||||
jwcrypto==0.6.0
|
jwcrypto==0.6.0
|
||||||
lazy-object-proxy==1.3.1
|
lazy-object-proxy==1.3.1
|
||||||
mccabe==0.6.1
|
mccabe==0.6.1
|
||||||
|
@ -8,7 +8,7 @@ docutils==0.14
|
|||||||
idna==2.8
|
idna==2.8
|
||||||
imagesize==1.1.0
|
imagesize==1.1.0
|
||||||
Jinja2==2.10
|
Jinja2==2.10
|
||||||
MarkupSafe==1.1.0
|
MarkupSafe==1.1.1
|
||||||
packaging==19.0
|
packaging==19.0
|
||||||
Pygments==2.3.1
|
Pygments==2.3.1
|
||||||
pyparsing==2.3.1
|
pyparsing==2.3.1
|
||||||
|
@ -12,7 +12,7 @@ EasyProcess==0.2.5
|
|||||||
Flask==1.0.2
|
Flask==1.0.2
|
||||||
glob2==0.6
|
glob2==0.6
|
||||||
hunter==2.2.1
|
hunter==2.2.1
|
||||||
hypothesis==4.6.0
|
hypothesis==4.7.10
|
||||||
itsdangerous==1.1.0
|
itsdangerous==1.1.0
|
||||||
# Jinja2==2.10
|
# Jinja2==2.10
|
||||||
Mako==1.0.7
|
Mako==1.0.7
|
||||||
@ -20,11 +20,11 @@ Mako==1.0.7
|
|||||||
more-itertools==6.0.0
|
more-itertools==6.0.0
|
||||||
parse==1.11.1
|
parse==1.11.1
|
||||||
parse-type==0.4.2
|
parse-type==0.4.2
|
||||||
pluggy==0.8.1
|
pluggy==0.9.0
|
||||||
py==1.7.0
|
py==1.8.0
|
||||||
py-cpuinfo==4.0.0
|
py-cpuinfo==4.0.0
|
||||||
pytest==4.2.1
|
pytest==4.3.0
|
||||||
pytest-bdd==3.0.1
|
pytest-bdd==3.1.0
|
||||||
pytest-benchmark==3.2.2
|
pytest-benchmark==3.2.2
|
||||||
pytest-cov==2.6.1
|
pytest-cov==2.6.1
|
||||||
pytest-faulthandler==1.5.0
|
pytest-faulthandler==1.5.0
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||||
|
|
||||||
filelock==3.0.10
|
filelock==3.0.10
|
||||||
pluggy==0.8.1
|
pluggy==0.9.0
|
||||||
py==1.7.0
|
py==1.8.0
|
||||||
six==1.12.0
|
six==1.12.0
|
||||||
toml==0.10.0
|
toml==0.10.0
|
||||||
tox==3.7.0
|
tox==3.7.0
|
||||||
virtualenv==16.4.0
|
virtualenv==16.4.1
|
||||||
|
@ -4,7 +4,7 @@ attrs==18.2.0
|
|||||||
colorama==0.4.1
|
colorama==0.4.1
|
||||||
cssutils==1.0.2
|
cssutils==1.0.2
|
||||||
Jinja2==2.10
|
Jinja2==2.10
|
||||||
MarkupSafe==1.1.0
|
MarkupSafe==1.1.1
|
||||||
Pygments==2.3.1
|
Pygments==2.3.1
|
||||||
pyPEG2==2.15.2
|
pyPEG2==2.15.2
|
||||||
PyYAML==3.13
|
PyYAML==3.13
|
||||||
|
Loading…
Reference in New Issue
Block a user