From bc2ebcf2a7cd5da790c27dbdbe8bb59aded0f802 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jun 2021 20:53:48 +0000 Subject: [PATCH] Bump pillow from 6.2.2 to 8.2.0 in /models/team_classifier Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.2 to 8.2.0. - [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.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... 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..a65a268 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.2.0 \ No newline at end of file