From 6de55e80bdaa6ccf41ab9861f1b7909bad5e9b15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Feb 2021 21:16:29 +0000 Subject: [PATCH] Bump cryptography from 3.2 to 3.3.2 in /libraries/botframework-connector Bumps [cryptography](https://github.com/pyca/cryptography) from 3.2 to 3.3.2. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.2...3.3.2) Signed-off-by: dependabot[bot] --- libraries/botframework-connector/requirements.txt | 2 +- libraries/botframework-connector/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/botframework-connector/requirements.txt b/libraries/botframework-connector/requirements.txt index d6fa1a0d1..83fb8c6e2 100644 --- a/libraries/botframework-connector/requirements.txt +++ b/libraries/botframework-connector/requirements.txt @@ -2,5 +2,5 @@ msrest==0.6.10 botbuilder-schema==4.12.0 requests==2.23.0 PyJWT==1.5.3 -cryptography==3.2 +cryptography==3.3.2 msal==1.2.0 diff --git a/libraries/botframework-connector/setup.py b/libraries/botframework-connector/setup.py index 59631e4cd..a8f0728f4 100644 --- a/libraries/botframework-connector/setup.py +++ b/libraries/botframework-connector/setup.py @@ -9,7 +9,7 @@ REQUIRES = [ "msrest==0.6.10", "requests==2.23.0", - "cryptography==3.2", + "cryptography==3.3.2", "PyJWT==1.5.3", "botbuilder-schema==4.12.0", "adal==1.2.1",