Skip to content

Commit bd79d4b

Browse files
chore(deps): update all dependencies (#532)
* chore(deps): update all dependencies * only update flake8 for python 3.8+ Co-authored-by: Anthonios Partheniou <[email protected]>
1 parent 4f26b47 commit bd79d4b

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

background/app/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-cloud-firestore==2.7.3
2-
google-cloud-pubsub==2.13.11
1+
google-cloud-firestore==2.8.0
2+
google-cloud-pubsub==2.13.12
33
flask==2.2.2
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-cloud-translate==3.9.0
2-
google-cloud-firestore==2.7.3
1+
google-cloud-translate==3.10.0
2+
google-cloud-firestore==2.8.0

bookshelf/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Flask==2.2.2
2-
google-cloud-firestore==2.7.3
2+
google-cloud-firestore==2.8.0
33
google-cloud-storage==2.7.0
4-
google-cloud-error-reporting==1.7.0
4+
google-cloud-error-reporting==1.8.0
55
google-cloud-logging==3.4.0
66
gunicorn==20.1.0
77
six==1.16.0

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
flake8==5.0.4
1+
flake8==5.0.4; python_version < '3.8'
2+
flake8==6.0.0; python_version >= '3.8'
23
pytest==7.2.0
34
nox==2022.11.21
45
requests==2.28.1

sessions/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-cloud-firestore==2.7.3
1+
google-cloud-firestore==2.8.0
22
flask==2.2.2

0 commit comments

Comments
 (0)