From 14292f713fd9c37c5a9a9c6d6891a7402c40b6e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 21:08:29 +0000 Subject: [PATCH] Bump cryptography from 2.8.0 to 3.2 in /libraries/botbuilder-core 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/botbuilder-core/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/botbuilder-core/requirements.txt b/libraries/botbuilder-core/requirements.txt index 06e8b3261..0125c2a55 100644 --- a/libraries/botbuilder-core/requirements.txt +++ b/libraries/botbuilder-core/requirements.txt @@ -3,5 +3,5 @@ botframework-connector==4.10.0 botbuilder-schema==4.10.0 requests==2.23.0 PyJWT==1.5.3 -cryptography==2.8.0 +cryptography==3.2 aiounittest==1.3.0 \ No newline at end of file