From 173e8b8fda85f27567772eb742580549fcd15ce1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 11:40:53 -0700 Subject: [PATCH] build(deps): bump pillow in /openfl-workspace/torch_cnn_histology/src (#879) Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.3.0 to 10.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/9.3.0...10.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- openfl-workspace/torch_cnn_histology/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openfl-workspace/torch_cnn_histology/src/requirements.txt b/openfl-workspace/torch_cnn_histology/src/requirements.txt index 3639c6a77d..3d39394427 100644 --- a/openfl-workspace/torch_cnn_histology/src/requirements.txt +++ b/openfl-workspace/torch_cnn_histology/src/requirements.txt @@ -1,5 +1,5 @@ torchvision==0.14.1 -Pillow==9.3.0 +Pillow==10.0.1 tqdm==4.48.2 numpy==1.22.2 torch>=1.13.1 # not directly required, pinned by Snyk to avoid a vulnerability