From 9ee03ada6f22f392f3af18716ce4f1cf40502239 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 00:37:15 +0000 Subject: [PATCH] build(deps): bump django from 4.2.24 to 4.2.26 in /VC+/docs Bumps [django](https://github.com/django/django) from 4.2.24 to 4.2.26. - [Commits](https://github.com/django/django/compare/4.2.24...4.2.26) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.26 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 d481bb17..5d9fef4a 100644 --- a/VC+/docs/requirements.txt +++ b/VC+/docs/requirements.txt @@ -1,6 +1,6 @@ setuptools==78.1.1 -django==4.2.24 +django==4.2.26 channels==1.1.5 django-extensions==2.2.5 mysqlclient==1.3.14