From c07096ce6e5c0d82fc65f13732a690b871c59418 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Apr 2022 21:30:05 +0000 Subject: [PATCH] Bump django from 3.2.6 to 3.2.13 in /server/backend/apiary Bumps [django](https://github.com/django/django) from 3.2.6 to 3.2.13. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2.6...3.2.13) --- 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..62a0322 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.13 django-cors-headers==3.7.0 django-environ==0.4.5 django-resized==0.3.11