From 24200c800e2556ab60a8b1ab75ee79126cd4f0f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 09:47:11 +0000 Subject: [PATCH] Bump pillow from 8.3.2 to 9.0.0 in /docs (#42) Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.3.2 to 9.0.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/8.3.2...9.0.0) --- 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> --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index a1f73ca..d71955e 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -24,7 +24,7 @@ jinja2==3.0.1; python_version >= "3.6" loguru==0.5.3; python_version >= "3.5" markupsafe==2.0.1; python_version >= "3.6" pilkit==2.0 -pillow==8.3.2; python_version >= "3.6" +pillow==9.0.0; python_version >= "3.6" pycodestyle==2.7.0; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.5" pygments==2.10.0; python_version >= "3.5" pymupdf==1.18.17