From 7428c5f12c1a8c7f5b77f089409561d36e4dad79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 14:04:40 +0000 Subject: [PATCH] Bump pillow from 9.5.0 to 10.3.0 in /expose Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.5.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/9.5.0...10.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 10.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- expose/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expose/requirements.txt b/expose/requirements.txt index 54cac73..d276af0 100644 --- a/expose/requirements.txt +++ b/expose/requirements.txt @@ -10,4 +10,4 @@ torch==2.0.1 scikit-learn==1.2.2 numpy==1.24.3 pytesseract==0.3.10 -Pillow==9.5.0 \ No newline at end of file +Pillow==10.3.0 \ No newline at end of file