From 5a6e08686d19a118e3a1a0479679e988c10ef46c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 14:34:28 +0000 Subject: [PATCH] Bump cryptography from 42.0.8 to 44.0.0 in /requirements Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.8 to 44.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.8...44.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/requirements.common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.common.txt b/requirements/requirements.common.txt index 82d1e3e0f..4122387c3 100644 --- a/requirements/requirements.common.txt +++ b/requirements/requirements.common.txt @@ -65,7 +65,7 @@ click==8.1.7 # via # black # pulpcore -cryptography==42.0.8 +cryptography==44.0.0 # via # ansible-core # django-ansible-base