From 8bc148a5e0a45a80967da083da1852c21745cb2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 19:55:07 +0000 Subject: [PATCH] Bump django from 3.2 to 3.2.13 in /app/public Bumps [django](https://github.com/django/django) from 3.2 to 3.2.13. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2...3.2.13) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/public/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/public/requirements.txt b/app/public/requirements.txt index b881b64c..2c5e9cdb 100644 --- a/app/public/requirements.txt +++ b/app/public/requirements.txt @@ -1,4 +1,4 @@ -Django==3.2 +Django==3.2.13 django-extensions==3.1.0 djangorestframework==3.12.2 gunicorn==20.1.0