From 2fe9594da3bf1c1f21134c9335db7f442256247f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:59:58 +0000 Subject: [PATCH] Bump django from 4.2.20 to 4.2.25 Bumps [django](https://github.com/django/django) from 4.2.20 to 4.2.25. - [Commits](https://github.com/django/django/compare/4.2.20...4.2.25) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.25 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..b6629e5 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.25", ] [dependency-groups]