From 7a0d2cc05a01006088f4914f2e69133739e4c3c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Dec 2021 11:05:45 +0000 Subject: [PATCH] Bump djangorestframework from 3.12.2 to 3.13.0 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.12.2 to 3.13.0. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.12.2...3.13.0) --- updated-dependencies: - dependency-name: djangorestframework dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3091182..5ad8b6e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ asgiref==3.3.1 Django==3.1.5 django-cors-headers==3.6.0 -djangorestframework==3.12.2 +djangorestframework==3.13.0 psycopg2-binary==2.8.6 pytz==2020.5 sqlparse==0.4.1