From a5ccf3b30bc62fac8aa618c909ca1e2a6e05475a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 21:31:43 +0000 Subject: [PATCH] Bump pillow Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.1.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/6.1.0...10.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../Week 4/Examples/object_detection/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 TensorFlow Deployment/Course 2 - TensorFlow Lite/Week 4/Examples/object_detection/requirements.txt diff --git a/TensorFlow Deployment/Course 2 - TensorFlow Lite/Week 4/Examples/object_detection/requirements.txt b/TensorFlow Deployment/Course 2 - TensorFlow Lite/Week 4/Examples/object_detection/requirements.txt old mode 100755 new mode 100644 index a33bb0b8..f5b3b401 --- a/TensorFlow Deployment/Course 2 - TensorFlow Lite/Week 4/Examples/object_detection/requirements.txt +++ b/TensorFlow Deployment/Course 2 - TensorFlow Lite/Week 4/Examples/object_detection/requirements.txt @@ -1,5 +1,5 @@ matplotlib==3.0.3 numpy==1.16.4 picamera==1.13 -Pillow==6.1.0 +Pillow==10.0.1 python-tk==0.1 \ No newline at end of file