diff --git a/machine/__about__.py b/machine/__about__.py index 7c305f63..79cb8b4f 100644 --- a/machine/__about__.py +++ b/machine/__about__.py @@ -7,7 +7,7 @@ __description__ = "A sexy, simple, yet powerful and extendable Slack bot" __uri__ = "https://github.com/DandyDev/slack-machine" -__version_info__ = (0, 17, 0) +__version_info__ = (0, 18, 0) __version__ = '.'.join(map(str, __version_info__)) __author__ = "Daan Debie" diff --git a/requirements-dev.txt b/requirements-dev.txt index 6604dcde..1a7e950d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,15 +1,15 @@ -r requirements.txt check-manifest==0.37 pyroma==2.4 -pytest-mock==1.10.0 -pytest==4.1.1 +pytest-mock==1.10.1 +pytest==4.3.0 tox==3.7.0 -flake8==3.5.0 -twine==1.12.1 -coverage==4.5.2 +flake8==3.7.7 +twine==1.13.0 +coverage==4.5.3 pytest-cov==2.6.1 -Sphinx==1.8.3 +Sphinx==1.8.5 sphinx-autobuild==0.7.1 -redis==2.10.6 -Cython==0.29.2 +redis==3.2.0 +Cython==0.29.6 happybase==1.1.0 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index a9e4317f..7bd5f319 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -slackclient==1.3.0 -dill==0.2.8.2 +slackclient==1.3.1 +dill==0.2.9 apscheduler==3.5.3 blinker-alt==1.5 clint==0.5.1 diff --git a/setup.py b/setup.py index 65477eeb..b01cba80 100644 --- a/setup.py +++ b/setup.py @@ -80,7 +80,7 @@ def run(self): python_requires='~=3.3', extras_require={ 'redis': ['redis', 'hiredis'], - 'hbase': ['Cython==0.28.5', 'happybase'] + 'hbase': ['Cython==0.29.6', 'happybase'] }, classifiers=[ "Development Status :: 3 - Alpha",