Skip to content

Commit 31ab6e3

Browse files
committed
chore(deps): update dependency flask to v3 [security]
1 parent 08418ec commit 31ab6e3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.2.5
2+
Flask==3.1.3
33
cryptography==41.0.2
44
python-jose[cryptography]==3.3.0
55
requests==2.31.0

bookshelf/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Flask==2.2.5
1+
Flask==3.1.3
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
flask==2.2.5
1+
flask==3.1.3
22
honcho==1.1.0
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.11.1
2-
flask==2.2.5
2+
flask==3.1.3

0 commit comments

Comments
 (0)