Skip to content

Commit ebb375f

Browse files
authored
chore(deps): bump pillow to 12.3.0 to resolve dependabot alerts (#14525)
* chore(deps): bump pillow to 12.3.0 to resolve dependabot alerts Updates pillow from 12.2.0 to 12.3.0 across multiple requirements.txt files to address security vulnerabilities flagged by dependabot. * Fixed wrong syntax on pinned version on requriements files.
1 parent 9e0b283 commit ebb375f

22 files changed

Lines changed: 23 additions & 23 deletions

File tree

appengine/flexible/scipy/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ imageio==2.36.1; python_version >= '3.9'
55
numpy==2.2.4; python_version > '3.9'
66
numpy==1.26.4; python_version == '3.9'
77
numpy==1.24.4; python_version == '3.8'
8-
pillow==12.2.0; python_version >= '3.10'
8+
pillow==12.3.0; python_version >= '3.10'
99
scipy==1.10.1; python_version <= '3.9'
1010
scipy==1.14.1; python_version > '3.9'
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# be sure to update the constraints file to match
22
# see https://airflow.apache.org/docs/apache-airflow/stable/installation/installing-from-pypi.html#constraints-files
3-
apache-airflow==3.2.1; python_version >= 3.10
4-
apache-airflow-providers-google==21.3.0; python_version >= 3.10
3+
apache-airflow==3.2.1; python_version >= "3.10"
4+
apache-airflow-providers-google==21.3.0; python_version >= "3.10"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# be sure to update the constraints file to match
22
# see https://airflow.apache.org/docs/apache-airflow/stable/installation/installing-from-pypi.html#constraints-files
3-
apache-airflow[google]==3.2.1; python_version >= 3.10
3+
apache-airflow[google]==3.2.1; python_version >= "3.10"
44
apache-airflow-providers-apache-beam==5.1.1
55
apache-airflow-providers-slack==7.3.2
66
apache-airflow-providers-http==4.4.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# be sure to update the constraints file to match
22
# see https://airflow.apache.org/docs/apache-airflow/stable/installation/installing-from-pypi.html#constraints-files
3-
apache-airflow==3.2.1; python_version >= 3.10
3+
apache-airflow==3.2.1; python_version >= "3.10"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pillow==12.2.0; python_version >= "3.10"
1+
pillow==12.3.0; python_version >= "3.10"
22
apache-beam[gcp]==2.74.0
33
rasterio==1.3.10
44
tensorflow==2.21.0 # Check TensorFlow/CUDA compatibility with Dockerfile: https://www.tensorflow.org/install/source#gpu
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pillow==12.2.0; python_version >= "3.10"
1+
pillow==12.3.0; python_version >= "3.10"
22
apache-beam[gcp]==2.74.0
33
rasterio==1.3.10
44
tensorflow==2.21.0 # Check TensorFlow/CUDA compatibility with Dockerfile: https://www.tensorflow.org/install/source#gpu
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
google-genai==1.42.0
2-
pillow==12.2.0; python_version >= "3.10"
2+
pillow==12.3.0; python_version >= "3.10"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
google-genai==1.60.0
2-
pillow==12.2.0; python_version >= "3.10"
2+
pillow==12.3.0; python_version >= "3.10"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
google-genai==1.42.0
2-
pillow==12.2.0; python_version >= "3.10"
2+
pillow==12.3.0; python_version >= "3.10"

genai/tools/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google-genai==1.45.0
22
# PIl is required for tools_code_execution_with_txt_img.py
3-
pillow==12.2.0; python_version >= "3.10"
3+
pillow==12.3.0; python_version >= "3.10"

0 commit comments

Comments
 (0)