Skip to content

Commit b9ecdea

Browse files
chore(deps): update dependency google-api-core to v2.17.1 (GoogleCloudPlatform#11314)
* chore(deps): update dependency google-api-core to v2.17.1 * πŸ¦‰ Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 104a5dc commit b9ecdea

File tree

11 files changed

+14
-12
lines changed

11 files changed

+14
-12
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pytest==7.3.2
22
google-cloud-testutils==1.3.3
3-
google-api-core==2.11.0
3+
google-api-core==2.17.1
44
google-cloud-storage==2.9.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pytest==7.2.0
22
google-auth==2.23.3
3-
google-api-core==2.12.0
3+
google-api-core==2.17.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pytest==7.0.1
22
requests==2.31.0
3-
google-api-core==2.11.1
3+
google-api-core==2.17.1
44
google-resumable-media==2.5.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-api-core==2.14.0
1+
google-api-core==2.17.1
22
google-cloud-bigquery==3.13.0
33
google-cloud-contact-center-insights==1.14.0

β€Žfunctions/v2/datastore/hello-datastore/main_test.pyβ€Ž

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@
2121
def test_hello_datastore(capsys):
2222
old_entity = datastore.EntityResult(
2323
entity=datastore.Entity(
24-
properties={"name": datastore.Value(string_value="Old Test Name")}),
24+
properties={"name": datastore.Value(string_value="Old Test Name")}
25+
),
2526
)
2627
new_entity = datastore.EntityResult(
2728
entity=datastore.Entity(
28-
properties={"name": datastore.Value(string_value="New Test Name")}),
29+
properties={"name": datastore.Value(string_value="New Test Name")}
30+
),
2931
)
3032

3133
datastore_payload = datastore.EntityEventData(
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
functions-framework==3.5.0
22
google-events==0.11.0
33
google-cloud-datastore==2.19.0
4-
google-api-core==2.15.0
4+
google-api-core==2.17.1
55
protobuf==4.25.2
66
cloudevents==1.10.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
functions-framework==3.3.0
22
google-events==0.11.0
3-
google-api-core==2.11.1
3+
google-api-core==2.17.1
44
protobuf==4.23.3
55
cloudevents==1.10.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
functions-framework==3.3.0
22
google-events==0.11.0
3-
google-api-core==2.11.1
3+
google-api-core==2.17.1
44
protobuf==4.23.3
55
google-cloud-firestore==2.11.1
66
cloudevents==1.10.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
backoff==2.2.1
2-
google-api-core==2.11.1
2+
google-api-core==2.17.1
33
pytest==6.2.4

β€Žmonitoring/opencensus/requirements.txtβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Flask==3.0.0
2-
google-api-core==2.11.1
2+
google-api-core==2.17.1
33
google-auth==2.19.1
44
googleapis-common-protos==1.59.1
55
opencensus==0.11.2

0 commit comments

Comments
Β (0)