From d69f9db9c4551691522efe62a706e8c19341fe67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 17:58:38 +0000 Subject: [PATCH] Bump cryptography from 3.4.7 to 44.0.1 in /lib/sub_repos/urllib3 Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.7 to 44.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.4.7...44.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 44.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- lib/sub_repos/urllib3/dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sub_repos/urllib3/dev-requirements.txt b/lib/sub_repos/urllib3/dev-requirements.txt index 85062eb09..83a6b9c05 100644 --- a/lib/sub_repos/urllib3/dev-requirements.txt +++ b/lib/sub_repos/urllib3/dev-requirements.txt @@ -12,7 +12,7 @@ pytest-freezegun==0.4.2 flaky==3.7.0 trustme==0.7.0 cryptography==3.2.1;python_version<"3.6" -cryptography==3.4.7;python_version>="3.6" +cryptography==44.0.1;python_version>="3.6" gcp-devrel-py-tools==0.0.16 # https://github.com/GoogleCloudPlatform/python-repo-tools/issues/23