From b44aacd7145bcdc043b389a782d1d58ee3d53e47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 15:49:48 +0000 Subject: [PATCH] Bump django from 4.2.21 to 5.2.9 Bumps [django](https://github.com/django/django) from 4.2.21 to 5.2.9. - [Commits](https://github.com/django/django/compare/4.2.21...5.2.9) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.9 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bd2ddd8da..e03ace3bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ classifiers = [ ########## DEPENDENCIES ########## dependencies = [ - "Django==4.2.21", + "Django==5.2.9", "channels==4.3.2", "channels-redis==4.3.0", "commonmark==0.9.1",