From e65489f2e64b048c793f0289ed374b9a851a6ef9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 01:50:02 +0000 Subject: [PATCH] Bump django from 3.2.25 to 4.2.16 in /VC+/docs Bumps [django](https://github.com/django/django) from 3.2.25 to 4.2.16. - [Commits](https://github.com/django/django/compare/3.2.25...4.2.16) --- updated-dependencies: - dependency-name: django 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 24f8887a..b0034efc 100644 --- a/VC+/docs/requirements.txt +++ b/VC+/docs/requirements.txt @@ -1,6 +1,6 @@ setuptools==70.0.0 -django==3.2.25 +django==4.2.16 channels==1.1.5 django-extensions==2.2.5 mysqlclient==1.3.14