From f9d4e482ee8a38b81b0c9f8b463bbb90f34430b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 01:03:40 +0000 Subject: [PATCH] Bump pillow from 9.3.0 to 10.0.1 in /camera-app 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] --- camera-app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/camera-app/requirements.txt b/camera-app/requirements.txt index 5c5c127..754d572 100644 --- a/camera-app/requirements.txt +++ b/camera-app/requirements.txt @@ -15,7 +15,7 @@ netCDF4==1.5.5.1 numpy==1.22.0 opencv-contrib-python==4.5.1.48 pandas==1.1.5 -Pillow==9.3.0 +Pillow==10.0.1 Pygments==2.7.4 pyinaturalist==0.11.0 pytest==6.2.1