From aa50eaeddea0ed93e1550f9c97ef5b141ee70811 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 00:19:13 +0000 Subject: [PATCH] Bump cryptography from 42.0.0 to 46.0.5 in /api-server Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.0 to 46.0.5. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.0...46.0.5) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api-server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-server/requirements.txt b/api-server/requirements.txt index 4b11a16..0772fff 100644 --- a/api-server/requirements.txt +++ b/api-server/requirements.txt @@ -18,7 +18,7 @@ passlib==1.7.4 bcrypt==4.0.1 python-multipart==0.0.6 pyotp==2.9.0 # 2FA/TOTP -cryptography==42.0.0 # Certificate parsing and validation +cryptography==46.0.5 # Certificate parsing and validation # Pydantic pydantic==2.5.3