Skip to content

Commit addbf20

Browse files
authored
fix(deps): Update dependency cloudquery-plugin-pb to v0.0.43 (#300)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cloudquery-plugin-pb](https://redirect.github.com/cloudquery/plugin-pb-python) | patch | `==0.0.42` -> `==0.0.43` | --- ### Release Notes <details> <summary>cloudquery/plugin-pb-python (cloudquery-plugin-pb)</summary> ### [`v0.0.43`](https://redirect.github.com/cloudquery/plugin-pb-python/blob/HEAD/CHANGELOG.md#0043-2025-05-01) [Compare Source](https://redirect.github.com/cloudquery/plugin-pb-python/compare/v0.0.42...v0.0.43) ##### Bug Fixes - **deps:** Update dependency grpcio to v1.71.0 ([#&#8203;156](https://redirect.github.com/cloudquery/plugin-pb-python/issues/156)) ([d17be22](https://redirect.github.com/cloudquery/plugin-pb-python/commit/d17be22dba8e080a0d40cda7063d03cfc18598f4)) - **deps:** Update dependency grpcio-tools to v1.71.0 ([#&#8203;158](https://redirect.github.com/cloudquery/plugin-pb-python/issues/158)) ([0f0d9f8](https://redirect.github.com/cloudquery/plugin-pb-python/commit/0f0d9f89c4f9f25332452907705c4b3c7e476fbe)) - Generate Python Code from `plugin-pb` ([#&#8203;160](https://redirect.github.com/cloudquery/plugin-pb-python/issues/160)) ([84e433c](https://redirect.github.com/cloudquery/plugin-pb-python/commit/84e433c35126a4bf5b240f953f80baf89e22ef89)) </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
1 parent ffce9eb commit addbf20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
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.42",
13+
"cloudquery-plugin-pb==0.0.43",
1414
"exceptiongroup==1.2.2",
1515
"black==25.1.0",
1616
"grpcio==1.71.0",

0 commit comments

Comments
 (0)