Skip to content

Commit ef3ff28

Browse files
chore(deps): update dependency Werkzeug to v2 (GoogleCloudPlatform#8127)
* chore(deps): update dependency Werkzeug to v2 * revert change for python < 3.7 * revert change from python < 3 Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent f326f4b commit ef3ff28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appengine/flexible/storage/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Flask==2.1.0; python_version > '3.6'
22
Flask==2.0.3; python_version < '3.7'
3-
werkzeug==2.1.0; python_version > '3.6'
3+
werkzeug==2.1.2; python_version > '3.6'
44
werkzeug==2.0.3; python_version < '3.7'
55
google-cloud-storage==2.0.0; python_version < '3.7'
66
google-cloud-storage==2.1.0; python_version > '3.6'

0 commit comments

Comments
 (0)