From 23aa15a1d769aaaeeb532415fbe01e26911a944b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 16:17:04 +0000 Subject: [PATCH] Bump pillow from 10.2.0 to 10.3.0 in /tests Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.2.0 to 10.3.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.2.0...10.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index ba08c794..323e1797 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -4,6 +4,6 @@ jax[cpu]==0.4.13 tensorflow==2.13.1 numba==0.58.1 matplotlib==3.7.3 -pillow==10.2.0 +pillow==10.3.0 tensorboardX==2.6.2.2 responses==0.23.3 \ No newline at end of file