From 1526f3b4ba7906911ea102513c252050f8df8c33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Dec 2021 13:15:07 +0000 Subject: [PATCH] Update django requirement from ~=3.1 to >=3.1,<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/3.1...4.0) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ee5848eb6..d3e708eed 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ 'astroplan==0.8', 'astropy==4.2.1', 'beautifulsoup4~=4.9', - 'django~=3.1', # TOM Toolkit requires db math functions + 'django>=3.1,<5.0', # TOM Toolkit requires db math functions 'djangorestframework~=3.12', 'django-bootstrap4~=3.0', 'django-contrib-comments~=2.0', # Earlier version are incompatible with Django >= 3.0