From fabc2b89f66eec96d67ed46de1c39ffae8f361e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 20:55:12 +0000 Subject: [PATCH] build(deps): bump django from 4.2.27 to 4.2.28 in /VC+/docs Bumps [django](https://github.com/django/django) from 4.2.27 to 4.2.28. - [Commits](https://github.com/django/django/compare/4.2.27...4.2.28) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.28 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 2495e594..c43c77ce 100644 --- a/VC+/docs/requirements.txt +++ b/VC+/docs/requirements.txt @@ -1,6 +1,6 @@ setuptools==78.1.1 -django==4.2.27 +django==4.2.28 channels==1.1.5 django-extensions==2.2.5 mysqlclient==1.3.14