From 5db90322040b13ff569f23d5fd1e089c51fd89da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 12:07:11 +0000 Subject: [PATCH] build(deps): Bump cryptography from 42.0.0 to 46.0.6 in /backend Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.0 to 46.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.0...46.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 1dbcbcd..d2d18c9 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -16,7 +16,7 @@ motor==3.3.2 pymongo==4.6.1 # Cryptography & Security -cryptography==42.0.0 +cryptography==46.0.6 pycose==1.0.1 cbor2==5.5.1 python-jose[cryptography]==3.3.0