Skip to content

Commit b35cce6

Browse files
Bump pillow from 10.2.0 to 10.3.0 (#41)
Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.2.0 to 10.3.0. - [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.2.0...10.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 02060e7 commit b35cce6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies = [
3636
"numpy==1.24.1",
3737
"scikit-learn==1.2.1",
3838
"tqdm==4.64.1",
39-
"Pillow==10.2.0",
39+
"Pillow==10.3.0",
4040
"imageio==2.25.0",
4141
]
4242

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
numpy==1.24.1
22
scikit-learn==1.2.1
33
tqdm==4.64.1
4-
Pillow==10.2.0
4+
Pillow==10.3.0
55
imageio==2.25.0

0 commit comments

Comments
 (0)