From 81b1aac5330735d7bb687db9588b3a3515a12885 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Jun 2021 18:01:16 +0000 Subject: [PATCH] Bump django from 3.2 to 3.2.2 in /backend/heimabend Bumps [django](https://github.com/django/django) from 3.2 to 3.2.2. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2...3.2.2) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/heimabend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/heimabend/requirements.txt b/backend/heimabend/requirements.txt index 758b972..f67ad3a 100644 --- a/backend/heimabend/requirements.txt +++ b/backend/heimabend/requirements.txt @@ -9,7 +9,7 @@ chardet==3.0.4 click==7.1.2 cryptography==3.4.6 defusedxml==0.7.1 -Django==3.2 +Django==3.2.2 django-allauth==0.44.0 django-cors-headers==3.7.0 django-environ==0.4.5