From 1728460f84ddc8957320500da7d793ee1db7da87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 02:23:53 +0000 Subject: [PATCH] Update djangorestframework requirement from <3.14,>=3.12 to >=3.12,<3.15 Updates the requirements on [djangorestframework](https://github.com/encode/django-rest-framework) to permit the latest version. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.12.0...3.14.0) --- updated-dependencies: - dependency-name: djangorestframework 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 fcfbdaf..b5bc648 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ django>=4.0,<4.2 -djangorestframework>=3.12,<3.14 +djangorestframework>=3.12,<3.15 markdown>=3.2,<3.5 django-filter>=2.4,<21.2 django-cors-headers>=3.5,<3.14