From 1ff5f7f640e0fce8692b882bb4e1ec0b9de9e3d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 02:12:47 +0000 Subject: [PATCH] Bump cryptography from 45.0.0 to 46.0.5 in /manager/backend Bumps [cryptography](https://github.com/pyca/cryptography) from 45.0.0 to 46.0.5. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/45.0.0...46.0.5) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- manager/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manager/backend/requirements.txt b/manager/backend/requirements.txt index c694cab9..9dce29af 100644 --- a/manager/backend/requirements.txt +++ b/manager/backend/requirements.txt @@ -7,7 +7,7 @@ bcrypt==4.1.1 gunicorn==22.0.0 pydal==20251207.1 redis==5.0.0 -cryptography==45.0.0 +cryptography==46.0.5 requests==2.32.5 prometheus-client==0.18.0 grpcio>=1.68.0