From 869c6511271892238595fef89da352d684880f41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 06:00:15 +0000 Subject: [PATCH] build(deps): bump pillow Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.1 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.0.1...10.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 10.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- workshops/mask_detection_training/infer/files/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workshops/mask_detection_training/infer/files/requirements.txt b/workshops/mask_detection_training/infer/files/requirements.txt index a3926ff..77576b9 100644 --- a/workshops/mask_detection_training/infer/files/requirements.txt +++ b/workshops/mask_detection_training/infer/files/requirements.txt @@ -1,4 +1,4 @@ numpy==1.24.1 opencv_python==4.8.1.78 -Pillow==10.0.1 +Pillow==10.3.0 torch==2.7.0