From 26816f386c1006e9c540d554ab1abf5c08b1cde5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Dec 2021 07:02:56 +0000 Subject: [PATCH] Update django requirement from <4,>=2 to >=2,<5 Updates the requirements on [django](https://github.com/django/django) to permit the latest version. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.0...4.0) --- 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 3912654..37e946b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -django<4,>=2 +django>=2,<5 django-contrib-comments readme-renderer[md]