From c797e79beeb6a93f669c2aaf03671932f0b731cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 22:59:11 +0000 Subject: [PATCH] Bump cryptography Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.6 to 46.0.7. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.6...46.0.7) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.7 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 c443462fe9f..38ccbaaf05f 100644 --- a/Solutions/BloodHound Enterprise/Data Connectors/BloodHoundDataConnector/requirements.txt +++ b/Solutions/BloodHound Enterprise/Data Connectors/BloodHoundDataConnector/requirements.txt @@ -8,5 +8,5 @@ azure-keyvault-secrets==4.8.0 azure-core>=1.29.5,<2.0.0 azure-functions-durable==1.3.3 azure-storage-blob==12.19.0 -cryptography==46.0.6 +cryptography==46.0.7 requests