From bf230366593ae621c63c0d68565f255d96fd8253 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 15:18:13 +0000 Subject: [PATCH] build(deps-dev): bump pillow from 9.5.0 to 10.0.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.5.0 to 10.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/9.5.0...10.0.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5253a56be..3c463ef5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ tests = [ doc = [ "ansys-sphinx-theme==0.9.9", "numpydoc==1.5.0", - "pillow==9.5.0", + "pillow==10.0.0", "pyansys-docker==5.0.4", "Sphinx==7.0.1", "sphinx-copybutton==0.5.2", @@ -84,7 +84,7 @@ dev = [ "ansys-sphinx-theme==0.9.9", "numpy==1.25.0", "numpydoc==1.5.0", - "pillow==9.5.0", + "pillow==10.0.0", "psutil==5.9.5", "pyansys-docker==5.0.4", "pytest==7.4.0",