From ff786643f08ec82a666a20be978b10a8df869c18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 20:19:46 +0000 Subject: [PATCH] Bump django from 3.2.6 to 3.2.16 in /Docker_Django/app Bumps [django](https://github.com/django/django) from 3.2.6 to 3.2.16. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2.6...3.2.16) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Docker_Django/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker_Django/app/requirements.txt b/Docker_Django/app/requirements.txt index dc5d6b17..1e355dc2 100644 --- a/Docker_Django/app/requirements.txt +++ b/Docker_Django/app/requirements.txt @@ -1,5 +1,5 @@ asgiref==3.6.0 -Django==3.2.6 +Django==3.2.16 psycopg2-binary==2.9.5 pytz==2022.7 sqlparse==0.4.3