From 7c825b656a4df4020e931e55669464165d3093d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 11:08:06 +0000 Subject: [PATCH] Bump cryptography from 42.0.8 to 44.0.0 in /e2e/server Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.8 to 44.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.8...44.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] --- e2e/server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/server/requirements.txt b/e2e/server/requirements.txt index f12fb25edf..b7eeb842bc 100644 --- a/e2e/server/requirements.txt +++ b/e2e/server/requirements.txt @@ -69,7 +69,7 @@ click-repl==0.3.0 # via celery croniter==2.0.5 # via superdesk-core -cryptography==42.0.8 +cryptography==44.0.0 # via # authlib # jwcrypto