Merge pull request 'Update dependency cryptography to >=45.0.5' (#135) from renovate/cryptography-45.x into main
All checks were successful
Build and Deploy Staging / build (push) Successful in 51s
Tests / test (push) Successful in 24s
Build and Deploy Staging / deploy (push) Successful in 8s

Reviewed-on: #135
This commit is contained in:
Tobias Brunner 2025-07-04 08:37:06 +00:00
commit 0ae1c5bd16
2 changed files with 28 additions and 28 deletions

View file

@ -6,7 +6,7 @@ readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"argon2-cffi>=25.1.0",
"cryptography>=45.0.4",
"cryptography>=45.0.5",
"django==5.2.4",
"django-allauth>=65.9.0",
"django-fernet-encrypted-fields>=0.3.0",