Skip to content

Commit

Permalink
Update dependencies to fix slack-client bug
Browse files Browse the repository at this point in the history
  • Loading branch information
DonDebonair committed Mar 10, 2019
1 parent 0e31be9 commit d75e9c6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion machine/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
16 changes: 8 additions & 8 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d75e9c6

Please sign in to comment.