Skip to content

Commit fa4f2c6

Browse files
partheadandhleeleahecole
authored
chore: update google-cloud-datastore to 2.7.1 (GoogleCloudPlatform#8112)
Co-authored-by: Dan Lee <71398022+dandhlee@users.noreply.github.com> Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
1 parent 354b4d3 commit fa4f2c6

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==2.1.0; python_version > '3.6'
22
Flask==2.0.3; python_version < '3.7'
3-
google-cloud-datastore==2.4.0
3+
google-cloud-datastore==2.7.1
44
gunicorn==20.1.0
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Flask==1.1.4; python_version < '3.0'
22
Flask==2.1.0; python_version > '3.0'
3-
google-cloud-datastore==2.4.0; python_version >= "3.0"
4-
google-cloud-datastore==1.15.5; python_version < "3.0"
3+
google-cloud-datastore==2.7.1; python_version >= "3.0"
4+
google-cloud-datastore===1.15.5; python_version < "3.0"
55
google-cloud-tasks==2.7.1 ; python_version >= "3.0"
66
google-cloud-tasks==1.5.2 ; python_version < "3.0"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Flask==1.1.4; python_version < '3.0'
22
Flask==2.1.0; python_version > '3.0'
3-
google-cloud-datastore==2.4.0 ; python_version >= "3.0"
4-
google-cloud-datastore==1.15.5 ; python_version < "3.0"
3+
google-cloud-datastore==2.7.1 ; python_version >= "3.0"
4+
google-cloud-datastore===1.15.5 ; python_version < "3.0"
55
google-cloud-pubsub==2.9.0 ; python_version >= "3.0"
66
# 1.7.0 is the latest compatible version for Python 2.
77
google-cloud-pubsub==1.7.2 ; python_version < "3.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Flask==2.1.0
2-
google-cloud-datastore==2.4.0
2+
google-cloud-datastore==2.7.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==2.1.0
2-
google-cloud-datastore==2.4.0
2+
google-cloud-datastore==2.7.1
33
google-auth==2.6.2
44
requests==2.27.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==2.1.0
2-
google-cloud-datastore==2.4.0
2+
google-cloud-datastore==2.7.1
33
google-auth==2.6.2
44
requests==2.27.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-cloud-datastore==2.4.0
1+
google-cloud-datastore==2.7.1

codelabs/flex_and_vision/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ gunicorn==19.10.0; python_version < '3.0'
44
google-cloud-vision==2.7.3
55
google-cloud-storage==2.0.0; python_version < '3.7'
66
google-cloud-storage==2.1.0; python_version > '3.6'
7-
google-cloud-datastore==2.4.0
7+
google-cloud-datastore==2.7.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-cloud-datastore==2.4.0
1+
google-cloud-datastore==2.7.1

0 commit comments

Comments
 (0)