From cb78e7ad4fe6d6b651f301ef7a9e2efb8592b5f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 21:25:29 +0000 Subject: [PATCH] chore(deps): bump pillow from 10.2.0 to 11.0.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.2.0 to 11.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/10.2.0...11.0.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ca89f60bb7..c6b9d0aac6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ json-home-client==1.1.1 kdl-py==1.2.0; python_version >= '3.7' lxml==5.3.0 multidict==6.0.5; python_version >= '3.7' -pillow==10.2.0 +pillow==11.0.0 pygments==2.17.2 requests==2.32.3 result==0.16.1; python_version >= '3.8'