From 0234e9c9f7d70c0a3f84642ce91df5fbe4b45195 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 05:40:38 +0000 Subject: [PATCH] Update cryptography requirement from ~=46.0.7 to ~=47.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/46.0.7...47.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 47.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 029f7d5..58b73d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,6 +15,6 @@ prettytable~=3.17.0 matplotlib~=3.10.9 networkx~=3.6.1 pandas~=3.0.2 -cryptography~=46.0.7 +cryptography~=47.0.0 scapy~=2.7.0 sentence-transformers~=5.4.1 \ No newline at end of file