From 31f9b3012312e467b012da02b45d49a8284bd24d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Apr 2021 06:50:48 +0000 Subject: [PATCH] Update django-extensions requirement from ~=2.2.9 to ~=3.1.3 in /config Updates the requirements on [django-extensions](https://github.com/django-extensions/django-extensions) to permit the latest version. - [Release notes](https://github.com/django-extensions/django-extensions/releases) - [Changelog](https://github.com/django-extensions/django-extensions/blob/main/CHANGELOG.md) - [Commits](https://github.com/django-extensions/django-extensions/compare/2.2.9...3.1.3) Signed-off-by: dependabot-preview[bot] --- config/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/requirements.txt b/config/requirements.txt index 66591f64..085af292 100644 --- a/config/requirements.txt +++ b/config/requirements.txt @@ -1,5 +1,5 @@ black~=19.10b0 -django-extensions~=2.2.9 +django-extensions~=3.1.3 Django~=2.2 gunicorn~=20.0.4 ipython~=7.15.0