From 6899227c9d12a5001857f89930820553fb215e7b Mon Sep 17 00:00:00 2001 From: Tom Bocklisch Date: Wed, 3 Jan 2018 11:47:08 +0100 Subject: [PATCH 1/6] updated dependencies --- requirements.txt | 9 ++++----- setup.py | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 331ab39f44a..cc30a0f969b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,6 @@ ## Setup py requirements --e . -apscheduler==3.3.1 -fakeredis==0.8.2 +apscheduler==3.5.0 +fakeredis==0.9.0 future==0.16.0 graphviz==0.7.1 h5py==2.7.0 @@ -11,10 +10,10 @@ numpy==1.13.1 pandoc==1.0.0b2 redis==2.10.5 six==1.10.0 -tensorflow==1.1.0 +tensorflow==1.4.1 typing==3.6.2 networkx==1.11 -pymessenger==0.0.7.0 +pymessenger2==3.0.5 tqdm==4.11.2 ConfigArgParse==0.12.0 pykwalify==1.6.0 diff --git a/setup.py b/setup.py index 8853186a31a..7759bc79fbe 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ 'tqdm', 'ConfigArgParse', 'networkx', - 'pymessenger', + 'pymessenger2', 'pykwalify', 'coloredlogs', 'ruamel.yaml', From f24b2050ab78076e8d44533d4f0ff0b77b86e810 Mon Sep 17 00:00:00 2001 From: Tom Bocklisch Date: Tue, 6 Feb 2018 17:16:12 +0100 Subject: [PATCH 2/6] Update dev-requirements.txt --- dev-requirements.txt | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 950e4df8e1f..f553ab15336 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -3,14 +3,12 @@ # test python-coveralls==2.9.1 -pytest==3.2.1 +pytest==3.3.2 pytest-cov==2.5.1 pytest-pep8==1.0.6 pytest-services==1.2.1 -pytest-xdist==1.15.0 -pytest-twisted==1.5 -treq==17.3.1 -requests==2.18.1 +pytest-twisted==1.6 +treq==17.8.0 # other matplotlib==1.5.3 @@ -18,9 +16,9 @@ pygraphviz==1.3.1 freezegun==0.3.9 # docs -sphinx-autobuild==0.6.0 +sphinx-autobuild==0.7.1 sphinxcontrib-versioning==2.2.1 sphinxcontrib-httpdomain==1.5.0 -nbsphinx==0.2.13 +nbsphinx==0.2.18 pygments==2.2.0 -e git://github.com/RasaHQ/sphinx_rtd_theme.git#egg=sphinx_rtd_theme From 2bd170f20619aaf29ba9778bb5384cb26a538969 Mon Sep 17 00:00:00 2001 From: Tom Bocklisch Date: Tue, 6 Feb 2018 17:18:39 +0100 Subject: [PATCH 3/6] more dependency updates --- requirements.txt | 7 ++++--- setup.py | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1fd3380b298..fcf57acb424 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,15 +6,15 @@ graphviz==0.7.1 h5py==2.7.0 jsonpickle==0.9.4 keras==2.0.8 -numpy==1.13.1 +numpy==1.14.0 pandoc==1.0.0b2 redis==2.10.5 -six==1.10.0 +six==1.11.0 tensorflow==1.4.1 typing==3.6.2 networkx==1.11 fbmessenger==4.3.1 -tqdm==4.11.2 +tqdm==4.19.5 ConfigArgParse==0.12.0 pykwalify==1.6.0 coloredlogs==7.3 @@ -22,5 +22,6 @@ ruamel.yaml==0.15.34 flask==0.12 scikit-learn==0.19.1 slackclient==1.1.0 +requests==2.18.4 python-telegram-bot==8.1.1 rasa_nlu diff --git a/setup.py b/setup.py index c1195a1241b..370c5cd87dd 100644 --- a/setup.py +++ b/setup.py @@ -33,6 +33,7 @@ 'future', 'numpy>=1.13', 'typing>=3.6', + 'requests', 'graphviz', 'Keras', 'tensorflow', From d87acba85934c280f000ccbf68bfe20666f49210 Mon Sep 17 00:00:00 2001 From: Tom Bocklisch Date: Tue, 6 Feb 2018 17:56:34 +0100 Subject: [PATCH 4/6] fixed pytest-twisted issues --- requirements.txt | 2 +- tests/conftest.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index fcf57acb424..5633626afcf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,6 +22,6 @@ ruamel.yaml==0.15.34 flask==0.12 scikit-learn==0.19.1 slackclient==1.1.0 -requests==2.18.4 +requests==2.18.4ƒ python-telegram-bot==8.1.1 rasa_nlu diff --git a/tests/conftest.py b/tests/conftest.py index 8251a54ca6e..601f09a65dc 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -27,8 +27,6 @@ logging.basicConfig(level="DEBUG") -pytest_plugins = str("pytest_twisted") - DEFAULT_DOMAIN_PATH = "data/test_domains/default_with_slots.yml" DEFAULT_STORIES_FILE = "data/test_stories/stories_defaultdomain.md" From c5a1b53e4aa90cc19ec700b87494850d87552a9e Mon Sep 17 00:00:00 2001 From: Tom Bocklisch Date: Tue, 6 Feb 2018 18:07:53 +0100 Subject: [PATCH 5/6] fixed requirements --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5633626afcf..fcf57acb424 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,6 +22,6 @@ ruamel.yaml==0.15.34 flask==0.12 scikit-learn==0.19.1 slackclient==1.1.0 -requests==2.18.4ƒ +requests==2.18.4 python-telegram-bot==8.1.1 rasa_nlu From bece536e9378adc76cc90a1a20ad3413fbb61e6e Mon Sep 17 00:00:00 2001 From: Tom Bocklisch Date: Wed, 7 Feb 2018 11:19:44 +0100 Subject: [PATCH 6/6] added to changelog --- CHANGELOG.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6f8cc37468b..77168ca3833 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -14,10 +14,14 @@ Added Changed ------- +- updated dependencies Removed ------- +Fixed +----- + [0.8.1] - 2018-02-01 ^^^^^^^^^^^^^^^^^^^^