From 7250bbb3313e8e922cccbb61ef1a2f7e585a52c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 11:44:09 +0000 Subject: [PATCH] Bump pillow from 5.4.1 to 10.3.0 in /docs Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.4.1 to 10.3.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/5.4.1...10.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 10.3.0 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 07b2e2d9..6aa4424f 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,6 +1,6 @@ sphinx==6.2.1 sphinx-rtd-theme==1.2.2 -pillow==5.4.1 +pillow==10.3.0 mock==1.0.1 commonmark==0.9.1 recommonmark==0.5.0