From ae46d81b22b67e65f1c084789f3cca5c3ff81017 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 21:45:37 +0000 Subject: [PATCH] Bump cryptography from 2.3.1 to 3.2 in /results-parser Bumps [cryptography](https://github.com/pyca/cryptography) from 2.3.1 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.3.1...3.2) Signed-off-by: dependabot[bot] --- results-parser/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/results-parser/requirements.txt b/results-parser/requirements.txt index 0e6ef54..2c3e582 100644 --- a/results-parser/requirements.txt +++ b/results-parser/requirements.txt @@ -4,7 +4,7 @@ cachetools==2.0.1 certifi==2017.7.27.1 cffi==1.11.5 chardet==3.0.4 -cryptography==2.3.1 +cryptography==3.2 google-auth==1.1.1 idna==2.6 ipaddress==1.0.18