From 06786e96b6e2dec5f959f7a7585b5e8802ddf090 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 01:59:38 +0000 Subject: [PATCH] Bump django from 4.2.24 to 4.2.27 Bumps [django](https://github.com/django/django) from 4.2.24 to 4.2.27. - [Commits](https://github.com/django/django/compare/4.2.24...4.2.27) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.27 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 28fbe528..5e6ec238 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [ { name = "Stephanie Q"} ] dependencies = [ - "django==4.2.24", + "django==4.2.27", "sqlalchemy>=2.0.30", "sqlalchemy-utils>=0.41.2", "natsort>=8.4.0",