From f7b6f1f7109d7fc6e490bb4019da70b6f6655633 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 22:34:08 +0000 Subject: [PATCH] Bump djangorestframework from 3.9.3 to 3.11.2 in /las/_config/packaging Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.9.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.9.3...3.11.2) Signed-off-by: dependabot[bot] --- las/_config/packaging/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 las/_config/packaging/requirements.txt diff --git a/las/_config/packaging/requirements.txt b/las/_config/packaging/requirements.txt old mode 100755 new mode 100644 index bf648a9..5feb6fb --- a/las/_config/packaging/requirements.txt +++ b/las/_config/packaging/requirements.txt @@ -1,5 +1,5 @@ Django>=2.2 -djangorestframework==3.9.3 # waiting for fixes before moving on to next versions +djangorestframework==3.11.2 # waiting for fixes before moving on to next versions pymongo>=3.7.1 celery>=4.2 django-bootstrap-breadcrumbs>=0.9.1