From 3c2e3bc7efbd89098be66fd7a0cc9b080bc1680e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 22:51:53 +0000 Subject: [PATCH] Bump cryptography from 2.8.0 to 3.2 in /libraries/botframework-connector Bumps [cryptography](https://github.com/pyca/cryptography) from 2.8.0 to 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/2.8...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 1d47eebff..4f04eea02 100644 --- a/libraries/botframework-connector/requirements.txt +++ b/libraries/botframework-connector/requirements.txt @@ -2,5 +2,5 @@ msrest==0.6.10 botbuilder-schema==4.10.0 requests==2.23.0 PyJWT==1.5.3 -cryptography==2.8.0 +cryptography==3.2 msal==1.2.0 diff --git a/libraries/botframework-connector/setup.py b/libraries/botframework-connector/setup.py index fc3fc82e1..6e5057037 100644 --- a/libraries/botframework-connector/setup.py +++ b/libraries/botframework-connector/setup.py @@ -8,7 +8,7 @@ REQUIRES = [ "msrest==0.6.10", "requests==2.23.0", - "cryptography==2.8.0", + "cryptography==3.2", "PyJWT==1.5.3", "botbuilder-schema==4.10.0", "adal==1.2.1",