From a204660c4765d65547f0e1ecbb7182b61aad81cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 17:26:39 +0000 Subject: [PATCH] Bump django from 3.2.9 to 3.2.10 Bumps [django](https://github.com/django/django) from 3.2.9 to 3.2.10. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2.9...3.2.10) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 54d8ce7..a444f18 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ asgiref==3.4.1 -Django==3.2.9 +Django==3.2.10 django-crispy-forms==1.13.0 djangorestframework==3.12.4 Pillow==8.4.0