From a7890e7b1e5ec79152a7739168965122f2b00b8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Mar 2025 16:55:03 +0000 Subject: [PATCH] chore(deps): bump cryptography from 43.0.3 to 44.0.2 in /api Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.3 to 44.0.2. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.3...44.0.2) --- updated-dependencies: - dependency-name: cryptography 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 ec3b7ca..1c300fd 100644 --- a/api/dependencies/requirements.txt +++ b/api/dependencies/requirements.txt @@ -1,5 +1,5 @@ aws-lambda-powertools[tracer,parser]==3.8.0 -cryptography==43.0.3 +cryptography==44.0.2 hpke==0.3.2 pksuid==1.1.2 requests==2.32.3