From 096bb9d5cafb0e546a0a1147c76306f16f8b0ecf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 18:16:25 +0000 Subject: [PATCH] Bump django from 3.2.12 to 3.2.18 in /requirements Bumps [django](https://github.com/django/django) from 3.2.12 to 3.2.18. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2.12...3.2.18) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/prod.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/prod.txt b/requirements/prod.txt index 645a43e..ab23c26 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -1,6 +1,6 @@ # Core pytz==2021.1 -Django==3.2.12 +Django==3.2.18 gunicorn==20.1.0 newrelic==6.4.0.157 django-dotenv==1.4.2