From 9db246425bffa510aa103684a2770556a8efdf84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 02:20:45 +0000 Subject: [PATCH] Bump cryptography from 2.9.2 to 3.3.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 2.9.2 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/2.9.2...3.3.2) Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 53d92ae..96b5386 100644 --- a/Pipfile +++ b/Pipfile @@ -13,7 +13,7 @@ cffi = "==1.14.0" chardet = "==3.0.4" click = "==7.1.2" colorclass = "==2.2.0" -cryptography = "==2.9.2" +cryptography = "==3.3.2" cssselect2 = "==0.3.0" decorator = "==4.4.2" defusedxml = "==0.6.0"