From e19202c686f828f8cdb6af4c5efeffadf74e414e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 21:58:23 +0000 Subject: [PATCH] Bump cryptography from 2.5 to 3.2 in /iap Bumps [cryptography](https://github.com/pyca/cryptography) from 2.5 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.5...3.2) Signed-off-by: dependabot[bot] --- iap/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iap/requirements.txt b/iap/requirements.txt index 3a3534a6..6345b1e6 100644 --- a/iap/requirements.txt +++ b/iap/requirements.txt @@ -1,5 +1,5 @@ PyJWT==1.7.1 -cryptography==2.5 +cryptography==3.2 flask==1.0.2 google-auth==1.6.2 gunicorn==19.9.0