From 50b5b6d2865e15fcd6ec91f757587ada6f2a16b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jun 2021 20:39:12 +0000 Subject: [PATCH] Bump pillow from 6.2.1 to 8.2.0 in /RektNet Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.1 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.1...8.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- RektNet/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RektNet/requirements.txt b/RektNet/requirements.txt index 000e9e7..5c7be93 100644 --- a/RektNet/requirements.txt +++ b/RektNet/requirements.txt @@ -4,7 +4,7 @@ torch==1.1.0 torchvision==0.3.0 pandas==0.24.2 optuna==0.19.0 -Pillow==6.2.1 +Pillow==8.2.0 protobuf==3.11.0 pymysql==0.9.3 tqdm==4.39.0