Skip to content

Commit 82e357c

Browse files
Update pillow requirement from >=12.2.0 to >=12.3.0
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@12.2.0...12.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fe29b78 commit 82e357c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ numpy>=2.5.1; python_version >= '3.12'
3838
packaging>=26.2
3939
pandas>=1.4.0, <3.0.0
4040
panel>=1.9.3
41-
Pillow>=12.2.0 # (sec vuln) transitive dependency via bokeh
41+
Pillow>=12.3.0 # (sec vuln) transitive dependency via bokeh
4242
pydantic>=1.8.0, <3.0.0
4343
pygments>=2.20.0
4444
pyjwt>=2.13.0

0 commit comments

Comments
 (0)