From f38fca40a3a4201423e362b316ece9a379b7da2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 17:59:01 +0000 Subject: [PATCH] Bump cryptography from 3.3.2 to 41.0.4 in /authservice Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 41.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.3.2...41.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- authservice/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authservice/requirements.txt b/authservice/requirements.txt index 8e598bc8..80df6073 100644 --- a/authservice/requirements.txt +++ b/authservice/requirements.txt @@ -5,7 +5,7 @@ schema==0.7.0 connexion[swagger-ui]==2.9.0 requests==2.22.0 pyjwt==2.4.0 -cryptography==3.3.2 +cryptography==41.0.4 gunicorn==20.0.4 python-dateutil==2.8.0 python-dotenv==0.10.3