From 9db34d76cbe9d142dfdf61be07cf70c69966d47f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 10:48:36 +0000 Subject: [PATCH] Bump pillow from 6.2.2 to 8.1.1 in /models/team_classifier Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.2 to 8.1.1. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/6.2.2...8.1.1) Signed-off-by: dependabot[bot] --- models/team_classifier/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/team_classifier/requirements.txt b/models/team_classifier/requirements.txt index 160bb67..9bb437e 100644 --- a/models/team_classifier/requirements.txt +++ b/models/team_classifier/requirements.txt @@ -2,4 +2,4 @@ classifier opencv-python >=4.2.0.0 matplotlib >= 3.1.0 -pillow == 6.2.2 \ No newline at end of file +pillow == 8.1.1 \ No newline at end of file