From 8839ebdcee979ba38f76eb4016a585781cf79867 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jul 2022 21:59:58 +0000 Subject: [PATCH] Bump django from 3.2.6 to 3.2.14 in /server/backend/apiary Bumps [django](https://github.com/django/django) from 3.2.6 to 3.2.14. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2.6...3.2.14) --- 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..72514b1 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.14 django-cors-headers==3.7.0 django-environ==0.4.5 django-resized==0.3.11