Skip to content

Commit 3d8ef39

Browse files
chore(deps): bump pillow in /generative_ai/embeddings
Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.4.0 to 12.2.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.4.0...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 994257d commit 3d8ef39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

generative_ai/embeddings/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pandas==2.2.3; python_version == '3.7'
22
pandas==2.2.3; python_version == '3.8'
33
pandas==2.2.3; python_version > '3.8'
4-
pillow==10.4.0; python_version < '3.8'
4+
pillow==12.2.0; python_version < '3.8'
55
pillow==10.4.0; python_version >= '3.8'
66
google-cloud-aiplatform[all]==1.84.0
77
sentencepiece==0.2.0

0 commit comments

Comments
 (0)