From 3dd424ce31bea8c7a1fba639bc7839ed0e958c6d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Aug 2021 05:28:39 +0000 Subject: [PATCH] Update medcat requirement from ~=1.0 to ~=1.1 in /webapp Updates the requirements on [medcat](https://github.com/CogStack/MedCAT) to permit the latest version. - [Release notes](https://github.com/CogStack/MedCAT/releases) - [Commits](https://github.com/CogStack/MedCAT/compare/v1.0...v1.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..792fafbe 100644 --- a/webapp/requirements.txt +++ b/webapp/requirements.txt @@ -5,4 +5,4 @@ django-polymorphic~=3.0 djangorestframework~=3.10 django-background-tasks~=1.2 xlrd~=1.2 -medcat~=1.0 +medcat~=1.1