diff --git a/pyproject.toml b/pyproject.toml index 7f374e4..2162820 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires-python = "~=3.11" readme = "README.md" license = "MIT" dependencies = [ - "django>=5.0.2,<6", + "django>=6,<7", "gunicorn>=23.0.0,<24", "celery>=5.2.7,<6", "python-dotenv>=1.0.0,<2",