From b3fe9b747edd20b98199740bfe2fd51bb4492984 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 03:14:29 +0000 Subject: [PATCH] Bump cryptography from 3.4.8 to 46.0.6 in /sidra_chain_integration Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.8 to 46.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.4.8...46.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sidra_chain_integration/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sidra_chain_integration/requirements.txt b/sidra_chain_integration/requirements.txt index e3f33b33a..cf6804297 100644 --- a/sidra_chain_integration/requirements.txt +++ b/sidra_chain_integration/requirements.txt @@ -7,7 +7,7 @@ python==3.9.5 requests==2.25.1 pandas==1.3.5 networkx==2.6.3 -cryptography==3.4.8 +cryptography==46.0.6 # Additional dependencies for data visualization matplotlib==3.5.1