From 259785cc06746ac5e998cabf8bddcf6394bbad84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 May 2021 10:30:21 -0300 Subject: [PATCH] Bump django from 2.2.18 to 2.2.20 in /requirements (#3386) Bumps [django](https://github.com/django/django) from 2.2.18 to 2.2.20. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.18...2.2.20) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 211fefbb3..8351dbda1 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,4 +1,4 @@ -django==2.2.18 +django==2.2.20 django-haystack==2.8.1 django-filter==2.0.0 djangorestframework==3.11.2