From 1dab9c39eea40b12ae73b9ecae467fe1a74c63a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 23:17:45 +0000 Subject: [PATCH] Bump cryptography in /guest_tools/gpu_verifiers/local_gpu_verifier Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.1 to 46.0.5. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.1...46.0.5) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- guest_tools/gpu_verifiers/local_gpu_verifier/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guest_tools/gpu_verifiers/local_gpu_verifier/pyproject.toml b/guest_tools/gpu_verifiers/local_gpu_verifier/pyproject.toml index 27d402f57..ad091beec 100644 --- a/guest_tools/gpu_verifiers/local_gpu_verifier/pyproject.toml +++ b/guest_tools/gpu_verifiers/local_gpu_verifier/pyproject.toml @@ -21,7 +21,7 @@ keywords = [ "verifier" ] dependencies = [ - 'cryptography == 43.0.1', + 'cryptography == 46.0.5', 'ecdsa == 0.18.0', 'lxml >= 4.9.1', 'signxml == 3.2.0',