From a89e92196c281cdaa45a5fd68d1e62b5c56ac2cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 06:23:19 +0000 Subject: [PATCH] pip(deps): update cryptography requirement from >=42 to >=50.0.1 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/42.0.0...50.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.1 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 5ee45ca..6ad4701 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ textual>=0.60 openai>=1.30 -cryptography>=42 +cryptography>=50.0.1 truststore>=0.9