From 971a8d564a8eb0adde831fd4ba77dbb5772fb0f3 Mon Sep 17 00:00:00 2001 From: afabiani Date: Tue, 6 Sep 2022 18:22:26 +0200 Subject: [PATCH] Bump djangorestframework to version 3.12.0 --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3fcd0415b3..9872f94952 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ idna>=2.5,<2.11 requests>=2.13.0 Markdown>=3.2.2 MarkupSafe>=1.1.1 -djangorestframework<3.12.0,>=3.8.0 +djangorestframework<=3.12.0,>=3.8.0 urllib3>=1.25.9 \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 8ebc69f4e0..a0da1eb965 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ install_requires = requests >= 2.13.0 Markdown >= 2.6.11 MarkupSafe >= 1.1.1 - djangorestframework < 3.12.0, >= 3.8.0 + djangorestframework <= 3.12.0, >= 3.8.0 urllib3 >= 1.25 [options.packages.find]