From 979ad68bb6c40d6e3b26e065a76c78b76cbc06e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 10:57:06 +0000 Subject: [PATCH] chore(deps): bump cryptography from 42.0.0 to 44.0.0 in /demos/jans-tent Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.0 to 44.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.0...44.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- demos/jans-tent/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/jans-tent/requirements.txt b/demos/jans-tent/requirements.txt index f6438fdbaae..be525e5a7d4 100644 --- a/demos/jans-tent/requirements.txt +++ b/demos/jans-tent/requirements.txt @@ -14,7 +14,7 @@ chardet==5.0.0 charset-normalizer==2.1.1 click==8.1.3 coverage==6.4.4 -cryptography==42.0.0 +cryptography==44.0.0 decorator==5.1.1 defusedxml==0.7.1 dill==0.3.5.1