From aa74b999bbb670cff1d3cb441f2cf0e0df2f31e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 08:16:38 +0000 Subject: [PATCH] [UPDATE] 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/45.0.3...46.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.1 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 023be1e5..f0bf9102 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "Pillow<12.0.0,>=11.1.0", "mistune<4.0.0,>=3.1.3", "django-jinja<3.0.0,>=2.11.0", - "cryptography>=45.0.3,<46.0.0", + "cryptography>=45.0.3,<47.0.0", "django-phonenumber-field<9.0.0,>=8.1.0", "phonenumbers>=9.0.2,<10.0.0", "reportlab<5.0.0,>=4.3.1",