From 3867df7fa6d00f49d685c4c095f564212b913f07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 22:54:11 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20djangorestframework=20from=203.9.2=20to?= =?UTF-8?q?=203.11.2=20in=20/=E7=AC=AC4=E7=AF=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.9.2 to 3.11.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.9.2...3.11.2) Signed-off-by: dependabot[bot] --- "\347\254\2544\347\257\207/requirements.txt" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/\347\254\2544\347\257\207/requirements.txt" "b/\347\254\2544\347\257\207/requirements.txt" index 1315826..47ee52f 100644 --- "a/\347\254\2544\347\257\207/requirements.txt" +++ "b/\347\254\2544\347\257\207/requirements.txt" @@ -1,4 +1,4 @@ -djangorestframework==3.9.2 +djangorestframework==3.11.2 Django==2.1.7 Pygments==2.3.1 Markdown==3.1