From 6412e636f433bf4618d17cb5e171444bd7c61735 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 06:59:24 +0000 Subject: [PATCH] :arrow_up:(deps): Update cryptography requirement Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/47.0.0...48.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-security.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-security.txt b/requirements-security.txt index e3b81f65..37b45fb1 100644 --- a/requirements-security.txt +++ b/requirements-security.txt @@ -1,4 +1,4 @@ # Additional security-focused dependencies -cryptography>=47.0.0 # For secure random generation +cryptography>=48.0.0 # For secure random generation paramiko>=4.0.0 # For secure connections if needed requests>=2.33.1 # For secure HTTP requests with vulnerability fixes