From 55bbf436920527567abf0f24f5bcb1819b4f35ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 20:19:36 +0000 Subject: [PATCH] Bump django from 5.2.7 to 5.2.8 in /requirements Bumps [django](https://github.com/django/django) from 5.2.7 to 5.2.8. - [Commits](https://github.com/django/django/compare/5.2.7...5.2.8) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.8 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 a165cf1..b2a07f7 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -3,7 +3,7 @@ dj-database-url==3.0.1 # This is a Django app -Django==5.2.7 +Django==5.2.8 # A zero dependency WSGI server gunicorn==23.0.0