From 7e96d086d6a0ad6666b39faf56f20d2102623e52 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 12 Apr 2021 08:14:33 +0000 Subject: [PATCH] Update django-extensions requirement from ~=2.2.9 to ~=3.1.2 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.2) 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..fa1af514 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.2 Django~=2.2 gunicorn~=20.0.4 ipython~=7.15.0