Skip to content

Commit daa342c

Browse files
build(deps): bump pillow from 11.1.0 to 11.2.1 (#360)
Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.1.0 to 11.2.1. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@11.1.0...11.2.1) --- updated-dependencies: - dependency-name: pillow dependency-version: 11.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d4fa195 commit daa342c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ docs = [
8484
]
8585
tests = [
8686
"numpy==2.2.4 ; sys_platform == 'linux' and python_version == '3.13'",
87-
"pillow==11.1.0 ; sys_platform == 'linux' and python_version == '3.13'",
87+
"pillow==11.2.1 ; sys_platform == 'linux' and python_version == '3.13'",
8888
"pytest==8.3.5",
8989
"pytest-cov==6.1.1",
9090
"pytest-rerunfailures==15.0",

0 commit comments

Comments
 (0)