From fa5cf4c80ae9983631662f8dd181a8f437a8b50c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 22:59:50 +0000 Subject: [PATCH] Bump django from 4.2.2 to 4.2.3 in /app/public Bumps [django](https://github.com/django/django) from 4.2.2 to 4.2.3. - [Commits](https://github.com/django/django/compare/4.2.2...4.2.3) --- 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 8cf4788d..418456d3 100644 --- a/app/public/requirements.txt +++ b/app/public/requirements.txt @@ -1,4 +1,4 @@ -Django==4.2.2 +Django==4.2.3 django-extensions==3.2.3 djangorestframework==3.14.0 gunicorn==20.1.0