From add6460c832f50ac85df1c7bd52320d9f5de5d1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 13:34:39 +0000 Subject: [PATCH] Bump cryptography from 42.0.7 to 44.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.7 to 44.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.7...44.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 44.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 31d87d202..8e0606f61 100644 --- a/setup.py +++ b/setup.py @@ -78,7 +78,7 @@ "cffi==1.16.0", "django-appconf==1.0.6", "django-phonenumber-field==6.4.0", - "cryptography==42.0.7", + "cryptography==44.0.1", "charset-normalizer==3.3.2", "click==8.1.7", "certifi==2024.2.2",