From 6ccef2812393edbaa0c57f83b5f8938da0992d5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Feb 2021 13:02:03 +0000 Subject: [PATCH] Bump cryptography from 3.1.1 to 3.3.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 3.1.1 to 3.3.2. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.1.1...3.3.2) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dfc48f4..2a649ee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ certifi==2020.6.20 cffi==1.14.3 chardet==3.0.4 -cryptography==3.1.1 +cryptography==3.3.2 defusedxml==0.6.0 Deprecated==1.2.10 idna==2.10