From 5874f553e9e961d9fe2f6cc6c8cf2c0a9197c3cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 20:33:09 +0000 Subject: [PATCH] Update cryptography requirement from >=35.0.0 to >=48.0.0 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/35.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.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5bbccc0..f7ff6b9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ colorama>=0.4.4 tqdm>=4.50.0 python-dotenv>=0.19.0 apprise>=1.0.0 -cryptography>=35.0.0 +cryptography>=48.0.0