From 443606b980e8191e77f19a782466b4ad790761a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 12:23:52 +0000 Subject: [PATCH] Bump cryptography from 42.0.5 to 43.0.1 in /server Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.5 to 43.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.5...43.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 1fcf62e79..501eaa7fa 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -70,7 +70,7 @@ click-repl==0.3.0 # via celery croniter==0.3.37 # via superdesk-core -cryptography==42.0.5 +cryptography==43.0.1 # via # authlib # jwcrypto