From dade3de972abbf7a71b8d2c23b1b9f1b58fc2a1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 00:53:14 +0000 Subject: [PATCH] build(deps-dev): bump pillow from 12.2.0 to 12.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 12.2.0 to 12.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/12.2.0...12.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.3.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Browser/dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Browser/dev-requirements.txt b/Browser/dev-requirements.txt index 09fa9b355..87cdac5cd 100644 --- a/Browser/dev-requirements.txt +++ b/Browser/dev-requirements.txt @@ -11,7 +11,7 @@ robotstatuschecker >= 4.1.1 rellu >= 2.0.2 approvaltests == 18.2.0 pytest-mock==3.15.1 -Pillow==12.2.0 +Pillow==12.3.0 # Required for injecting google analytics tags on release beautifulsoup4 >= 4.15.0 coverage >= 7.14.3