From 4f486464ee4d4df50f899b2fab037510317c6022 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 22:13:29 +0000 Subject: [PATCH] chore(deps): Bump cryptography in /benchmark/ansible-deployment Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.5 to 46.0.7. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.5...46.0.7) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- benchmark/ansible-deployment/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/ansible-deployment/requirements.txt b/benchmark/ansible-deployment/requirements.txt index 18d8863..fda51ce 100644 --- a/benchmark/ansible-deployment/requirements.txt +++ b/benchmark/ansible-deployment/requirements.txt @@ -10,7 +10,7 @@ cffi==2.0.0 # via # -r ./benchmark/ansible-deployment/requirements.txt # cryptography -cryptography==46.0.5 +cryptography==46.0.7 # via # -r ./benchmark/ansible-deployment/requirements.txt # ansible-core