Skip to content

Commit 3b36814

Browse files
build(deps-dev): update pillow requirement
Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@10.4.0...12.1.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 61ab2fc commit 3b36814

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
@@ -74,7 +74,7 @@ security = ["bandit>=1.8.3,<2", "safety>=3.3.1,<4"]
7474

7575
test = [
7676
"GitPython>=3.1,<3.2",
77-
"Pillow>=10.4.0,<12.1",
77+
"Pillow>=10.4.0,<12.2",
7878
"pytest-cov>=4,<8",
7979
"validators>=0.29.0,<0.36",
8080
]

0 commit comments

Comments
 (0)