Skip to content

Commit 2ad2aff

Browse files
authored
fix(deps): Update dependency cloudquery-plugin-pb to v0.0.40 (#283)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cloudquery-plugin-pb](https://togithub.com/cloudquery/plugin-pb-python) | patch | `==0.0.39` -> `==0.0.40` | --- ### Release Notes <details> <summary>cloudquery/plugin-pb-python (cloudquery-plugin-pb)</summary> ### [`v0.0.40`](https://togithub.com/cloudquery/plugin-pb-python/blob/HEAD/CHANGELOG.md#0040-2025-02-03) [Compare Source](https://togithub.com/cloudquery/plugin-pb-python/compare/v0.0.39...v0.0.40) ##### Bug Fixes - **deps:** Update dependency grpcio to v1.70.0 ([#&#8203;143](https://togithub.com/cloudquery/plugin-pb-python/issues/143)) ([3f9ab43](https://togithub.com/cloudquery/plugin-pb-python/commit/3f9ab43069600c4712f1773ac31d9ff824fe0049)) - **deps:** Update dependency grpcio-tools to v1.70.0 ([#&#8203;145](https://togithub.com/cloudquery/plugin-pb-python/issues/145)) ([6244d81](https://togithub.com/cloudquery/plugin-pb-python/commit/6244d818e6a95a3a0e1f2bef528245628413d195)) - **deps:** Update dependency protobuf to v5.29.3 ([#&#8203;142](https://togithub.com/cloudquery/plugin-pb-python/issues/142)) ([2ad324c](https://togithub.com/cloudquery/plugin-pb-python/commit/2ad324c3b332ea4147cccd64a5d6bfa0ba5312ab)) - **deps:** Update dependency pyarrow to v18.1.0 ([#&#8203;146](https://togithub.com/cloudquery/plugin-pb-python/issues/146)) ([b24fdff](https://togithub.com/cloudquery/plugin-pb-python/commit/b24fdff4f2af1e0c4ec7c35d7e1bda37847d7889)) - **deps:** Update dependency pyarrow to v19 ([#&#8203;147](https://togithub.com/cloudquery/plugin-pb-python/issues/147)) ([e20f876](https://togithub.com/cloudquery/plugin-pb-python/commit/e20f87631940e908e8ec57dc75bafb1135b8e4c9)) - Generate Python Code from `plugin-pb` ([#&#8203;148](https://togithub.com/cloudquery/plugin-pb-python/issues/148)) ([a8af1f2](https://togithub.com/cloudquery/plugin-pb-python/commit/a8af1f2ac441174b24113745e40cc1576a935bea)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
1 parent 6e3598f commit 2ad2aff

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.39",
13+
"cloudquery-plugin-pb==0.0.40",
1414
"exceptiongroup==1.2.2",
1515
"black==24.10.0",
1616
"grpcio==1.70.0",

0 commit comments

Comments
 (0)