From db3dffd03c8a275a1682ef1873e19dd4a5f73521 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Aug 2022 15:03:42 +0000 Subject: [PATCH] Bump django from 3.2.6 to 3.2.15 in /server/backend/apiary Bumps [django](https://github.com/django/django) from 3.2.6 to 3.2.15. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2.6...3.2.15) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/backend/apiary/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/backend/apiary/requirements.txt b/server/backend/apiary/requirements.txt index 1ab25b9..06318e9 100644 --- a/server/backend/apiary/requirements.txt +++ b/server/backend/apiary/requirements.txt @@ -1,5 +1,5 @@ black==21.7b0 -Django==3.2.6 +Django==3.2.15 django-cors-headers==3.7.0 django-environ==0.4.5 django-resized==0.3.11