Skip to content

Commit b855426

Browse files
chore(deps): update all dependencies (#540)
* chore(deps): update all dependencies * Apply suggestions from code review --------- Co-authored-by: Dan Lee <[email protected]>
1 parent 787b743 commit b855426

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

authenticating-users/requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# [START getting_started_requirements]
2-
Flask==2.2.2
3-
cryptography==39.0.1
2+
Flask==2.2.5
3+
cryptography==40.0.2
44
python-jose[cryptography]==3.3.0
5-
requests==2.28.2
5+
requests==2.30.0
66
# [END getting_started_requirements]

background/app/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-cloud-firestore==2.9.1
2-
google-cloud-pubsub==2.14.0
1+
google-cloud-firestore==2.11.1
2+
google-cloud-pubsub==2.16.1
33
flask==2.2.5

background/function/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-cloud-translate==3.10.1
2-
google-cloud-firestore==2.9.1
1+
google-cloud-translate==3.11.1
2+
google-cloud-firestore==2.11.1

bookshelf/requirements.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Flask==2.2.2
2-
google-cloud-firestore==2.9.1
3-
google-cloud-storage==2.7.0
4-
google-cloud-error-reporting==1.8.1
1+
Flask==2.2.5
2+
google-cloud-firestore==2.11.1
3+
google-cloud-storage==2.9.0
4+
google-cloud-error-reporting==1.9.1
55
google-cloud-logging==3.5.0
66
gunicorn==20.1.0
77
six==1.16.0

requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
flake8===5.0.4; python_version < '3.8'
22
flake8==6.0.0; python_version >= '3.8'
3-
pytest==7.2.1
4-
nox==2022.11.21
5-
requests==2.28.2
3+
pytest==7.3.1
4+
nox==2023.4.22
5+
requests==2.30.0

sessions/requirements.txt

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

0 commit comments

Comments
 (0)