From f5d4f27894941bf0cd6b36052f6944f33bc52457 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 05:13:02 +0000 Subject: [PATCH] Update cryptography requirement from ~=48.0.0 to ~=48.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/48.0.0...48.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.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 472289f..c71a7ac 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.3 -cryptography~=48.0.0 +cryptography~=48.0.1 scapy~=2.7.0 sentence-transformers~=5.5.1 \ No newline at end of file