From d758afab671adc292c837cdc1117b38820e1e6f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 16:38:04 +0000 Subject: [PATCH] build(deps): bump django from 4.2.29 to 4.2.30 in /VC+/docs Bumps [django](https://github.com/django/django) from 4.2.29 to 4.2.30. - [Commits](https://github.com/django/django/compare/4.2.29...4.2.30) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.30 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 8d2e6d7e..78cf0fb7 100644 --- a/VC+/docs/requirements.txt +++ b/VC+/docs/requirements.txt @@ -1,6 +1,6 @@ setuptools==78.1.1 -django==4.2.29 +django==4.2.30 channels==1.1.5 django-extensions==2.2.5 mysqlclient==1.3.14