diff --git a/Makefile b/Makefile index 483467d..ccd73ba 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Generated by Medikit 0.4a10 on 2017-11-03. +# Generated by Medikit 0.4a11 on 2017-11-04. # All changes will be overriden. PACKAGE ?= bonobo diff --git a/Projectfile b/Projectfile index 7aa05b5..d0e800e 100644 --- a/Projectfile +++ b/Projectfile @@ -47,7 +47,7 @@ python.add_requirements( 'psutil >=5.4,<6.0', 'requests >=2.0,<3.0', 'stevedore >=1.27,<1.28', - 'whistle ==1.0a3', + 'whistle >=1.0,<1.1', dev=[ 'pytest-sugar >=0.8,<0.9', 'pytest-timeout >=1,<2', diff --git a/requirements-jupyter.txt b/requirements-jupyter.txt index 1978875..2c499ad 100644 --- a/requirements-jupyter.txt +++ b/requirements-jupyter.txt @@ -19,7 +19,7 @@ markupsafe==1.0 mistune==0.8 nbconvert==5.3.1 nbformat==4.4.0 -notebook==5.2.0 +notebook==5.2.1 pandocfilters==1.4.2 parso==0.1.0 pexpect==4.2.1 diff --git a/requirements-sqlalchemy.txt b/requirements-sqlalchemy.txt index 7083f9e..d33c754 100644 --- a/requirements-sqlalchemy.txt +++ b/requirements-sqlalchemy.txt @@ -13,6 +13,6 @@ pyparsing==2.2.0 pytz==2017.3 requests==2.18.4 six==1.11.0 -sqlalchemy==1.1.14 +sqlalchemy==1.1.15 stevedore==1.27.1 urllib3==1.22 diff --git a/requirements.txt b/requirements.txt index f579bdc..dd9696d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ fs==2.0.12 idna==2.6 jinja2==2.9.6 markupsafe==1.0 -mondrian==0.3.0 +mondrian==0.4a1 packaging==16.8 pbr==3.1.1 psutil==5.4.0 @@ -17,4 +17,4 @@ requests==2.18.4 six==1.11.0 stevedore==1.27.1 urllib3==1.22 -whistle==1.0a3 +whistle==1.0.0 diff --git a/setup.py b/setup.py index b914b72..d622505 100644 --- a/setup.py +++ b/setup.py @@ -53,8 +53,9 @@ setup( packages=find_packages(exclude=['ez_setup', 'example', 'test']), include_package_data=True, install_requires=[ - 'colorama (>= 0.3)', 'fs (>= 2.0, < 2.1)', 'jinja2 (>= 2.9, < 2.10)', 'mondrian', 'packaging (>= 16, < 17)', - 'psutil (>= 5.4, < 6.0)', 'requests (>= 2.0, < 3.0)', 'stevedore (>= 1.27, < 1.28)', 'whistle (== 1.0a3)' + 'colorama (>= 0.3)', 'fs (>= 2.0, < 2.1)', 'jinja2 (>= 2.9, < 2.10)', 'mondrian (== 0.4a1)', + 'packaging (>= 16, < 17)', 'psutil (>= 5.4, < 6.0)', 'requests (>= 2.0, < 3.0)', 'stevedore (>= 1.27, < 1.28)', + 'whistle (>= 1.0, < 1.1)' ], extras_require={ 'dev': [