From 9949bcd99489b38f63880eddff83a666697017a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 23:37:50 +0000 Subject: [PATCH] Bump pillow in /examples/variational-autoencoder/basic-image-recon Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.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.0.0...10.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../variational-autoencoder/basic-image-recon/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/variational-autoencoder/basic-image-recon/requirements.txt b/examples/variational-autoencoder/basic-image-recon/requirements.txt index f47f3eb1b..984f6e3cd 100644 --- a/examples/variational-autoencoder/basic-image-recon/requirements.txt +++ b/examples/variational-autoencoder/basic-image-recon/requirements.txt @@ -1,4 +1,4 @@ Cython==0.28 dyNET==2.0.3 numpy==1.14.2 -Pillow==9.0.0 +Pillow==10.0.1