From 08abbaaa3e650ef25220f5353601d03ca1bf759d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 01:39:29 +0000 Subject: [PATCH] Bump pillow from 9.5.0 to 10.0.1 in /api/python Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.5.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.5.0...10.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- api/python/requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/python/requirements_dev.txt b/api/python/requirements_dev.txt index 9f8878a54e..cffdb67961 100644 --- a/api/python/requirements_dev.txt +++ b/api/python/requirements_dev.txt @@ -1,2 +1,2 @@ -Pillow==9.5.0 +Pillow==10.0.1 pytest==7.3.1