From ae6c6b9eeb039a53a38de6305f2e9f57e10d8cc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 04:34:09 +0000 Subject: [PATCH] chore(deps): bump django from 5.2.11 to 5.2.14 Bumps [django](https://github.com/django/django) from 5.2.11 to 5.2.14. - [Commits](https://github.com/django/django/compare/5.2.11...5.2.14) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.14 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 419f0b2..e16c6f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ maintainers = [ { name = "Compiler LLC", email = "dev@compiler.la" } ] dependencies = [ - "Django==5.2.11", + "Django==5.2.14", "django-csp==4.0", "django-google-sso==9.0.3", "requests==2.32.5",