From ba71a2621274c5f8465a4655f2c11ff4fa2639e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 10:25:57 +0000 Subject: [PATCH] Bump pillow from 9.0.1 to 9.3.0 in /src/osparc_python_runner 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] --- src/osparc_python_runner/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osparc_python_runner/requirements.txt b/src/osparc_python_runner/requirements.txt index 2ed478b..e4f72f4 100644 --- a/src/osparc_python_runner/requirements.txt +++ b/src/osparc_python_runner/requirements.txt @@ -31,7 +31,7 @@ pandas==1.2.5 # via # -r requirements.in # seaborn -pillow==9.0.1 +pillow==9.3.0 # via matplotlib pipreqs==0.4.10 # via -r requirements.in