From 21783cffc43928284eec33d3625180abb4808862 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 14:15:50 +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/47.0.0...48.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.0.0 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 1d7d8615..db3b9449 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "Pillow>=12.2.0,<13.0.0", "mistune>=3.2.0,<4.0.0", "django-jinja<3.0.0,>=2.11.0", - "cryptography>=47.0.0,<48.0.0", + "cryptography>=48.0.0,<49.0.0", "django-phonenumber-field>=8.4.0,<9.0.0", "phonenumbers>=9.0.29,<10.0.0", "reportlab>=4.5.0,<5.0.0",