Skip to content

Commit

Permalink
chore(deps): update dependency google-cloud-iot to v0.3.1 (#3159)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [google-cloud-iot](https://togithub.com/googleapis/python-iot) | patch | `==0.3.0` -> `==0.3.1` |

---

### Release Notes

<details>
<summary>googleapis/python-iot</summary>

### [`v0.3.1`](https://togithub.com/googleapis/python-iot/blob/master/CHANGELOG.md#&#8203;100httpswwwgithubcomgoogleapispython-iotcomparev031v100-2020-02-28)

[Compare Source](https://togithub.com/googleapis/python-iot/compare/v0.3.0...v0.3.1)

##### Features

-   bump release status to GA ([#&#8203;6](https://www.github.com/googleapis/python-iot/issues/6)) ([6793d49](https://www.github.com/googleapis/python-iot/commit/6793d493ec576191996c2e82c52ff549ee26347c))

##### [0.3.1](https://www.github.com/googleapis/python-iot/compare/v0.3.0...v0.3.1) (2020-02-06)

##### Bug Fixes

-   **iot:** modify retry and timeout configs; add 2.7 deprecation warning; add 'required' to docstring for required args; add 3.8 unit tests (via synth)  ([#&#8203;10069](https://www.github.com/googleapis/python-iot/issues/10069)) ([ce6f5cf](https://www.github.com/googleapis/python-iot/commit/ce6f5cf2c1611af179da8dba3f73b1f8dc1bb1e1))

</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).
  • Loading branch information
renovate-bot authored Mar 27, 2020
1 parent e5a3626 commit 5d9f2e0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion iot/api-client/gcs_file_to_device/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
google-api-python-client==1.7.11
google-auth==1.11.2
google-auth-httplib2==0.0.3
google-cloud-iot==0.3.0
google-cloud-iot==0.3.1
google-cloud-pubsub==1.0.0
google-cloud-storage==1.26.0
cryptography==2.8
Expand Down
2 changes: 1 addition & 1 deletion iot/api-client/http_example/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cryptography==2.8
google-api-python-client==1.7.11
google-auth-httplib2==0.0.3
google-auth==1.11.2
google-cloud-iot==0.3.0
google-cloud-iot==0.3.1
google-cloud-pubsub==1.1.0
pyjwt==1.7.1
requests==2.22.0
2 changes: 1 addition & 1 deletion iot/api-client/manager/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ flaky==3.6.1
google-api-python-client==1.7.11
google-auth-httplib2==0.0.3
google-auth==1.11.2
google-cloud-iot==0.3.0
google-cloud-iot==0.3.1
google-cloud-pubsub==1.1.0
oauth2client==4.1.3
paho-mqtt==1.5.0
Expand Down
2 changes: 1 addition & 1 deletion iot/api-client/mqtt_example/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ google-api-python-client==1.7.11
google-auth-httplib2==0.0.3
google-auth==1.11.2
google-cloud-pubsub==1.0.0
google-cloud-iot==0.3.0
google-cloud-iot==0.3.1
grpc-google-iam-v1==0.12.3
pyjwt==1.7.1
paho-mqtt==1.4.0

0 comments on commit 5d9f2e0

Please sign in to comment.