From 4b848ec8e57ec9f94f8c1969c882913fc8bb111e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jul 2022 22:42:22 +0000 Subject: [PATCH] Bump django from 3.2.12 to 3.2.14 in /requirements Bumps [django](https://github.com/django/django) from 3.2.12 to 3.2.14. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2.12...3.2.14) --- 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..32ac237 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -1,6 +1,6 @@ # Core pytz==2021.1 -Django==3.2.12 +Django==3.2.14 gunicorn==20.1.0 newrelic==6.4.0.157 django-dotenv==1.4.2