From 30b26a3151d472694f5c89b3caddc23721c41f85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Aug 2022 14:51:36 +0000 Subject: [PATCH] Bump django from 3.2 to 3.2.15 in /projectile Bumps [django](https://github.com/django/django) from 3.2 to 3.2.15. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2...3.2.15) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- projectile/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projectile/requirements.txt b/projectile/requirements.txt index fcc79af6..fdbba1c9 100644 --- a/projectile/requirements.txt +++ b/projectile/requirements.txt @@ -8,7 +8,7 @@ contextlib2==0.6.0 distlib==0.3.0 distro==1.4.0 dj-database-url==0.5.0 -Django==3.2 +Django==3.2.15 django-cors-headers==3.7.0 django-heroku==0.3.1 djangorestframework==3.12.4