From 7aef8e9b0333ddb5afc99fbe4ec62447b7b83ec9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 21:58:47 +0000 Subject: [PATCH] Bump djangorestframework from 3.9.4 to 3.11.2 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.9.4 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.4...3.11.2) Signed-off-by: dependabot[bot] --- osx_requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/osx_requirements.txt b/osx_requirements.txt index ba3b9fd2..d12b8e7d 100644 --- a/osx_requirements.txt +++ b/osx_requirements.txt @@ -2,7 +2,7 @@ Django==1.11.23 pytest-cov==2.6.1 mypy==0.600 django-cors-headers==2.5.2 -djangorestframework==3.9.4 +djangorestframework==3.11.2 jsonschema==2.6.0 numpy==1.14.5 pytest==3.5.1 diff --git a/requirements.txt b/requirements.txt index 9c660bf5..e097c186 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ Django==1.11.23 pytest-cov==2.6.1 mypy==0.600 django-cors-headers==2.5.2 -djangorestframework==3.9.4 +djangorestframework==3.11.2 jsonschema==3.1.1 numpy==1.17.4 pytest==3.5.1