From 1330a8ea188647770b395bc67604ed54d1a5a439 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 17:26:19 +0000 Subject: [PATCH] Bump cryptography from 42.0.2 to 46.0.5 in /backend Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.2 to 46.0.5. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.2...46.0.5) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.5 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 b93f527..00b1e0d 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -23,7 +23,7 @@ aiokafka==0.11.0 # ── Auth / Security ─────────────────────────────────────────────────────────── bcrypt==4.2.1 python-jose[cryptography]==3.3.0 -cryptography==43.0.3 +cryptography==46.0.5 # ── Config / Validation ─────────────────────────────────────────────────────── pydantic==2.10.3