From 781c3c1c80190f07b21e5793c576861f40c34d33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 07:38:07 +0000 Subject: [PATCH] Update django requirement from >=5.2.7 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/5.2.7...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 0df2117..924f475 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "boto3>=1.28.57", "click>=8.3.0", "datasets>=4.3.0", - "django>=5.2.7", + "django>=6.0.4", "django-postgres-copy>=2.8.0", "django-shortuuid>=0.1.2", "dspy>=3.0.3",