From 5429a2476c1c9a0b02e410699b38f81738d6d329 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 13 Apr 2021 16:46:05 +0000 Subject: [PATCH] Update xlrd requirement from ~=1.2 to ~=2.0 in /webapp Updates the requirements on [xlrd](https://github.com/python-excel/xlrd) to permit the latest version. - [Release notes](https://github.com/python-excel/xlrd/releases) - [Changelog](https://github.com/python-excel/xlrd/blob/master/CHANGELOG.rst) - [Commits](https://github.com/python-excel/xlrd/compare/1.2.0...2.0.1) Signed-off-by: dependabot-preview[bot] --- webapp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/requirements.txt b/webapp/requirements.txt index cab9e18e..4d603682 100644 --- a/webapp/requirements.txt +++ b/webapp/requirements.txt @@ -4,5 +4,5 @@ django-filter~=2.4 django-polymorphic~=3.0 djangorestframework~=3.10 django-background-tasks~=1.2 -xlrd~=1.2 +xlrd~=2.0 medcat~=1.0