From ed4ec36234b1b263d50822edc5b7fd894dac8c97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 15:47:41 +0000 Subject: [PATCH] build(deps): bump pillow from 6.0.0 to 9.0.1 in /docker/v3.6 Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.0.0 to 9.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.0.0...9.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/v3.6/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/v3.6/requirements.txt b/docker/v3.6/requirements.txt index 55f119a68..6c33d9b02 100644 --- a/docker/v3.6/requirements.txt +++ b/docker/v3.6/requirements.txt @@ -69,7 +69,7 @@ parameterized==0.7.0 parso==0.2.1 # via jedi pexpect==4.6.0 # via ipython pickleshare==0.7.4 # via ipython -pillow==6.0.0 # via reportlab, xhtml2pdf +pillow==9.0.1 # via reportlab, xhtml2pdf pip-tools==2.0.2 prompt-toolkit==3.0.21 # via ipython ptyprocess==0.6.0 # via pexpect