From bec7ee4240d24afa9989bc19eb759a88972376f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 05:26:31 +0000 Subject: [PATCH] Update cryptography requirement from ~=46.0.5 to ~=46.0.6 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.5...46.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.6 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 009365a..4167ff8 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.1 -cryptography~=46.0.5 +cryptography~=46.0.6 scapy~=2.7.0 sentence-transformers~=5.3.0 \ No newline at end of file