From 2793f6df994428f022f7d2a4fef72db28f5ff236 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 16:53:42 +0000 Subject: [PATCH] build(deps): bump django from 5.2.5 to 5.2.8 Bumps [django](https://github.com/django/django) from 5.2.5 to 5.2.8. - [Commits](https://github.com/django/django/compare/5.2.5...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 30bbbff..9100893 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "certifi==2025.8.3", "charset-normalizer==3.4.3", "django-environ==0.12.0", - "Django==5.2.5", + "Django==5.2.8", "django-solo==2.4.0", "gunicorn==23.0.0", "idna==3.10",