From c0b8485b069d41a4221771da9d911f6e025d173b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Dec 2021 15:22:33 +0000 Subject: [PATCH] Bump djangorestframework from 3.12.4 to 3.13.1 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.12.4 to 3.13.1. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.12.4...3.13.1) --- 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 bdb3ad7..1b77afd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ django-background-tasks==1.2.5 django-compat==1.0.15 django-cors-headers==3.10.1 django-db-logger==0.1.11 -djangorestframework==3.12.4 +djangorestframework==3.13.1 google-auth==2.3.3 gunicorn==20.1.0 idna==3.3