From 0fb2cea16b876d705b27d9731e0c4c30d08960bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:46:34 +0000 Subject: [PATCH] Bump django from 5.2.6 to 5.2.7 Bumps [django](https://github.com/django/django) from 5.2.6 to 5.2.7. - [Commits](https://github.com/django/django/compare/5.2.6...5.2.7) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.7 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 37ea1a4cd..78b167b9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "delegator-py==0.1.1", "dj-database-url==3.0.1", "django-redis==6.0.0", - "django==5.2.6", + "django==5.2.7", "elasticsearch-dsl==8.17.1", "elasticsearch==8.17.2", "feedparser==6.0.12",