Skip to content

Commit d67ac6d

Browse files
build(deps): 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...11.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 11.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 710f842 commit d67ac6d

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

8383
test = [
8484
"GitPython>=3.1,<3.2",
85-
"Pillow>=10.4.0,<11.3",
85+
"Pillow>=10.4.0,<11.4",
8686
"pytest-cov>=4,<7",
8787
"validators>=0.29.0,<0.36",
8888
]

0 commit comments

Comments
 (0)