From eff281c7d0b8fbd358dee4ca15dab76ef4960ecd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:38:45 +0000 Subject: [PATCH] build(deps): bump django in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [django](https://github.com/django/django). Updates `django` from 5.2.5 to 5.2.7 - [Commits](https://github.com/django/django/compare/5.2.5...5.2.7) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.7 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5b8197a..e2bd62a 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.7", "django-bootstrap5==25.2", "django-solo==2.4.0", "gunicorn==23.0.0",