Update dependencies.
This commit is contained in:
6
Makefile
6
Makefile
@ -1,7 +1,7 @@
|
|||||||
# This file has been auto-generated.
|
# This file has been auto-generated.
|
||||||
# All changes will be lost, see Projectfile.
|
# All changes will be lost, see Projectfile.
|
||||||
#
|
#
|
||||||
# Updated at 2017-07-16 10:52:31.093416
|
# Updated at 2017-09-30 09:50:47.806007
|
||||||
|
|
||||||
PACKAGE ?= bonobo
|
PACKAGE ?= bonobo
|
||||||
PYTHON ?= $(shell which python)
|
PYTHON ?= $(shell which python)
|
||||||
@ -27,13 +27,13 @@ VERSION ?= $(shell git describe 2>/dev/null || echo dev)
|
|||||||
# Installs the local project dependencies.
|
# Installs the local project dependencies.
|
||||||
install:
|
install:
|
||||||
if [ -z "$(QUICK)" ]; then \
|
if [ -z "$(QUICK)" ]; then \
|
||||||
$(PIP) install -U pip wheel $(PYTHON_PIP_INSTALL_OPTIONS) -r $(PYTHON_REQUIREMENTS_FILE) ; \
|
$(PIP) install -U pip wheel $(PIP_INSTALL_OPTIONS) -r $(PYTHON_REQUIREMENTS_FILE) ; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Installs the local project dependencies, including development-only libraries.
|
# Installs the local project dependencies, including development-only libraries.
|
||||||
install-dev:
|
install-dev:
|
||||||
if [ -z "$(QUICK)" ]; then \
|
if [ -z "$(QUICK)" ]; then \
|
||||||
$(PIP) install -U pip wheel $(PYTHON_PIP_INSTALL_OPTIONS) -r $(PYTHON_REQUIREMENTS_DEV_FILE) ; \
|
$(PIP) install -U pip wheel $(PIP_INSTALL_OPTIONS) -r $(PYTHON_REQUIREMENTS_DEV_FILE) ; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Cleans up the local mess.
|
# Cleans up the local mess.
|
||||||
|
|||||||
@ -1,16 +1,16 @@
|
|||||||
-e .[dev]
|
-e .[dev]
|
||||||
alabaster==0.7.10
|
alabaster==0.7.10
|
||||||
arrow==0.10.0
|
arrow==0.10.0
|
||||||
babel==2.4.0
|
babel==2.5.1
|
||||||
binaryornot==0.4.3
|
binaryornot==0.4.4
|
||||||
certifi==2017.4.17
|
certifi==2017.7.27.1
|
||||||
chardet==3.0.4
|
chardet==3.0.4
|
||||||
click==6.7
|
click==6.7
|
||||||
cookiecutter==1.5.1
|
cookiecutter==1.5.1
|
||||||
coverage==4.4.1
|
coverage==4.4.1
|
||||||
docutils==0.13.1
|
docutils==0.14
|
||||||
future==0.16.0
|
future==0.16.0
|
||||||
idna==2.5
|
idna==2.6
|
||||||
imagesize==0.7.1
|
imagesize==0.7.1
|
||||||
jinja2-time==0.2.0
|
jinja2-time==0.2.0
|
||||||
jinja2==2.9.6
|
jinja2==2.9.6
|
||||||
@ -21,14 +21,14 @@ pygments==2.2.0
|
|||||||
pytest-cov==2.5.1
|
pytest-cov==2.5.1
|
||||||
pytest-sugar==0.8.0
|
pytest-sugar==0.8.0
|
||||||
pytest-timeout==1.2.0
|
pytest-timeout==1.2.0
|
||||||
pytest==3.1.3
|
pytest==3.2.2
|
||||||
python-dateutil==2.6.1
|
python-dateutil==2.6.1
|
||||||
pytz==2017.2
|
pytz==2017.2
|
||||||
requests==2.18.1
|
requests==2.18.4
|
||||||
six==1.10.0
|
six==1.11.0
|
||||||
snowballstemmer==1.2.1
|
snowballstemmer==1.2.1
|
||||||
sphinx==1.6.3
|
sphinx==1.6.4
|
||||||
sphinxcontrib-websupport==1.0.1
|
sphinxcontrib-websupport==1.0.1
|
||||||
termcolor==1.1.0
|
termcolor==1.1.0
|
||||||
urllib3==1.21.1
|
urllib3==1.22
|
||||||
whichcraft==0.4.1
|
whichcraft==0.4.1
|
||||||
|
|||||||
@ -1,20 +1,20 @@
|
|||||||
-e .[docker]
|
-e .[docker]
|
||||||
appdirs==1.4.3
|
appdirs==1.4.3
|
||||||
bonobo-docker==0.2.11
|
bonobo-docker==0.2.11
|
||||||
certifi==2017.4.17
|
certifi==2017.7.27.1
|
||||||
chardet==3.0.4
|
chardet==3.0.4
|
||||||
colorama==0.3.9
|
colorama==0.3.9
|
||||||
docker-pycreds==0.2.1
|
docker-pycreds==0.2.1
|
||||||
docker==2.3.0
|
docker==2.3.0
|
||||||
fs==2.0.4
|
fs==2.0.11
|
||||||
idna==2.5
|
idna==2.6
|
||||||
packaging==16.8
|
packaging==16.8
|
||||||
pbr==3.1.1
|
pbr==3.1.1
|
||||||
psutil==5.2.2
|
psutil==5.3.1
|
||||||
pyparsing==2.2.0
|
pyparsing==2.2.0
|
||||||
pytz==2017.2
|
pytz==2017.2
|
||||||
requests==2.18.1
|
requests==2.18.4
|
||||||
six==1.10.0
|
six==1.11.0
|
||||||
stevedore==1.24.0
|
stevedore==1.27.0
|
||||||
urllib3==1.21.1
|
urllib3==1.22
|
||||||
websocket-client==0.44.0
|
websocket-client==0.44.0
|
||||||
|
|||||||
@ -1,40 +1,41 @@
|
|||||||
-e .[jupyter]
|
-e .[jupyter]
|
||||||
appnope==0.1.0
|
appnope==0.1.0
|
||||||
bleach==2.0.0
|
bleach==2.1
|
||||||
decorator==4.1.1
|
decorator==4.1.2
|
||||||
entrypoints==0.2.3
|
entrypoints==0.2.3
|
||||||
html5lib==0.999999999
|
html5lib==0.999999999
|
||||||
ipykernel==4.6.1
|
ipykernel==4.6.1
|
||||||
ipython-genutils==0.2.0
|
ipython-genutils==0.2.0
|
||||||
ipython==6.1.0
|
ipython==6.2.1
|
||||||
ipywidgets==6.0.0
|
ipywidgets==6.0.1
|
||||||
jedi==0.10.2
|
jedi==0.11.0
|
||||||
jinja2==2.9.6
|
jinja2==2.9.6
|
||||||
jsonschema==2.6.0
|
jsonschema==2.6.0
|
||||||
jupyter-client==5.1.0
|
jupyter-client==5.1.0
|
||||||
jupyter-console==5.1.0
|
jupyter-console==5.2.0
|
||||||
jupyter-core==4.3.0
|
jupyter-core==4.3.0
|
||||||
jupyter==1.0.0
|
jupyter==1.0.0
|
||||||
markupsafe==1.0
|
markupsafe==1.0
|
||||||
mistune==0.7.4
|
mistune==0.7.4
|
||||||
nbconvert==5.2.1
|
nbconvert==5.3.1
|
||||||
nbformat==4.3.0
|
nbformat==4.4.0
|
||||||
notebook==5.0.0
|
notebook==5.1.0
|
||||||
pandocfilters==1.4.1
|
pandocfilters==1.4.2
|
||||||
|
parso==0.1.0
|
||||||
pexpect==4.2.1
|
pexpect==4.2.1
|
||||||
pickleshare==0.7.4
|
pickleshare==0.7.4
|
||||||
prompt-toolkit==1.0.14
|
prompt-toolkit==1.0.15
|
||||||
ptyprocess==0.5.2
|
ptyprocess==0.5.2
|
||||||
pygments==2.2.0
|
pygments==2.2.0
|
||||||
python-dateutil==2.6.1
|
python-dateutil==2.6.1
|
||||||
pyzmq==16.0.2
|
pyzmq==16.0.2
|
||||||
qtconsole==4.3.0
|
qtconsole==4.3.1
|
||||||
simplegeneric==0.8.1
|
simplegeneric==0.8.1
|
||||||
six==1.10.0
|
six==1.11.0
|
||||||
terminado==0.6
|
terminado==0.6
|
||||||
testpath==0.3.1
|
testpath==0.3.1
|
||||||
tornado==4.5.1
|
tornado==4.5.2
|
||||||
traitlets==4.3.2
|
traitlets==4.3.2
|
||||||
wcwidth==0.1.7
|
wcwidth==0.1.7
|
||||||
webencodings==0.5.1
|
webencodings==0.5.1
|
||||||
widgetsnbextension==2.0.0
|
widgetsnbextension==2.0.1
|
||||||
|
|||||||
@ -1,16 +1,16 @@
|
|||||||
-e .
|
-e .
|
||||||
appdirs==1.4.3
|
appdirs==1.4.3
|
||||||
certifi==2017.4.17
|
certifi==2017.7.27.1
|
||||||
chardet==3.0.4
|
chardet==3.0.4
|
||||||
colorama==0.3.9
|
colorama==0.3.9
|
||||||
fs==2.0.4
|
fs==2.0.11
|
||||||
idna==2.5
|
idna==2.6
|
||||||
packaging==16.8
|
packaging==16.8
|
||||||
pbr==3.1.1
|
pbr==3.1.1
|
||||||
psutil==5.2.2
|
psutil==5.3.1
|
||||||
pyparsing==2.2.0
|
pyparsing==2.2.0
|
||||||
pytz==2017.2
|
pytz==2017.2
|
||||||
requests==2.18.1
|
requests==2.18.4
|
||||||
six==1.10.0
|
six==1.11.0
|
||||||
stevedore==1.24.0
|
stevedore==1.27.0
|
||||||
urllib3==1.21.1
|
urllib3==1.22
|
||||||
|
|||||||
Reference in New Issue
Block a user