diff --git a/pyproject.toml b/pyproject.toml index ce14dbcd..d06af377 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ classifiers = [ ] requires-python = ">=3.10" dependencies = [ - "django>=4.2", + "django>=5.2.13", "django-appconf>=1.2.0" ]