From a4a76ee62775ec3df77a2fbec8d4b67db8d11e6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 20:41:28 +0000 Subject: [PATCH] chore(deps): bump cryptography Bumps the pip group with 1 update in the /api/dependencies directory: [cryptography](https://github.com/pyca/cryptography). Updates `cryptography` from 43.0.3 to 44.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.3...44.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 44.0.1 dependency-type: direct:production dependency-group: pip ... 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 a752dea..3a2f2af 100644 --- a/api/dependencies/requirements.txt +++ b/api/dependencies/requirements.txt @@ -1,5 +1,5 @@ aws-lambda-powertools[tracer,parser]==3.14.0 -cryptography==43.0.3 +cryptography==44.0.1 hpke==0.3.2 pksuid==1.1.2 requests==2.32.4