From fcb49eacba6b8d7ae352ce159b0cbbf951e84712 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Dec 2021 08:25:40 +0000 Subject: [PATCH] chore(deps): update django requirement from <3.0,>=2.0 to >=2.0,<5.0 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] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index b25ed4a..1a2c890 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -3,7 +3,7 @@ git+git://github.com/unikubehq/commons.git@1.3.1 # regular pypi bpython -Django>=2.0,<3.0 +Django>=2.0,<5.0 django-extensions django-hurricane~=0.8.8 environs~=8.0.0