From b49e834bdac3f99f1b70e4a22fe9f13c64423cc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 22:05:08 +0000 Subject: [PATCH] build(deps): bump django from 4.2.28 to 4.2.29 in /VC+/docs Bumps [django](https://github.com/django/django) from 4.2.28 to 4.2.29. - [Commits](https://github.com/django/django/compare/4.2.28...4.2.29) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.29 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- VC+/docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VC+/docs/requirements.txt b/VC+/docs/requirements.txt index 63aa8924..8407a826 100644 --- a/VC+/docs/requirements.txt +++ b/VC+/docs/requirements.txt @@ -1,6 +1,6 @@ setuptools==78.1.1 -django==4.2.28 +django==4.2.29 channels==1.1.5 django-extensions==2.2.5 mysqlclient==1.3.14