From 462f8c3b89d577914b4322ea5ecb457abc1db38d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jul 2024 20:04:28 +0000 Subject: [PATCH] Bump pillow from 10.3.0 to 10.4.0 in /core Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.3.0 to 10.4.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.3.0...10.4.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- core/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/pyproject.toml b/core/pyproject.toml index a0b3a70de0..a6cd739c09 100644 --- a/core/pyproject.toml +++ b/core/pyproject.toml @@ -68,7 +68,7 @@ dependencies = [ dev = [ "coverage[toml] == 7.5.4", "coverage-conditional-plugin == 0.9.0", - "Pillow == 10.3.0", + "Pillow == 10.4.0", # Pre-commit 3.6.0 deprecated support for Python 3.8 "pre-commit == 3.5.0 ; python_version < '3.9'", "pre-commit == 3.7.1 ; python_version >= '3.9'", @@ -82,7 +82,7 @@ dev = [ ] docs = [ "furo == 2024.5.6", - "Pillow == 10.3.0", + "Pillow == 10.4.0", "pyenchant == 3.2.2", # Sphinx 7.2 deprecated support for Python 3.8 "sphinx == 7.1.2 ; python_version < '3.9'",