From d42db605d8d4ffb21f01c4a69b617ee34a3fd9ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 01:41:37 +0000 Subject: [PATCH] Bump django from 5.2.15 to 6.0.6 Bumps [django](https://github.com/django/django) from 5.2.15 to 6.0.6. - [Commits](https://github.com/django/django/compare/5.2.15...6.0.6) --- updated-dependencies: - dependency-name: django dependency-version: 6.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 93bf228f..ff69fd48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [ { name = "Stephanie Q"} ] dependencies = [ - "django==5.2.15", + "django==6.0.6", "natsort>=8.4.0", "psycopg[binary]>=3.0", "dj-database-url>=2.1.0",