From 0206e58f1c337c85f4d62ead3292bec8f8fbb905 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 08:08:44 +0000 Subject: [PATCH] chore(deps)(deps): bump cryptography in /nodes/src/nodes Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.7 to 48.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.7...48.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- nodes/src/nodes/db_mysql/requirements.txt | 2 +- nodes/src/nodes/requirements.txt | 2 +- nodes/src/nodes/text_output/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nodes/src/nodes/db_mysql/requirements.txt b/nodes/src/nodes/db_mysql/requirements.txt index 4d18e520a..b2287b78e 100644 --- a/nodes/src/nodes/db_mysql/requirements.txt +++ b/nodes/src/nodes/db_mysql/requirements.txt @@ -1,2 +1,2 @@ pymysql==1.2.0 -cryptography==46.0.7 +cryptography==48.0.1 diff --git a/nodes/src/nodes/requirements.txt b/nodes/src/nodes/requirements.txt index 87c8fa14a..d0807da04 100644 --- a/nodes/src/nodes/requirements.txt +++ b/nodes/src/nodes/requirements.txt @@ -9,7 +9,7 @@ charset-normalizer # GHSA-r6ph-v2qm-q3c2 (SECT curve subgroup attack, fix 46.0.5), # GHSA-m959-cc7f-wv43 (DNS constraint enforcement, fix 46.0.6), # GHSA-p423-j2cm-9vmq (buffer overflow, fix 46.0.7). -cryptography>=46.0.7,<47 +cryptography>=48.0.1,<49 idna requests urllib3 diff --git a/nodes/src/nodes/text_output/requirements.txt b/nodes/src/nodes/text_output/requirements.txt index 1ef39b0d9..2aee7cb6a 100644 --- a/nodes/src/nodes/text_output/requirements.txt +++ b/nodes/src/nodes/text_output/requirements.txt @@ -1,6 +1,6 @@ # smbprotocol cffi -cryptography==46.0.7 +cryptography==48.0.1 pycparser pyspnego smbprotocol