From 7237d97bc68d7020d61bef2343b7ddf357474588 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 22:13:51 +0000 Subject: [PATCH] Bump pillow from 10.1.0 to 10.2.0 in /demo-python/code/functions Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.1.0 to 10.2.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.1.0...10.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- demo-python/code/functions/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo-python/code/functions/requirements.txt b/demo-python/code/functions/requirements.txt index cbb9247..624d876 100644 --- a/demo-python/code/functions/requirements.txt +++ b/demo-python/code/functions/requirements.txt @@ -16,7 +16,7 @@ networkx==3.2 nltk==3.8.1 numpy==1.26.1 packaging==23.2 -Pillow==10.1.0 +Pillow==10.2.0 PyYAML==6.0.1 regex==2023.10.3 requests==2.31.0