From c23bc3be466e37aa03dd2439511d5c1c01599f85 Mon Sep 17 00:00:00 2001 From: stvn <stvn@mit.edu> Date: Fri, 11 Jun 2021 15:09:19 -0700 Subject: [PATCH] build(deps): allow wider range of djangorestframework to catch minor/patch version updates. --- requirements/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index fcca9a8..56a50bc 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -14,4 +14,4 @@ # TODO: Many pinned dependencies should be unpinned and/or moved to this constraints file. # Same as in edx-platform -djangorestframework==3.9.4 +djangorestframework<4 -- GitLab