Skip to content

Commit 5dd8077

Browse files
authored
chore(deps): update dependency flask to v2.0.1 (GoogleCloudPlatform#354)
1 parent 7e692bf commit 5dd8077

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

authenticating-users/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# [START getting_started_requirements]
2-
Flask==2.0.0
2+
Flask==2.0.1
33
cryptography==3.4.7
44
python-jose[cryptography]==3.2.0
55
requests==2.25.1

background/app/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google-cloud-firestore==2.1.1
22
google-cloud-pubsub==2.5.0
3-
flask==2.0.0
3+
flask==2.0.1

bookshelf/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Flask==2.0.0
1+
Flask==2.0.1
22
google-cloud-firestore==2.1.1
33
google-cloud-storage==1.38.0
44
google-cloud-logging==2.4.0

gce/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
flask==2.0.0
1+
flask==2.0.1
22
honcho==1.0.1
33
gunicorn==20.1.0

sessions/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
google-cloud-firestore==2.1.1
2-
flask==2.0.0
2+
flask==2.0.1

0 commit comments

Comments
 (0)