From 7d65b6951af03c3de381a970be7aa1b96c290435 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:45:19 +0000 Subject: [PATCH] Bump django from 5.2.6 to 5.2.7 in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [django](https://github.com/django/django). Updates `django` from 5.2.6 to 5.2.7 - [Commits](https://github.com/django/django/compare/5.2.6...5.2.7) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.7 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ccbedbb..721a5e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = [{ name = "Ashley Felton", email = "ashley.felton@dbca.wa.gov.au" }] license = "Apache-2.0" requires-python = ">=3.13,<4.0" dependencies = [ - "django==5.2.6", + "django==5.2.7", "psycopg[binary,pool]==3.2.10", "python-dotenv==1.1.1", "dj-database-url==3.0.1",