From 0e55a0b68bb0231ea187b6dcc4b8468fe0566cbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 14:44:32 -0800 Subject: [PATCH] build(deps): bump pillow in /openfl-tutorials/experimental/Global_DP (#912) Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.1 to 10.2.0. - [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/10.0.1...10.2.0) --- 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> --- .../experimental/Global_DP/requirements_global_dp.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openfl-tutorials/experimental/Global_DP/requirements_global_dp.txt b/openfl-tutorials/experimental/Global_DP/requirements_global_dp.txt index 4c11c3f84c..1a1c19a177 100644 --- a/openfl-tutorials/experimental/Global_DP/requirements_global_dp.txt +++ b/openfl-tutorials/experimental/Global_DP/requirements_global_dp.txt @@ -3,6 +3,6 @@ torch==1.13.1 torchvision==0.13.1 opacus==1.2.0 matplotlib==3.6.0 -pillow==10.0.1 +pillow==10.2.0 pyyaml==6.0 cloudpickle