Skip to content

Commit 89c7546

Browse files
authored
Apply suggestions from code review
1 parent c8a6120 commit 89c7546

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

authenticating-users/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# [START getting_started_requirements]
2-
Flask==2.3.2
2+
Flask==2.2.5
33
cryptography==40.0.2
44
python-jose[cryptography]==3.3.0
55
requests==2.30.0

background/app/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google-cloud-firestore==2.11.1
22
google-cloud-pubsub==2.16.1
3-
flask==2.3.2
3+
flask==2.2.5

bookshelf/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Flask==2.3.2
1+
Flask==2.2.5
22
google-cloud-firestore==2.11.1
33
google-cloud-storage==2.9.0
44
google-cloud-error-reporting==1.9.1

gce/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
flask==2.3.2
1+
flask==2.2.5
22
honcho==1.1.0
33
gunicorn==20.1.0

sessions/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
google-cloud-firestore==2.11.1
2-
flask==2.3.2
2+
flask==2.2.5

0 commit comments

Comments
 (0)