From 6677f3fa922c4336e15cc0636f9605672bf6f89b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 22:05:07 +0000 Subject: [PATCH] Bump pillow from 7.2.0 to 10.0.1 in /runtimeplot Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.2.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/7.2.0...10.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- runtimeplot/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtimeplot/requirements.txt b/runtimeplot/requirements.txt index d37458a..f947451 100644 --- a/runtimeplot/requirements.txt +++ b/runtimeplot/requirements.txt @@ -7,7 +7,7 @@ kiwisolver==1.2.0 matplotlib==3.3.0 numpy==1.19.0 pathspec==0.8.0 -Pillow==7.2.0 +Pillow==10.0.1 pyparsing==2.4.7 python-dateutil==2.8.1 regex==2020.7.14