From bac89639a3c63bb3e32ff14032c716284f1e8228 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 19:35:45 +0000 Subject: [PATCH] chore(deps): bump pillow from 12.1.1 to 12.2.0 in /.github/workflows Bumps [pillow](https://github.com/python-pillow/Pillow) from 12.1.1 to 12.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/12.1.1...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/requirements.txt b/.github/workflows/requirements.txt index f1ee90a..1e04b0c 100644 --- a/.github/workflows/requirements.txt +++ b/.github/workflows/requirements.txt @@ -7,4 +7,4 @@ mkdocs-minify-plugin # Imaging dependencies for mkdocs-material social plugin # https://squidfunk.github.io/mkdocs-material/plugins/requirements/image-processing/ cairosvg==2.9.0 -pillow==12.1.1 \ No newline at end of file +pillow==12.2.0 \ No newline at end of file