From 0b8602cffa24b433d2f725d9c030055bfbdd7210 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 01:23:20 +0000 Subject: [PATCH] Bump pillow from 9.4.0 to 10.0.1 in /head-node-scripts Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.4.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.4.0...10.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- head-node-scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/head-node-scripts/requirements.txt b/head-node-scripts/requirements.txt index b63d01a..b88c3ad 100644 --- a/head-node-scripts/requirements.txt +++ b/head-node-scripts/requirements.txt @@ -4,7 +4,7 @@ matplotlib==3.5.1 numpy==1.22.0 opencv_python==4.5.5.64 pandas==1.5.0 -Pillow==9.4.0 +Pillow==10.0.1 PyYAML==6.0 scikit_image==0.19.2 scikit_learn==1.2.1