From 601e4b30870e81dfd1110cd2d1dafe8e121649eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 00:31:59 +0000 Subject: [PATCH] Bump django from 4.2.20 to 4.2.26 Bumps [django](https://github.com/django/django) from 4.2.20 to 4.2.26. - [Commits](https://github.com/django/django/compare/4.2.20...4.2.26) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.26 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 2519196..c6917d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" requires-python = ">=3.13" dependencies = [ "celery[sqs]==5.4.0", - "django==4.2.20", + "django==4.2.26", ] [dependency-groups]