From a1f45874abdc815a231200b3e51ec5d8911d87ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 20:31:19 +0000 Subject: [PATCH] Bump django from 5.0.2 to 5.1.14 Bumps [django](https://github.com/django/django) from 5.0.2 to 5.1.14. - [Commits](https://github.com/django/django/compare/5.0.2...5.1.14) --- updated-dependencies: - dependency-name: django dependency-version: 5.1.14 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 7c2f09dae..bfd42319d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dynamic = [ "version" ] dependencies = [ # Django-related packages - "Django==5.0.2", + "Django==5.1.14", "django-hosts==6.0", "django-ckeditor==6.7.0", "django-cleanup==8.1.0",