From cf45ddec9945c6d0768d2fcd4f7f0382d5aede78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 01:10:58 +0000 Subject: [PATCH] fix: bump cryptography in /packages/google-cloud-storage Bumps [cryptography](https://github.com/pyca/cryptography) from 38.0.0 to 48.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/38.0.0...48.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.0.1 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 e4294e2f1397..208164a8a0bb 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==48.0.1 google-api-core==2.27.0 google-cloud-core==2.4.2 google-resumable-media==2.7.2