Skip to content

Commit e31f6a0

Browse files
authored
fix(deps): Update dependency cloudquery-plugin-pb to v0.0.45 (#306)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cloudquery-plugin-pb](https://redirect.github.com/cloudquery/plugin-pb-python) | patch | `==0.0.44` -> `==0.0.45` | --- ### Release Notes <details> <summary>cloudquery/plugin-pb-python (cloudquery-plugin-pb)</summary> ### [`v0.0.45`](https://redirect.github.com/cloudquery/plugin-pb-python/blob/HEAD/CHANGELOG.md#0045-2025-07-01) [Compare Source](https://redirect.github.com/cloudquery/plugin-pb-python/compare/v0.0.44...v0.0.45) ##### Bug Fixes - **deps:** Update dependency grpcio to v1.73.0 ([#&#8203;167](https://redirect.github.com/cloudquery/plugin-pb-python/issues/167)) ([6b289c5](https://redirect.github.com/cloudquery/plugin-pb-python/commit/6b289c520bd5dd68e7a654e3be7f414abbe748e5)) - **deps:** Update dependency grpcio-tools to v1.73.0 ([#&#8203;168](https://redirect.github.com/cloudquery/plugin-pb-python/issues/168)) ([306aa2a](https://redirect.github.com/cloudquery/plugin-pb-python/commit/306aa2a8779ee4327b2678619b3952e6a2b00706)) - **deps:** Update dependency pyarrow to v20 ([#&#8203;161](https://redirect.github.com/cloudquery/plugin-pb-python/issues/161)) ([26b943b](https://redirect.github.com/cloudquery/plugin-pb-python/commit/26b943b384b188654702cf87d53ba26eacd61db0)) - Generate Python Code from `plugin-pb` ([#&#8203;165](https://redirect.github.com/cloudquery/plugin-pb-python/issues/165)) ([6a9480b](https://redirect.github.com/cloudquery/plugin-pb-python/commit/6a9480b547e180af8a883f984568a7777014e5c3)) </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 9c9ee6c commit e31f6a0

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

0 commit comments

Comments
 (0)