From d56cc26681bcabfb5ce4982e4eadb511ff07199d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 21:29:31 +0000 Subject: [PATCH] Bump pillow from 6.1.0 to 10.0.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.1.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/6.1.0...10.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/requirements.txt b/docker/requirements.txt index e2ce163..0647887 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -1,7 +1,7 @@ matplotlib numpy pandas==0.25.0 -Pillow==6.1.0 +Pillow==10.0.1 pyserial==3.4 PySimpleGUI==4.1.0 scipy diff --git a/requirements.txt b/requirements.txt index 11fa9b4..61e5c5d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ matplotlib numpy pandas==0.25.0 -Pillow==6.1.0 +Pillow==10.0.1 pyserial==3.4 PySimpleGUI==4.11.0 scipy