Skip to content

Commit 567cd9b

Browse files
authored
fix(deps): Update dependency cloudquery-plugin-pb to v0.0.50 (#348)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cloudquery-plugin-pb](https://redirect.github.com/cloudquery/plugin-pb-python) | patch | `==0.0.49` -> `==0.0.50` | --- ### Release Notes <details> <summary>cloudquery/plugin-pb-python (cloudquery-plugin-pb)</summary> ### [`v0.0.50`](https://redirect.github.com/cloudquery/plugin-pb-python/blob/HEAD/CHANGELOG.md#0050-2025-11-03) [Compare Source](https://redirect.github.com/cloudquery/plugin-pb-python/compare/v0.0.49...v0.0.50) ##### Bug Fixes - **deps:** Update dependency grpcio to v1.76.0 ([#&#8203;194](https://redirect.github.com/cloudquery/plugin-pb-python/issues/194)) ([a187c50](https://redirect.github.com/cloudquery/plugin-pb-python/commit/a187c507976f05a69e4d4d1cfa40d64962880d96)) - **deps:** Update dependency grpcio-tools to v1.76.0 ([#&#8203;195](https://redirect.github.com/cloudquery/plugin-pb-python/issues/195)) ([8786ee2](https://redirect.github.com/cloudquery/plugin-pb-python/commit/8786ee2b085d3e85351fd6d3c776372b811afc9a)) - **deps:** Update dependency pyarrow to v22 ([#&#8203;196](https://redirect.github.com/cloudquery/plugin-pb-python/issues/196)) ([2ff1828](https://redirect.github.com/cloudquery/plugin-pb-python/commit/2ff1828b52d51c4b980c9e461bb34820e20a60e1)) - Generate Python Code from `plugin-pb` ([#&#8203;191](https://redirect.github.com/cloudquery/plugin-pb-python/issues/191)) ([16e50d6](https://redirect.github.com/cloudquery/plugin-pb-python/commit/16e50d6a17dab192d7648987789d8f97eafdd6fa)) - Generate Python Code from `plugin-pb` ([#&#8203;197](https://redirect.github.com/cloudquery/plugin-pb-python/issues/197)) ([b504825](https://redirect.github.com/cloudquery/plugin-pb-python/commit/b5048251827215f60403c85c66c73279f79f101b)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
1 parent 431e035 commit 567cd9b

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.49",
13+
"cloudquery-plugin-pb==0.0.50",
1414
"exceptiongroup==1.3.0",
1515
"black==25.9.0",
1616
"grpcio==1.76.0",

0 commit comments

Comments
 (0)