From 914b17a5dd7a80056e8f01c18cb3145371346526 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 05:27:21 +0000 Subject: [PATCH] Update cryptography requirement from ~=46.0.4 to ~=46.0.5 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.4...46.0.5) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.5 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 07635db..9ff0042 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,6 +15,6 @@ prettytable~=3.17.0 matplotlib~=3.10.8 networkx~=3.6.1 pandas~=3.0.0 -cryptography~=46.0.4 +cryptography~=46.0.5 scapy~=2.7.0 sentence-transformers~=5.2.2 \ No newline at end of file