From 36961758478b6cb3d34614096d2be1a28dda3149 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 14:21:32 +0000 Subject: [PATCH] Bump django from 5.2.8 to 5.2.9 Bumps [django](https://github.com/django/django) from 5.2.8 to 5.2.9. - [Commits](https://github.com/django/django/compare/5.2.8...5.2.9) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c42ceca..3a0cfd6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ asgiref==3.10.0 beautifulsoup4==4.14.2 certifi==2025.10.5 charset-normalizer==3.4.4 -Django==5.2.8 +Django==5.2.9 gunicorn==23.0.0 html5lib==1.1 idna==3.11