From 71b5cfcd47f7bd002fa38c0aade833bd85a263cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 17:46:53 +0000 Subject: [PATCH] Update django requirement from >=6.0 to >=6.0.4 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 e7a0c13..dd85bd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.2.0" description = "Django project template" requires-python = ">=3.12" dependencies = [ - "django>=6.0", + "django>=6.0.4", "django-environ>=0.13.0", "django-rich>=2.2.0", "whitenoise[brotli]>=6.11.0",