Skip to content

Commit 19f0efa

Browse files
authored
chore(multiple samples) Updating dependencies for Werkzeug and Flask (#14195)
* Updating dependencies for Wergxeug and Flask to solve dependeabot security alerts, * Added missing dependencies on the first commit. * Fixed gemini marked issues. * Restored constraints files for airflow. * Added removed trailing lines and restored an airflow requirements file.
1 parent fc7e510 commit 19f0efa

118 files changed

Lines changed: 173 additions & 209 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
Flask==3.0.3; python_version > '3.6'
2-
Flask==2.3.3; python_version < '3.7'
3-
Werkzeug==3.0.3; python_version > '3.6'
4-
Werkzeug==2.3.8; python_version < '3.7'
1+
Flask==3.1.3; python_version >= '3.9'
2+
Werkzeug==3.1.8; python_version >= '3.9'
53
gunicorn==23.0.0
64
requests[security]==2.31.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Flask==3.0.3
1+
Flask==3.1.3; python_version >= '3.9'
22
google-cloud-datastore==2.20.2
33
gunicorn==23.0.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Flask==3.0.3
1+
Flask==3.1.3; python_version >= '3.9'
22
gunicorn==22.0.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Flask==3.0.3
1+
Flask==3.1.3; python_version >= '3.9'
22
gunicorn==23.0.0
33
requests[security]==2.31.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Flask==3.0.3
1+
Flask==3.1.3; python_version >= '3.9'
22
gunicorn==23.0.0
33
requests==2.31.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Flask==3.0.3
1+
Flask==3.1.3; python_version >= '3.9'
22
gunicorn==23.0.0
33
requests==2.31.0

appengine/flexible/numpy/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Flask==3.0.3
1+
Flask==3.1.3; python_version >= '3.9'
22
gunicorn==23.0.0
33
numpy==2.2.4; python_version > '3.9'
44
numpy==1.26.4; python_version == '3.9'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Flask==3.0.3
1+
Flask==3.1.3; python_version >= '3.9'
22
google-cloud-pubsub==2.28.0
33
gunicorn==23.0.0

appengine/flexible/scipy/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Flask==3.0.3
1+
Flask==3.1.3; python_version >= '3.9'
22
gunicorn==23.0.0
33
imageio==2.35.1; python_version == '3.8'
44
imageio==2.36.1; python_version >= '3.9'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Flask==3.0.3
1+
Flask==3.1.3; python_version >= '3.9'
22
gunicorn==23.0.0

0 commit comments

Comments
 (0)