From 8a4b29040fc9032fcd530d70f883981071fa53ca Mon Sep 17 00:00:00 2001 From: MaurizioPilia Date: Thu, 9 Oct 2025 12:54:31 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 92abdf2..5b7c6fc 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( packages=["encrypted_fields"], version="0.3.0", install_requires=[ - "Django>=3.2", + "Django>=4.2", "cryptography>=35.0.0", ], )