From 6304e2d6a5bf50535418e3c1ab27e582a882afb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 09:45:32 +0000 Subject: [PATCH] Bump django from 5.2.9 to 6.0.1 Bumps [django](https://github.com/django/django) from 5.2.9 to 6.0.1. - [Commits](https://github.com/django/django/compare/5.2.9...6.0.1) --- updated-dependencies: - dependency-name: django dependency-version: 6.0.1 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 a99ade8d3..26453770b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ classifiers = [ ########## DEPENDENCIES ########## dependencies = [ - "Django==5.2.9", + "Django==6.0.1", "channels==4.3.2", "channels-redis==4.3.0", "commonmark==0.9.1",