From 9de72232c25a2ef73c7125a077250200620e3095 Mon Sep 17 00:00:00 2001 From: Axel Suarez Date: Mon, 27 Jan 2020 22:12:25 -0800 Subject: [PATCH] Bumping versions for samples dev environment --- libraries/botbuilder-ai/requirements.txt | 4 ++-- libraries/botbuilder-ai/setup.py | 4 ++-- libraries/botbuilder-applicationinsights/requirements.txt | 2 +- libraries/botbuilder-applicationinsights/setup.py | 6 +++--- libraries/botbuilder-azure/setup.py | 4 ++-- libraries/botbuilder-core/requirements.txt | 4 ++-- libraries/botbuilder-core/setup.py | 4 ++-- libraries/botbuilder-dialogs/requirements.txt | 6 +++--- libraries/botbuilder-dialogs/setup.py | 6 +++--- libraries/botbuilder-testing/requirements.txt | 6 +++--- libraries/botbuilder-testing/setup.py | 6 +++--- libraries/botframework-connector/requirements.txt | 2 +- libraries/botframework-connector/setup.py | 2 +- .../dialog-to-dialog/authentication-bot/requirements.txt | 2 +- .../simple-bot-to-bot/simple-child-bot/requirements.txt | 2 +- .../requirements.txt | 2 +- scenarios/action-based-messaging-extension/requirements.txt | 2 +- scenarios/activity-update-and-delete/requirements.txt | 2 +- scenarios/conversation-update/requirements.txt | 2 +- scenarios/file-upload/requirements.txt | 2 +- scenarios/link-unfurling/requirements.txt | 2 +- scenarios/mentions/requirements.txt | 2 +- scenarios/message-reactions/requirements.txt | 2 +- scenarios/roster/requirements.txt | 2 +- scenarios/search-based-messaging-extension/requirements.txt | 2 +- scenarios/task-module/requirements.txt | 2 +- 26 files changed, 41 insertions(+), 41 deletions(-) diff --git a/libraries/botbuilder-ai/requirements.txt b/libraries/botbuilder-ai/requirements.txt index 4dc295b54..dc2867a87 100644 --- a/libraries/botbuilder-ai/requirements.txt +++ b/libraries/botbuilder-ai/requirements.txt @@ -1,6 +1,6 @@ msrest==0.6.10 -botbuilder-schema>=4.4.0b1 -botbuilder-core>=4.4.0b1 +botbuilder-schema>=4.7.1 +botbuilder-core>=4.7.1 requests==2.22.0 aiounittest==1.3.0 azure-cognitiveservices-language-luis==0.2.0 \ No newline at end of file diff --git a/libraries/botbuilder-ai/setup.py b/libraries/botbuilder-ai/setup.py index bd8de2101..72f112a5a 100644 --- a/libraries/botbuilder-ai/setup.py +++ b/libraries/botbuilder-ai/setup.py @@ -6,8 +6,8 @@ REQUIRES = [ "azure-cognitiveservices-language-luis==0.2.0", - "botbuilder-schema>=4.4.0b1", - "botbuilder-core>=4.4.0b1", + "botbuilder-schema>=4.7.1", + "botbuilder-core>=4.7.1", "aiohttp==3.6.2", ] diff --git a/libraries/botbuilder-applicationinsights/requirements.txt b/libraries/botbuilder-applicationinsights/requirements.txt index 9398bc588..e89251ff0 100644 --- a/libraries/botbuilder-applicationinsights/requirements.txt +++ b/libraries/botbuilder-applicationinsights/requirements.txt @@ -1,3 +1,3 @@ msrest==0.6.10 -botbuilder-core>=4.4.0b1 +botbuilder-core>=4.7.1 aiounittest==1.3.0 \ No newline at end of file diff --git a/libraries/botbuilder-applicationinsights/setup.py b/libraries/botbuilder-applicationinsights/setup.py index d84118224..0e4429065 100644 --- a/libraries/botbuilder-applicationinsights/setup.py +++ b/libraries/botbuilder-applicationinsights/setup.py @@ -6,9 +6,9 @@ REQUIRES = [ "applicationinsights>=0.11.9", - "botbuilder-schema>=4.4.0b1", - "botframework-connector>=4.4.0b1", - "botbuilder-core>=4.4.0b1", + "botbuilder-schema>=4.7.1", + "botframework-connector>=4.7.1", + "botbuilder-core>=4.7.1", ] TESTS_REQUIRES = [ "aiounittest==1.3.0", diff --git a/libraries/botbuilder-azure/setup.py b/libraries/botbuilder-azure/setup.py index c9a1f3bb7..2245c3bbc 100644 --- a/libraries/botbuilder-azure/setup.py +++ b/libraries/botbuilder-azure/setup.py @@ -7,8 +7,8 @@ REQUIRES = [ "azure-cosmos==3.1.2", "azure-storage-blob==2.1.0", - "botbuilder-schema>=4.4.0b1", - "botframework-connector>=4.4.0b1", + "botbuilder-schema>=4.7.1", + "botframework-connector>=4.7.1", "jsonpickle==1.2", ] TEST_REQUIRES = ["aiounittest==1.3.0"] diff --git a/libraries/botbuilder-core/requirements.txt b/libraries/botbuilder-core/requirements.txt index ba8bedbd4..330c0f2c4 100644 --- a/libraries/botbuilder-core/requirements.txt +++ b/libraries/botbuilder-core/requirements.txt @@ -1,6 +1,6 @@ msrest==0.6.10 -botframework-connector>=4.4.0b1 -botbuilder-schema>=4.4.0b1 +botframework-connector>=4.7.1 +botbuilder-schema>=4.7.1 requests==2.22.0 PyJWT==1.5.3 cryptography==2.8.0 diff --git a/libraries/botbuilder-core/setup.py b/libraries/botbuilder-core/setup.py index d49a5f00a..1ce1a0e39 100644 --- a/libraries/botbuilder-core/setup.py +++ b/libraries/botbuilder-core/setup.py @@ -6,8 +6,8 @@ VERSION = os.environ["packageVersion"] if "packageVersion" in os.environ else "4.4.0b1" REQUIRES = [ - "botbuilder-schema>=4.4.0b1", - "botframework-connector>=4.4.0b1", + "botbuilder-schema>=4.7.1", + "botframework-connector>=4.7.1", "jsonpickle==1.2", ] diff --git a/libraries/botbuilder-dialogs/requirements.txt b/libraries/botbuilder-dialogs/requirements.txt index fa0c59445..fec9928c2 100644 --- a/libraries/botbuilder-dialogs/requirements.txt +++ b/libraries/botbuilder-dialogs/requirements.txt @@ -1,7 +1,7 @@ msrest==0.6.10 -botframework-connector>=4.4.0b1 -botbuilder-schema>=4.4.0b1 -botbuilder-core>=4.4.0b1 +botframework-connector>=4.7.1 +botbuilder-schema>=4.7.1 +botbuilder-core>=4.7.1 requests==2.22.0 PyJWT==1.5.3 cryptography==2.8 diff --git a/libraries/botbuilder-dialogs/setup.py b/libraries/botbuilder-dialogs/setup.py index ded5b6df3..ae24e3833 100644 --- a/libraries/botbuilder-dialogs/setup.py +++ b/libraries/botbuilder-dialogs/setup.py @@ -12,9 +12,9 @@ "recognizers-text>=1.0.2a1", "recognizers-text-choice>=1.0.2a1", "babel==2.7.0", - "botbuilder-schema>=4.4.0b1", - "botframework-connector>=4.4.0b1", - "botbuilder-core>=4.4.0b1", + "botbuilder-schema>=4.7.1", + "botframework-connector>=4.7.1", + "botbuilder-core>=4.7.1", ] TEST_REQUIRES = ["aiounittest==1.3.0"] diff --git a/libraries/botbuilder-testing/requirements.txt b/libraries/botbuilder-testing/requirements.txt index 21503f391..91ef96796 100644 --- a/libraries/botbuilder-testing/requirements.txt +++ b/libraries/botbuilder-testing/requirements.txt @@ -1,4 +1,4 @@ -botbuilder-schema>=4.4.0b1 -botbuilder-core>=4.4.0b1 -botbuilder-dialogs>=4.4.0b1 +botbuilder-schema>=4.7.1 +botbuilder-core>=4.7.1 +botbuilder-dialogs>=4.7.1 aiounittest==1.3.0 diff --git a/libraries/botbuilder-testing/setup.py b/libraries/botbuilder-testing/setup.py index aae2d6dd2..433235306 100644 --- a/libraries/botbuilder-testing/setup.py +++ b/libraries/botbuilder-testing/setup.py @@ -5,9 +5,9 @@ from setuptools import setup REQUIRES = [ - "botbuilder-schema>=4.4.0b1", - "botbuilder-core>=4.4.0b1", - "botbuilder-dialogs>=4.4.0b1", + "botbuilder-schema>=4.7.1", + "botbuilder-core>=4.7.1", + "botbuilder-dialogs>=4.7.1", ] TESTS_REQUIRES = ["aiounittest==1.3.0"] diff --git a/libraries/botframework-connector/requirements.txt b/libraries/botframework-connector/requirements.txt index a2a1fe1b5..2ac3029a3 100644 --- a/libraries/botframework-connector/requirements.txt +++ b/libraries/botframework-connector/requirements.txt @@ -1,5 +1,5 @@ msrest==0.6.10 -botbuilder-schema>=4.4.0b1 +botbuilder-schema>=4.7.1 requests==2.22.0 PyJWT==1.5.3 cryptography==2.8.0 \ No newline at end of file diff --git a/libraries/botframework-connector/setup.py b/libraries/botframework-connector/setup.py index f9d7e5bd6..7855654a6 100644 --- a/libraries/botframework-connector/setup.py +++ b/libraries/botframework-connector/setup.py @@ -10,7 +10,7 @@ "requests==2.22.0", "cryptography==2.8.0", "PyJWT==1.5.3", - "botbuilder-schema>=4.4.0b1", + "botbuilder-schema>=4.7.1", "adal==1.2.1", ] diff --git a/samples/experimental/skills-prototypes/dialog-to-dialog/authentication-bot/requirements.txt b/samples/experimental/skills-prototypes/dialog-to-dialog/authentication-bot/requirements.txt index 7e54b62ec..87eba6848 100644 --- a/samples/experimental/skills-prototypes/dialog-to-dialog/authentication-bot/requirements.txt +++ b/samples/experimental/skills-prototypes/dialog-to-dialog/authentication-bot/requirements.txt @@ -1,2 +1,2 @@ -botbuilder-core>=4.4.0b1 +botbuilder-core>=4.7.1 flask>=1.0.3 diff --git a/samples/experimental/skills-prototypes/simple-bot-to-bot/simple-child-bot/requirements.txt b/samples/experimental/skills-prototypes/simple-bot-to-bot/simple-child-bot/requirements.txt index 7e54b62ec..87eba6848 100644 --- a/samples/experimental/skills-prototypes/simple-bot-to-bot/simple-child-bot/requirements.txt +++ b/samples/experimental/skills-prototypes/simple-bot-to-bot/simple-child-bot/requirements.txt @@ -1,2 +1,2 @@ -botbuilder-core>=4.4.0b1 +botbuilder-core>=4.7.1 flask>=1.0.3 diff --git a/scenarios/action-based-messaging-extension-fetch-task/requirements.txt b/scenarios/action-based-messaging-extension-fetch-task/requirements.txt index 7e54b62ec..87eba6848 100644 --- a/scenarios/action-based-messaging-extension-fetch-task/requirements.txt +++ b/scenarios/action-based-messaging-extension-fetch-task/requirements.txt @@ -1,2 +1,2 @@ -botbuilder-core>=4.4.0b1 +botbuilder-core>=4.7.1 flask>=1.0.3 diff --git a/scenarios/action-based-messaging-extension/requirements.txt b/scenarios/action-based-messaging-extension/requirements.txt index 7e54b62ec..87eba6848 100644 --- a/scenarios/action-based-messaging-extension/requirements.txt +++ b/scenarios/action-based-messaging-extension/requirements.txt @@ -1,2 +1,2 @@ -botbuilder-core>=4.4.0b1 +botbuilder-core>=4.7.1 flask>=1.0.3 diff --git a/scenarios/activity-update-and-delete/requirements.txt b/scenarios/activity-update-and-delete/requirements.txt index 7e54b62ec..87eba6848 100644 --- a/scenarios/activity-update-and-delete/requirements.txt +++ b/scenarios/activity-update-and-delete/requirements.txt @@ -1,2 +1,2 @@ -botbuilder-core>=4.4.0b1 +botbuilder-core>=4.7.1 flask>=1.0.3 diff --git a/scenarios/conversation-update/requirements.txt b/scenarios/conversation-update/requirements.txt index 7e54b62ec..87eba6848 100644 --- a/scenarios/conversation-update/requirements.txt +++ b/scenarios/conversation-update/requirements.txt @@ -1,2 +1,2 @@ -botbuilder-core>=4.4.0b1 +botbuilder-core>=4.7.1 flask>=1.0.3 diff --git a/scenarios/file-upload/requirements.txt b/scenarios/file-upload/requirements.txt index 32e489163..8ee86105f 100644 --- a/scenarios/file-upload/requirements.txt +++ b/scenarios/file-upload/requirements.txt @@ -1,3 +1,3 @@ requests -botbuilder-core>=4.4.0b1 +botbuilder-core>=4.7.1 flask>=1.0.3 diff --git a/scenarios/link-unfurling/requirements.txt b/scenarios/link-unfurling/requirements.txt index 7e54b62ec..87eba6848 100644 --- a/scenarios/link-unfurling/requirements.txt +++ b/scenarios/link-unfurling/requirements.txt @@ -1,2 +1,2 @@ -botbuilder-core>=4.4.0b1 +botbuilder-core>=4.7.1 flask>=1.0.3 diff --git a/scenarios/mentions/requirements.txt b/scenarios/mentions/requirements.txt index 7e54b62ec..87eba6848 100644 --- a/scenarios/mentions/requirements.txt +++ b/scenarios/mentions/requirements.txt @@ -1,2 +1,2 @@ -botbuilder-core>=4.4.0b1 +botbuilder-core>=4.7.1 flask>=1.0.3 diff --git a/scenarios/message-reactions/requirements.txt b/scenarios/message-reactions/requirements.txt index 7e54b62ec..87eba6848 100644 --- a/scenarios/message-reactions/requirements.txt +++ b/scenarios/message-reactions/requirements.txt @@ -1,2 +1,2 @@ -botbuilder-core>=4.4.0b1 +botbuilder-core>=4.7.1 flask>=1.0.3 diff --git a/scenarios/roster/requirements.txt b/scenarios/roster/requirements.txt index 7e54b62ec..87eba6848 100644 --- a/scenarios/roster/requirements.txt +++ b/scenarios/roster/requirements.txt @@ -1,2 +1,2 @@ -botbuilder-core>=4.4.0b1 +botbuilder-core>=4.7.1 flask>=1.0.3 diff --git a/scenarios/search-based-messaging-extension/requirements.txt b/scenarios/search-based-messaging-extension/requirements.txt index 7e54b62ec..87eba6848 100644 --- a/scenarios/search-based-messaging-extension/requirements.txt +++ b/scenarios/search-based-messaging-extension/requirements.txt @@ -1,2 +1,2 @@ -botbuilder-core>=4.4.0b1 +botbuilder-core>=4.7.1 flask>=1.0.3 diff --git a/scenarios/task-module/requirements.txt b/scenarios/task-module/requirements.txt index 7e54b62ec..87eba6848 100644 --- a/scenarios/task-module/requirements.txt +++ b/scenarios/task-module/requirements.txt @@ -1,2 +1,2 @@ -botbuilder-core>=4.4.0b1 +botbuilder-core>=4.7.1 flask>=1.0.3