From 6356fa32f13f954989f4142ee69776631baa641f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 06:06:10 +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/48.0.0...50.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.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 37b45fb1..f9417560 100644 --- a/requirements-security.txt +++ b/requirements-security.txt @@ -1,4 +1,4 @@ # Additional security-focused dependencies -cryptography>=48.0.0 # For secure random generation +cryptography>=50.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