From 3bc50a658567ab9bf2ba41b8752b5720072acf01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Dec 2020 13:11:57 +0000 Subject: [PATCH] Bump cryptography from 2.1.4 to 3.2 in /libraries/botbuilder-core Bumps [cryptography](https://github.com/pyca/cryptography) from 2.1.4 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.1.4...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 3a3065b55..0ee2e62a8 100644 --- a/libraries/botbuilder-core/requirements.txt +++ b/libraries/botbuilder-core/requirements.txt @@ -3,5 +3,5 @@ botframework-connector>=4.4.0b1 botbuilder-schema>=4.4.0b1 requests>=2.18.1 PyJWT==1.5.3 -cryptography==2.1.4 +cryptography==3.2 aiounittest>=1.2.1 \ No newline at end of file