From 38955634c2dba6530fe381ea2ae2006d2766dc0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 23:14:10 +0000 Subject: [PATCH] Bump cryptography from 41.0.1 to 43.0.1 in /app Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.1 to 43.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.1...43.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index b2b4a458d..f20631b87 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -13,7 +13,7 @@ click==8.1.2 click-didyoumean==0.3.1 click-plugins==1.1.1 click-repl==0.2.0 -cryptography==41.0.1 +cryptography==43.0.1 datapunt-keycloak-oidc @ git+https://github.com/remyvdwereld/keycloak_oidc_top.git@main debugpy==1.4.1 Django==4.2.14