From 39fcd7f21ad56e5c07a1607b272e84bd5c259eab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Aug 2022 15:51:07 +0000 Subject: [PATCH] Bump django from 3.2.12 to 3.2.15 in /requirements Bumps [django](https://github.com/django/django) from 3.2.12 to 3.2.15. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2.12...3.2.15) --- 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..8615aaf 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -1,6 +1,6 @@ # Core pytz==2021.1 -Django==3.2.12 +Django==3.2.15 gunicorn==20.1.0 newrelic==6.4.0.157 django-dotenv==1.4.2