From 0b19b084e2890aff9597a371fd6ae66d9a996396 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Sep 2021 00:03:35 -0700 Subject: [PATCH] build(deps): bump pillow from 8.2.0 to 8.3.2 in /requirements/main.txt (#825) Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.2.0 to 8.3.2. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/8.2.0...8.3.2) --- 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> --- requirements/main.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/main.txt b/requirements/main.txt index 8f11afe0..f4a7865e 100644 --- a/requirements/main.txt +++ b/requirements/main.txt @@ -5,6 +5,6 @@ img2pdf == 0.4.0 pdfminer.six == 20201018 pikepdf == 2.10.0 pluggy == 0.13.1 -Pillow == 8.2.0 +Pillow == 8.3.2 reportlab == 3.5.66 tqdm == 4.59.0