Skip to content

Commit 0f750e1

Browse files
authored
chore(deps): update dependency google-cloud-monitoring to v1 (#3950)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [google-cloud-monitoring](https://togithub.com/googleapis/python-monitoring) | major | `==0.36.0` -> `==1.0.0` | --- ### Release Notes <details> <summary>googleapis/python-monitoring</summary> ### [`v1.0.0`](https://togithub.com/googleapis/python-monitoring/blob/master/CHANGELOG.md#&#8203;100-httpswwwgithubcomgoogleapispython-monitoringcomparev0360v100-2020-06-03) [Compare Source](https://togithub.com/googleapis/python-monitoring/compare/v0.36.0...v1.0.0) ##### Features - set release_status to Production/Stable ([#&#8203;8](https://www.github.com/googleapis/python-monitoring/issues/8)) ([a99d67a](https://www.github.com/googleapis/python-monitoring/commit/a99d67a4f1399b9a74f189c6332cd85e56149fac)) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#GoogleCloudPlatform/python-docs-samples).
1 parent 9c604b7 commit 0f750e1

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

bigquery/datalab-migration/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ google-cloud-bigquery[pandas,pyarrow]==1.24.0
33
datalab==1.2.0
44
ipython==7.13.0; python_version > "2.7"
55
ipython<=5.5; python_version == "2.7"
6-
google-cloud-monitoring==0.36.0
6+
google-cloud-monitoring==1.0.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
google-cloud-bigtable==1.2.1
2-
google-cloud-monitoring==0.36.0
2+
google-cloud-monitoring==1.0.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-cloud-monitoring==0.36.0
1+
google-cloud-monitoring==1.0.0
22
tabulate==0.8.7
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-cloud-monitoring==0.36.0
1+
google-cloud-monitoring==1.0.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-cloud-monitoring==0.36.0
1+
google-cloud-monitoring==1.0.0
22
tabulate==0.8.7

trace/cloud-trace-demo-app/app/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-cloud-monitoring==0.36.0
1+
google-cloud-monitoring==1.0.0
22
google-cloud-trace==0.23.0
33
opencensus==0.7.7
44
Flask==1.1.2

0 commit comments

Comments
 (0)