Merge pull request #107 from hartym/develop

[deps] Weekly dependency update.
This commit is contained in:
Romain Dorgueil
2017-06-10 13:42:57 +02:00
committed by GitHub
4 changed files with 6 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# This file has been auto-generated.
# All changes will be lost, see Projectfile.
#
# Updated at 2017-06-08 21:45:05.840502
# Updated at 2017-06-10 13:33:51.811144
PACKAGE ?= bonobo
PYTHON ?= $(shell which python)

View File

@ -7,7 +7,9 @@ def execute(name, branch):
) from exc
return cookiecutter(
'https://github.com/python-bonobo/cookiecutter-bonobo.git', extra_context={'name': name}, no_input=True,
'https://github.com/python-bonobo/cookiecutter-bonobo.git',
extra_context={'name': name},
no_input=True,
checkout=branch
)

View File

@ -3,7 +3,7 @@ import os
DEFAULT_SERVICES_FILENAME = '_services.py'
DEFAULT_SERVICES_ATTR = 'get_services'
DEFAULT_GRAPH_FILENAMES = ('__main__.py', 'main.py',)
DEFAULT_GRAPH_FILENAMES = ('__main__.py', 'main.py', )
DEFAULT_GRAPH_ATTR = 'get_graph'

View File

@ -21,7 +21,7 @@ pygments==2.2.0
pytest-cov==2.5.1
pytest-sugar==0.8.0
pytest-timeout==1.2.0
pytest==3.1.1
pytest==3.1.2
python-dateutil==2.6.0
pytz==2017.2
requests==2.17.3