From 21f466a8c2fef1bdbd404429aa732ab8c6c9f7ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 09:29:56 +0000 Subject: [PATCH] Bump django from 5.2.11 to 5.2.13 Bumps [django](https://github.com/django/django) from 5.2.11 to 5.2.13. - [Commits](https://github.com/django/django/compare/5.2.11...5.2.13) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4df29a393..5cb51f622 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ classifiers = [ ########## DEPENDENCIES ########## dependencies = [ - "Django==5.2.11", + "Django==5.2.13", "channels==4.3.2", "channels-redis==4.3.0", "commonmark==0.9.1",