From 71816601c7514e4d38e92c50201bf658525d342e Mon Sep 17 00:00:00 2001 From: Michael Richardson Date: Fri, 31 Jul 2020 14:27:28 -0700 Subject: [PATCH] update azure-cosmos to 3.2.0 --- libraries/botbuilder-azure/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/botbuilder-azure/setup.py b/libraries/botbuilder-azure/setup.py index 7b1a77c64..50ae09a60 100644 --- a/libraries/botbuilder-azure/setup.py +++ b/libraries/botbuilder-azure/setup.py @@ -5,7 +5,7 @@ from setuptools import setup REQUIRES = [ - "azure-cosmos==3.1.2", + "azure-cosmos==3.2.0", "azure-storage-blob==2.1.0", "botbuilder-schema==4.10.0", "botframework-connector==4.10.0",