[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] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-05-18 14:15:50 +00:00
committed by GitHub
parent 899fc90821
commit 21783cffc4
+1 -1
View File
@@ -25,7 +25,7 @@ dependencies = [
"Pillow>=12.2.0,<13.0.0", "Pillow>=12.2.0,<13.0.0",
"mistune>=3.2.0,<4.0.0", "mistune>=3.2.0,<4.0.0",
"django-jinja<3.0.0,>=2.11.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", "django-phonenumber-field>=8.4.0,<9.0.0",
"phonenumbers>=9.0.29,<10.0.0", "phonenumbers>=9.0.29,<10.0.0",
"reportlab>=4.5.0,<5.0.0", "reportlab>=4.5.0,<5.0.0",