From 1ba8ecafdcd1675763956281b5f267d0295f43fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 10:37:52 +0000 Subject: [PATCH] chore(deps): update django requirement from ~=5.2 to >=5.2,<7.0 Updates the requirements on [django](https://github.com/django/django) to permit the latest version. - [Commits](https://github.com/django/django/compare/5.2...6.0.6) --- updated-dependencies: - dependency-name: django dependency-version: 6.0.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f140ff47..9f618ef6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" requires-python = "~=3.13.2" dependencies = [ - "Django~=5.2", + "Django>=5.2,<7.0", "celery[redis]~=5.4.0", "flower", # celery-dashboard "django-celery-beat",