From 6e2abc4cde021fcf548fed1323951aab83491365 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Jun 2021 17:26:23 +0000 Subject: [PATCH] Build(deps): Bump django from 3.2.1 to 3.2.2 Bumps [django](https://github.com/django/django) from 3.2.1 to 3.2.2. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2.1...3.2.2) --- 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 43456990ea..3eb31a900b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ invoke>=1.4.0 # Invoke build tool wheel>=0.34.2 # Wheel -Django==3.2.1 # Django package +Django==3.2.2 # Django package pillow==8.2.0 # Image manipulation djangorestframework==3.12.4 # DRF framework django-cors-headers==3.2.0 # CORS headers extension for DRF