From c099c4437c11648d53914a57646cf707f918c00c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 17:48:48 +0000 Subject: [PATCH] fix: bump cryptography in /packages/google-cloud-storage Bumps [cryptography](https://github.com/pyca/cryptography) from 38.0.0 to 46.0.7. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/38.0.0...46.0.7) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/google-cloud-storage/testing/constraints-3.10.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/google-cloud-storage/testing/constraints-3.10.txt b/packages/google-cloud-storage/testing/constraints-3.10.txt index 97296ecabb9a..4338f32c21ee 100644 --- a/packages/google-cloud-storage/testing/constraints-3.10.txt +++ b/packages/google-cloud-storage/testing/constraints-3.10.txt @@ -6,7 +6,7 @@ # then this file should have google-cloud-foo==1.14.0 google-auth==2.26.1 # cryptography is a direct dependency of google-auth -cryptography==38.0.0 +cryptography==46.0.7 google-api-core==2.27.0 google-cloud-core==2.4.2 google-resumable-media==2.7.2