From d06c7661738e2c84fefdb15fbac6bba3cd02b91f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Mar 2022 02:33:30 +0000 Subject: [PATCH] Bump djangorestframework from 3.4.1 to 3.11.2 in /requirements Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.4.1 to 3.11.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.4.1...3.11.2) Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 8cecebb0..bd46cae0 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -14,7 +14,7 @@ psycopg2-binary==2.7.7 Pillow==2.8.1 # Rest Framework -djangorestframework==3.4.1 +djangorestframework==3.11.2 # rest-pandas==1.1.0 # patched version to make it python 2 compatible -e git+https://github.com/hacklabr/django-rest-pandas#egg=rest-pandas