From cc324d2d58d1589fe797a83455522e16bad719b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 08:03:17 +0000 Subject: [PATCH] chore(deps): bump django from 4.2.25 to 5.2.7 Bumps [django](https://github.com/django/django) from 4.2.25 to 5.2.7. - [Commits](https://github.com/django/django/compare/4.2.25...5.2.7) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.7 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- base-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-requirements.txt b/base-requirements.txt index c0515c27f..df5554364 100644 --- a/base-requirements.txt +++ b/base-requirements.txt @@ -4,7 +4,7 @@ django-sitetree==1.18.0 # >=1.17.1 is (?) first version that supports Django 4. django-apptemplates==1.5 django-admin-interface==0.28.9 django-translation-aliases==0.1.0 -Django==4.2.25 +Django==5.2.7 docutils==0.21.2 Markdown==3.7 cmarkgfm==2024.11.20