From 4c0f6e75368854c9b36bc96cdb59eceacf408b78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 23:01:31 +0000 Subject: [PATCH] Update django requirement from <7,>=6 to >=6.0.4,<7 Updates the requirements on [django](https://github.com/django/django) to permit the latest version. - [Commits](https://github.com/django/django/compare/6.0...6.0.4) --- updated-dependencies: - dependency-name: django dependency-version: 6.0.4 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 38409ac6..219ecc92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ requires-python = ">=3.14" dependencies = [ # Main packages - "django>=6,<7", + "django>=6.0.4,<7", # Main Django apps "djangorestframework", "django-activity-stream",