Skip to content

Commit ed47946

Browse files
authored
fix(deps): Update dependency cloudquery-plugin-pb to v0.0.29 (#199)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cloudquery-plugin-pb](https://togithub.com/cloudquery/plugin-pb-python) | patch | `==0.0.28` -> `==0.0.29` | --- ### Release Notes <details> <summary>cloudquery/plugin-pb-python (cloudquery-plugin-pb)</summary> ### [`v0.0.29`](https://togithub.com/cloudquery/plugin-pb-python/blob/HEAD/CHANGELOG.md#0029-2024-07-01) [Compare Source](https://togithub.com/cloudquery/plugin-pb-python/compare/v0.0.28...v0.0.29) ##### Bug Fixes - **deps:** Update dependency grpcio to v1.64.1 ([#&#8203;91](https://togithub.com/cloudquery/plugin-pb-python/issues/91)) ([d6a42df](https://togithub.com/cloudquery/plugin-pb-python/commit/d6a42df3e1cdf93d75122d128d24a5b1d765f3db)) - **deps:** Update dependency grpcio-tools to v1.64.1 ([#&#8203;92](https://togithub.com/cloudquery/plugin-pb-python/issues/92)) ([f1f3f6c](https://togithub.com/cloudquery/plugin-pb-python/commit/f1f3f6c2ca41f955fe5a8c1e374c895e360f8710)) - **deps:** Update dependency protobuf to v5.27.2 ([#&#8203;94](https://togithub.com/cloudquery/plugin-pb-python/issues/94)) ([f107878](https://togithub.com/cloudquery/plugin-pb-python/commit/f1078782e67bdec7a1426acdb903db60d70a7921)) - **deps:** Update dependency pytest to v8.2.2 ([#&#8203;95](https://togithub.com/cloudquery/plugin-pb-python/issues/95)) ([07ad02b](https://togithub.com/cloudquery/plugin-pb-python/commit/07ad02b06f1ab11350cf7502e86835201adf2f98)) - Generate Python Code from `plugin-pb` ([#&#8203;96](https://togithub.com/cloudquery/plugin-pb-python/issues/96)) ([5a6eeb7](https://togithub.com/cloudquery/plugin-pb-python/commit/5a6eeb7a20282d42107b6e5d6e8010d757cd1c80)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **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 [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
1 parent 60e9d53 commit ed47946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
description = "CloudQuery Plugin SDK for Python"
1111

1212
dependencies = [
13-
"cloudquery-plugin-pb==0.0.28",
13+
"cloudquery-plugin-pb==0.0.29",
1414
"exceptiongroup==1.2.1",
1515
"black==24.4.2",
1616
"grpcio==1.64.1",

0 commit comments

Comments
 (0)