From 51f5284b24179b0b8657c25823f37f3df103a7dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 22:50:19 +0000 Subject: [PATCH] Bump djangorestframework from 3.10.3 to 3.11.2 in /server Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.10.3 to 3.11.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.10.3...3.11.2) Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 33ecdff..4f8f6e3 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -6,7 +6,7 @@ torch==1.4.0 torchvision==0.5.0 onnxruntime==0.5.0 Django==2.2.13 -djangorestframework==3.10.3 +djangorestframework==3.11.2 django-extensions==2.2.5 psycopg2-binary==2.8.4 django-cors-headers==3.2.0