Skip to content

Commit 7e44152

Browse files
dependabot[bot]David Cavazos
andauthored
chore(deps): bump pillow from 10.0.1 to 10.3.0 in /dataflow/gpu-examples/tensorflow-landsat-prime (GoogleCloudPlatform#11399)
* chore(deps): bump pillow Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.1 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.0.1...10.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * skip python 3.12 since apache beam doesn't support it --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David Cavazos <dcavazos@google.com>
1 parent af43958 commit 7e44152

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dataflow/gpu-examples/tensorflow-landsat-prime/noxfile_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# > ℹ️ Test only on Python 3.10.
2626
# > The Python version used is defined by the Dockerfile, so it's redundant
2727
# > to run multiple tests since they would all be running the same Dockerfile.
28-
"ignored_versions": ["2.7", "3.6", "3.7", "3.8", "3.9", "3.11"],
28+
"ignored_versions": ["2.7", "3.6", "3.7", "3.8", "3.9", "3.11", "3.12"],
2929
# Old samples are opted out of enforcing Python type hints
3030
# All new samples should feature them
3131
"enforce_type_hints": True,
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Pillow==10.0.1
1+
Pillow==10.3.0
22
apache-beam[gcp]==2.46.0
33
rasterio==1.3.7
44
tensorflow==2.12.0 # Check TensorFlow/CUDA compatibility with Dockerfile: https://www.tensorflow.org/install/source#gpu

0 commit comments

Comments
 (0)