From fca97a1860647e8ed5b0c63d6eb6c71fc16f4fa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 16:33:01 +0100 Subject: [PATCH] Bump pillow from 9.3.0 to 10.0.1 (#274) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1e5d93f5..471b5adb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -133,7 +133,7 @@ packaging==21.3 # matplotlib pandas==1.4.4 # via -r requirements.in -pillow==9.3.0 +pillow==10.0.1 # via # -r requirements.in # matplotlib