From 6324895e10b2191f12196d1e074c1def448eb483 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 20:05:53 +0000 Subject: [PATCH] Update cryptography requirement Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/38.0.1...44.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c648cfd27cf..695c6ddc31c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "async-timeout>=4.0.3,<4.0.4;python_version<'3.11'", "backoff>=2.1.2,<2.2.2", "click>=8.1.0,<=8.1.8", - "cryptography>=38.0.1,<44.0.1", + "cryptography>=38.0.1,<44.0.2", "Django~=4.2.0", # LTS version, switch only if we have a compelling reason to", "django-filter>=23.1,<=24.3", "django-guid>=3.3,<=3.5.0",