From 828358045685d28a7f8546a060511d707cddf7d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 12:13:34 +0000 Subject: [PATCH] Bump cryptography Bumps [cryptography](https://github.com/pyca/cryptography) from 44.0.1 to 46.0.5. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.1...46.0.5) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../Data Connectors/BloodHoundDataConnector/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Solutions/BloodHound Enterprise/Data Connectors/BloodHoundDataConnector/requirements.txt b/Solutions/BloodHound Enterprise/Data Connectors/BloodHoundDataConnector/requirements.txt index f35bbdc0c6b..1eff85a7f12 100644 --- a/Solutions/BloodHound Enterprise/Data Connectors/BloodHoundDataConnector/requirements.txt +++ b/Solutions/BloodHound Enterprise/Data Connectors/BloodHoundDataConnector/requirements.txt @@ -7,5 +7,5 @@ azure-identity==1.16.0 azure-keyvault-secrets azure-core azure-functions-durable == 1.3.3 -cryptography==44.0.1 +cryptography==46.0.5 requests