From 7016a85ab3a465032806071b26d32d4537dba123 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 11:34:55 +0800 Subject: [PATCH] Bump pillow from 6.1 to 10.0.1 in /logparser/NuLog (#103) Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.1 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/6.1.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> --- logparser/NuLog/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logparser/NuLog/requirements.txt b/logparser/NuLog/requirements.txt index f921b9a0..496f9d5e 100644 --- a/logparser/NuLog/requirements.txt +++ b/logparser/NuLog/requirements.txt @@ -1,4 +1,4 @@ -pillow==6.1 +pillow==10.0.1 pandas regex==2022.3.2 numpy