From c8b45cf88e9755543816628d7c442cba5ae56869 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 08:02:41 +0000 Subject: [PATCH] chore(deps): bump django from 4.2.22 to 5.2.6 Bumps [django](https://github.com/django/django) from 4.2.22 to 5.2.6. - [Commits](https://github.com/django/django/compare/4.2.22...5.2.6) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.6 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 cd8474961..78f1a7415 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.22 +Django==5.2.6 docutils==0.21.2 Markdown==3.7 cmarkgfm==2024.11.20