From 6f7a165a3688927d6af2ca439d007929a71bfbdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 02:42:53 +0000 Subject: [PATCH] Bump cryptography from 46.0.3 to 46.0.5 in /app Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.3 to 46.0.5. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.3...46.0.5) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.server.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.server.txt b/app/requirements.server.txt index bcfa0bbb5..57105bf1f 100644 --- a/app/requirements.server.txt +++ b/app/requirements.server.txt @@ -3,7 +3,7 @@ terminaltables==3.1.10 colorful==0.5.8 # Security / System access -cryptography==46.0.3 +cryptography==46.0.5 pycryptodome==3.23.0 paramiko==4.0.0 django-cors-headers==4.9.0