From a9a6ddf31aeeb53cf335df6b96158a009eabd6f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 20:13:06 +0000 Subject: [PATCH] Bump django from 2.2.28 to 3.2.24 in /VC+/docs Bumps [django](https://github.com/django/django) from 2.2.28 to 3.2.24. - [Commits](https://github.com/django/django/compare/2.2.28...3.2.24) --- 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 9cca3b3a..a4c2c713 100644 --- a/VC+/docs/requirements.txt +++ b/VC+/docs/requirements.txt @@ -1,6 +1,6 @@ setuptools==65.5.1 -django==2.2.28 +django==3.2.24 channels==1.1.5 django-extensions==2.2.5 mysqlclient==1.3.14