From 56af0ed24fd2f82819f161e2ebed7a3d8629a202 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 05:27:01 +0000 Subject: [PATCH] Update cryptography requirement from ~=46.0.3 to ~=46.0.4 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.3...46.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.4 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 9598402..f1e995b 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.3 +cryptography~=46.0.4 scapy~=2.7.0 sentence-transformers~=5.2.1 \ No newline at end of file