From 1cc748758ab65222659f4769775fbb4f457b5e69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 00:52:36 +0000 Subject: [PATCH] Bump pillow from 9.3.0 to 10.0.1 in /inference-function 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] --- inference-function/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inference-function/requirements.txt b/inference-function/requirements.txt index bb7b5ef..3cc2885 100644 --- a/inference-function/requirements.txt +++ b/inference-function/requirements.txt @@ -1,4 +1,4 @@ onnxruntime >= 1.0.0, < 2.0.0 -Pillow == 9.3.0 +Pillow == 10.0.1 numpy == 1.21.0 requests-toolbelt == 0.9.1