From 358709e9ced5c7c5fcb306e0d6df1959512e905d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 16:47:18 +0000 Subject: [PATCH] Bump cryptography from 3.1 to 3.3.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 3.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...3.3.2) Signed-off-by: dependabot[bot] --- freeze-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeze-requirements.txt b/freeze-requirements.txt index 3689199740..583d9ef1c7 100644 --- a/freeze-requirements.txt +++ b/freeze-requirements.txt @@ -10,7 +10,7 @@ ciso8601==2.1.1 Click==7.0 constantly==15.1.0 contextlib2==0.5.5; python_version < '3' -cryptography==3.1 +cryptography==3.3.2 elasticsearch==6.4.0 elasticsearch-dsl==6.4.0 enum34==1.1.6; python_version < '3.4'