From ea1a8822438ed362c01b46dd03f1c4d303aa3ef5 Mon Sep 17 00:00:00 2001 From: tracyboehrer Date: Mon, 21 Jun 2021 09:45:22 -0500 Subject: [PATCH 1/2] Updated aiohttp dependency in botbuilder-integration-aiohttp --- libraries/botbuilder-integration-aiohttp/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/botbuilder-integration-aiohttp/setup.py b/libraries/botbuilder-integration-aiohttp/setup.py index 12237f3bb..1d6b34204 100644 --- a/libraries/botbuilder-integration-aiohttp/setup.py +++ b/libraries/botbuilder-integration-aiohttp/setup.py @@ -10,7 +10,7 @@ "botframework-connector==4.14.0", "botbuilder-core==4.14.0", "yarl<=1.4.2", - "aiohttp~=3.6.2", + "aiohttp>=3.6.2,<3.8.0", ] root = os.path.abspath(os.path.dirname(__file__)) From 348f8283d1adf5fd25b3c47f1ce552290a02b144 Mon Sep 17 00:00:00 2001 From: tracyboehrer Date: Mon, 21 Jun 2021 11:04:06 -0500 Subject: [PATCH 2/2] Updated other aio dependencies --- libraries/botbuilder-ai/tests/requirements.txt | 2 +- libraries/botbuilder-testing/requirements.txt | 2 +- libraries/botframework-connector/tests/requirements.txt | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libraries/botbuilder-ai/tests/requirements.txt b/libraries/botbuilder-ai/tests/requirements.txt index 9dcdcd03f..676c72001 100644 --- a/libraries/botbuilder-ai/tests/requirements.txt +++ b/libraries/botbuilder-ai/tests/requirements.txt @@ -1 +1 @@ -aioresponses~=0.6.3 \ No newline at end of file +aioresponses~=0.7.2 \ No newline at end of file diff --git a/libraries/botbuilder-testing/requirements.txt b/libraries/botbuilder-testing/requirements.txt index e6c7cf111..89ca8a2b9 100644 --- a/libraries/botbuilder-testing/requirements.txt +++ b/libraries/botbuilder-testing/requirements.txt @@ -1,4 +1,4 @@ botbuilder-schema==4.14.0 botbuilder-core==4.14.0 botbuilder-dialogs==4.14.0 -aiounittest==1.3.0 +aiounittest==1.4.0 diff --git a/libraries/botframework-connector/tests/requirements.txt b/libraries/botframework-connector/tests/requirements.txt index 0c8169787..a5669fcb8 100644 --- a/libraries/botframework-connector/tests/requirements.txt +++ b/libraries/botframework-connector/tests/requirements.txt @@ -1,5 +1,5 @@ pytest-cov>=2.6.0 -pytest==5.2.2 +pytest~=6.2.3 azure-devtools>=0.4.1 -pytest-asyncio==0.10.0 +pytest-asyncio==0.15.1 ddt==1.2.1 \ No newline at end of file