From 405a05d41f537ee8e6b5d674102a7ab126e9c692 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 10:58:38 +0000 Subject: [PATCH] Bump cryptography from 42.0.0 to 48.0.1 in /api-server Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.0 to 48.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.0...48.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.0.1 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..eeb5f08 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==48.0.1 # Certificate parsing and validation # Pydantic pydantic==2.5.3