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", ], )