Skip to content

Commit 7d9a39c

Browse files
authored
fix(deps): Update dependency cloudquery-plugin-pb to v0.0.25 (#155)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cloudquery-plugin-pb](https://togithub.com/cloudquery/plugin-pb-python) | patch | `==0.0.24` -> `==0.0.25` | --- ### Release Notes <details> <summary>cloudquery/plugin-pb-python (cloudquery-plugin-pb)</summary> ### [`v0.0.25`](https://togithub.com/cloudquery/plugin-pb-python/blob/HEAD/CHANGELOG.md#0025-2024-04-01) [Compare Source](https://togithub.com/cloudquery/plugin-pb-python/compare/v0.0.24...v0.0.25) ##### Bug Fixes - **deps:** Update dependency black to v24.3.0 ([#&#8203;73](https://togithub.com/cloudquery/plugin-pb-python/issues/73)) ([86d5150](https://togithub.com/cloudquery/plugin-pb-python/commit/86d5150a5f88569069eb8d4154e7009ec8e649cd)) - **deps:** Update dependency grpcio to v1.62.1 ([#&#8203;70](https://togithub.com/cloudquery/plugin-pb-python/issues/70)) ([fe78eac](https://togithub.com/cloudquery/plugin-pb-python/commit/fe78eacb702302600fa2bdbf2edb2fd4065bb4c5)) - **deps:** Update dependency grpcio-tools to v1.62.1 ([#&#8203;71](https://togithub.com/cloudquery/plugin-pb-python/issues/71)) ([05432a1](https://togithub.com/cloudquery/plugin-pb-python/commit/05432a10fd744ae38d48a164d58c2bc80c2445c2)) - **deps:** Update dependency pyarrow to v15.0.2 ([#&#8203;72](https://togithub.com/cloudquery/plugin-pb-python/issues/72)) ([519cffe](https://togithub.com/cloudquery/plugin-pb-python/commit/519cffe68dd50e6de4cda87d5c8735624c350f67)) - **deps:** Update dependency pytest to v8.1.1 ([#&#8203;74](https://togithub.com/cloudquery/plugin-pb-python/issues/74)) ([106b2c9](https://togithub.com/cloudquery/plugin-pb-python/commit/106b2c9532400c3ce384a9ac368d8e5d49a09425)) - Generate Python Code from `plugin-pb` ([#&#8203;68](https://togithub.com/cloudquery/plugin-pb-python/issues/68)) ([db54598](https://togithub.com/cloudquery/plugin-pb-python/commit/db54598e127a955d60994ad2b8ac477bca8f9ba1)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzguMiIsInVwZGF0ZWRJblZlciI6IjM3LjI3OC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
1 parent b4c83e9 commit 7d9a39c

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.24",
13+
"cloudquery-plugin-pb==0.0.25",
1414
"exceptiongroup==1.2.0",
1515
"black==24.3.0",
1616
"grpcio==1.62.1",

0 commit comments

Comments
 (0)