Skip to content

Commit a7a8125

Browse files
authored
fix(deps): Update dependency cloudquery-plugin-pb to v0.0.46 (#313)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cloudquery-plugin-pb](https://redirect.github.com/cloudquery/plugin-pb-python) | patch | `==0.0.45` -> `==0.0.46` | --- ### Release Notes <details> <summary>cloudquery/plugin-pb-python (cloudquery-plugin-pb)</summary> ### [`v0.0.46`](https://redirect.github.com/cloudquery/plugin-pb-python/blob/HEAD/CHANGELOG.md#0046-2025-08-01) [Compare Source](https://redirect.github.com/cloudquery/plugin-pb-python/compare/v0.0.45...v0.0.46) ##### Bug Fixes - **deps:** Update dependency grpcio to v1.74.0 ([#&#8203;172](https://redirect.github.com/cloudquery/plugin-pb-python/issues/172)) ([e4f602a](https://redirect.github.com/cloudquery/plugin-pb-python/commit/e4f602aa4d37caf6017d3fd716c20e76a9b2a23a)) - **deps:** Update dependency grpcio-tools to v1.74.0 ([#&#8203;173](https://redirect.github.com/cloudquery/plugin-pb-python/issues/173)) ([7db164f](https://redirect.github.com/cloudquery/plugin-pb-python/commit/7db164ff884d66d53ab3d820f226901956b69c2f)) - **deps:** Update dependency pyarrow to v21 ([#&#8203;175](https://redirect.github.com/cloudquery/plugin-pb-python/issues/175)) ([bae023d](https://redirect.github.com/cloudquery/plugin-pb-python/commit/bae023d9baeb331bb540ea7401fdf338fbc0bf6f)) - **deps:** Update dependency pytest to v8.4.1 ([#&#8203;174](https://redirect.github.com/cloudquery/plugin-pb-python/issues/174)) ([977b564](https://redirect.github.com/cloudquery/plugin-pb-python/commit/977b5642a21793849604e67c3ab2106a43b38d41)) - Generate Python Code from `plugin-pb` ([#&#8203;169](https://redirect.github.com/cloudquery/plugin-pb-python/issues/169)) ([6c02659](https://redirect.github.com/cloudquery/plugin-pb-python/commit/6c02659f1341ee452ab8113d00bfc577910bcaaa)) - Generate Python Code from `plugin-pb` ([#&#8203;176](https://redirect.github.com/cloudquery/plugin-pb-python/issues/176)) ([a3f1da2](https://redirect.github.com/cloudquery/plugin-pb-python/commit/a3f1da214bfd87bc465b83f69d07ccc2d4307ae0)) </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 3fd3082 commit a7a8125

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.45",
13+
"cloudquery-plugin-pb==0.0.46",
1414
"exceptiongroup==1.3.0",
1515
"black==25.1.0",
1616
"grpcio==1.74.0",

0 commit comments

Comments
 (0)