From 9f76c2718a366ca9e0b8d76620dbcc8cd0d48ecc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 17:44:18 +0000 Subject: [PATCH] Update django requirement from >=6.0 to >=6.0.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.7) --- updated-dependencies: - dependency-name: django dependency-version: 6.0.7 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..a1e05b8 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.7", "django-environ>=0.13.0", "django-rich>=2.2.0", "whitenoise[brotli]>=6.11.0",