From 9f8910ea7c68e516d7cfd866102a1566afc9070f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 12:36:02 +0000 Subject: [PATCH] build(deps): bump pillow from 9.0.1 to 10.2.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.1 to 10.2.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...10.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 48c7746..e5129f3 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -89,7 +89,7 @@ parso==0.8.3; python_full_version >= "3.6.2" and python_version >= "3.8" pathspec==0.9.0; python_full_version >= "3.6.2" and python_version >= "3.8" pexpect==4.8.0; sys_platform != "win32" and python_version >= "3.8" and python_full_version >= "3.6.2" pickleshare==0.7.5; python_full_version >= "3.6.2" and python_version >= "3.8" -pillow==9.0.1; python_version >= "3.7" +pillow==10.2.0; python_version >= "3.7" pkginfo==1.8.2; python_version >= "3.6" platformdirs==2.5.1; python_version >= "3.8" and python_full_version >= "3.6.2" pluggy==1.0.0; python_version >= "3.6"