Skip to content

Commit

Permalink
chore: update google-cloud-datastore to 2.7.1 (GoogleCloudPlatform#8112)
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Lee <[email protected]>
Co-authored-by: Leah E. Cole <[email protected]>
  • Loading branch information
3 people authored Jun 23, 2022
1 parent 354b4d3 commit fa4f2c6
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion appengine/flexible/datastore/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==2.1.0; python_version > '3.6'
Flask==2.0.3; python_version < '3.7'
google-cloud-datastore==2.4.0
google-cloud-datastore==2.7.1
gunicorn==20.1.0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Flask==1.1.4; python_version < '3.0'
Flask==2.1.0; python_version > '3.0'
google-cloud-datastore==2.4.0; python_version >= "3.0"
google-cloud-datastore==1.15.5; python_version < "3.0"
google-cloud-datastore==2.7.1; python_version >= "3.0"
google-cloud-datastore===1.15.5; python_version < "3.0"
google-cloud-tasks==2.7.1 ; python_version >= "3.0"
google-cloud-tasks==1.5.2 ; python_version < "3.0"
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Flask==1.1.4; python_version < '3.0'
Flask==2.1.0; python_version > '3.0'
google-cloud-datastore==2.4.0 ; python_version >= "3.0"
google-cloud-datastore==1.15.5 ; python_version < "3.0"
google-cloud-datastore==2.7.1 ; python_version >= "3.0"
google-cloud-datastore===1.15.5 ; python_version < "3.0"
google-cloud-pubsub==2.9.0 ; python_version >= "3.0"
# 1.7.0 is the latest compatible version for Python 2.
google-cloud-pubsub==1.7.2 ; python_version < "3.0"
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Flask==2.1.0
google-cloud-datastore==2.4.0
google-cloud-datastore==2.7.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==2.1.0
google-cloud-datastore==2.4.0
google-cloud-datastore==2.7.1
google-auth==2.6.2
requests==2.27.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==2.1.0
google-cloud-datastore==2.4.0
google-cloud-datastore==2.7.1
google-auth==2.6.2
requests==2.27.1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-cloud-datastore==2.4.0
google-cloud-datastore==2.7.1
2 changes: 1 addition & 1 deletion codelabs/flex_and_vision/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ gunicorn==19.10.0; python_version < '3.0'
google-cloud-vision==2.7.3
google-cloud-storage==2.0.0; python_version < '3.7'
google-cloud-storage==2.1.0; python_version > '3.6'
google-cloud-datastore==2.4.0
google-cloud-datastore==2.7.1
2 changes: 1 addition & 1 deletion datastore/cloud-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-cloud-datastore==2.4.0
google-cloud-datastore==2.7.1

0 comments on commit fa4f2c6

Please sign in to comment.