Skip to content

Commit 8b3d4ed

Browse files
renovate-botglasnt
andauthored
chore(deps): update dependency imageio to v2.36.1 (#12937)
* chore(deps): update dependency imageio to v2.36.1 * Update appengine/flexible/scipy/requirements.txt * Update appengine/flexible/scipy/requirements.txt --------- Co-authored-by: Katie McLaughlin <katie@glasnt.com>
1 parent 409a7d8 commit 8b3d4ed

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

appengine/flexible/scipy/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Flask==3.0.3
22
gunicorn==22.0.0
3-
imageio==2.34.2
3+
imageio==2.35.1; python_version == '3.8'
4+
imageio==2.36.1; python_version >= '3.9'
45
numpy==2.0.0; python_version > '3.9'
56
numpy==1.26.4; python_version == '3.9'
67
numpy==1.24.4; python_version == '3.8'

appengine/flexible_python37_and_earlier/scipy/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Flask==3.0.3; python_version > '3.6'
22
Flask==2.0.3; python_version < '3.7'
33
gunicorn==22.0.0
4-
imageio==2.34.2
4+
imageio==2.36.1
55
numpy==2.0.0; python_version > '3.9'
66
numpy==1.26.4; python_version == '3.9'
77
numpy==1.24.4; python_version == '3.8'

people-and-planet-ai/land-cover-classification/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ apache-beam[gcp]==2.46.0
33
earthengine-api==0.1.395
44
folium==0.16.0
55
google-cloud-aiplatform==1.47.0
6-
imageio==2.34.2
6+
imageio==2.36.1
77
plotly==5.15.0
88
tensorflow==2.12.0

0 commit comments

Comments
 (0)