From 46d064f7e15a6a677e0eb35eb06444566895f10e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 14:18:20 +0000 Subject: [PATCH] build(deps): bump django from 5.2.5 to 5.2.9 Bumps [django](https://github.com/django/django) from 5.2.5 to 5.2.9. - [Commits](https://github.com/django/django/compare/5.2.5...5.2.9) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.9 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..bd83dc9 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.9", "django-solo==2.4.0", "gunicorn==23.0.0", "idna==3.10",