From 4b275dcb9058fe57a3d3cbc1bafde0abc40f8017 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 16:27:01 +0000 Subject: [PATCH] chore(deps): bump cryptography from 43.0.3 to 45.0.6 in /api Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.3 to 45.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.3...45.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-version: 45.0.6 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- api/dependencies/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/dependencies/requirements.txt b/api/dependencies/requirements.txt index e477728..410a6e5 100644 --- a/api/dependencies/requirements.txt +++ b/api/dependencies/requirements.txt @@ -1,5 +1,5 @@ aws-lambda-powertools[tracer,parser]==3.19.0 -cryptography==43.0.3 +cryptography==45.0.6 hpke==0.3.2 pksuid==1.1.2 requests==2.32.5