From 72dbdd088047109ef36d740845dd539fa67d9fdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 22:13:25 +0000 Subject: [PATCH] Bump django from 5.2.7 to 5.2.8 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a2fc3d397..1b6ae27ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "delegator-py==0.1.1", "dj-database-url==3.0.1", "django-redis==6.0.0", - "django==5.2.7", + "django==5.2.8", "elasticsearch-dsl==8.17.1", "elasticsearch==8.17.2", "feedparser==6.0.12",