From 737ae92f5328755bd3589ff190f6fd6c04d6384c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 20:40:41 +0000 Subject: [PATCH] Bump django from 3.0.3 to 3.2.24 in /Docker/config Bumps [django](https://github.com/django/django) from 3.0.3 to 3.2.24. - [Commits](https://github.com/django/django/compare/3.0.3...3.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Docker/config/pip-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker/config/pip-requirements.txt b/Docker/config/pip-requirements.txt index e34cae9..aaadf54 100644 --- a/Docker/config/pip-requirements.txt +++ b/Docker/config/pip-requirements.txt @@ -1,5 +1,5 @@ #pip install -Django==3.0.3 +Django==3.2.24 six==1.13.0 psycopg2==2.8.4 gunicorn==20.0.4