From 986841b7d501aad730250cee11d4ac150bbe355d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 23:37:12 +0000 Subject: [PATCH] Bump django from 4.2.24 to 4.2.25 in /requirements Bumps [django](https://github.com/django/django) from 4.2.24 to 4.2.25. - [Commits](https://github.com/django/django/compare/4.2.24...4.2.25) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.25 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/common.txt b/requirements/common.txt index 5a038e9..2b4476f 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -3,7 +3,7 @@ dj-database-url==2.2.0 # This is a Django app -Django==4.2.24 +Django==4.2.25 # A zero dependency WSGI server gunicorn==23.0.0