From a415e46d0079813a55da78b2b25745d1e6b3faaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 23:12:17 +0000 Subject: [PATCH] Bump cryptography from 2.8 to 41.0.3 in /iap Bumps [cryptography](https://github.com/pyca/cryptography) from 2.8 to 41.0.3. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/2.8...41.0.3) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... 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 f14e1ad8f85..19dc9840d65 100644 --- a/iap/requirements.txt +++ b/iap/requirements.txt @@ -1,5 +1,5 @@ PyJWT==1.7.1 -cryptography==2.8 +cryptography==41.0.3 flask==1.1.1 google-auth==1.10.0 gunicorn==20.0.4