From a48706157829f3ece4d11e00d4b37001f79794f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 14:08:01 +0000 Subject: [PATCH 1/2] build(deps): 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 6ffeae2f114..490a97b0eb1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ Pillow==11.3.0 lxml==5.2.1 psycopg2==2.9.9 -Django==5.2.8 +Django==5.2.9 # Other beautifulsoup4==4.12.3 From 0e48f8685a688dc43a4e0d1531f7fb4a6ef96c67 Mon Sep 17 00:00:00 2001 From: Mattia Giupponi Date: Mon, 5 Jan 2026 12:26:42 +0100 Subject: [PATCH 2/2] bump django version --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index cd6241fdf1b..a3de17948e9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,7 +28,7 @@ install_requires = Pillow==11.3.0 lxml==5.2.1 psycopg2==2.9.9 - Django==5.2.8 + Django==5.2.9 # Other beautifulsoup4==4.12.3