From 8774bfee42f404621bf25a80649c42c5d0a21d8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Mar 2022 00:14:41 +0000 Subject: [PATCH] Bump pillow from 6.2.2 to 9.0.1 in /models/team_classifier Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.2 to 9.0.1. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/6.2.2...9.0.1) --- 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..729ce65 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 == 9.0.1 \ No newline at end of file