From 455142517c397dcb84eed33fb7253ac6040926e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 10:15:38 +0000 Subject: [PATCH] Bump pillow from 9.0.1 to 9.3.0 in /Probe Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.1 to 9.3.0. - [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.0.1...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Probe/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Probe/requirements.txt b/Probe/requirements.txt index ae26e75d..8cf59c65 100644 --- a/Probe/requirements.txt +++ b/Probe/requirements.txt @@ -23,7 +23,7 @@ matplotlib==3.3.3 numpy==1.22.0 packaging==20.7 pandas==1.1.4 -Pillow==9.0.1 +Pillow==9.3.0 plotly==4.13.0 probe==1.0.0 Pygments==2.7.4