Skip to content

Commit 17d6e4a

Browse files
authored
fix(deps): Update dependency cloudquery-plugin-pb to v0.0.41 (#289)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cloudquery-plugin-pb](https://redirect.github.com/cloudquery/plugin-pb-python) | patch | `==0.0.40` -> `==0.0.41` | --- ### Release Notes <details> <summary>cloudquery/plugin-pb-python (cloudquery-plugin-pb)</summary> ### [`v0.0.41`](https://redirect.github.com/cloudquery/plugin-pb-python/blob/HEAD/CHANGELOG.md#0041-2025-03-05) [Compare Source](https://redirect.github.com/cloudquery/plugin-pb-python/compare/v0.0.40...v0.0.41) ##### Bug Fixes - **deps:** Update dependency black to v25 ([#&#8203;150](https://redirect.github.com/cloudquery/plugin-pb-python/issues/150)) ([9fc9b1e](https://redirect.github.com/cloudquery/plugin-pb-python/commit/9fc9b1e984a29f153abb477ba4604021c9bca3be)) - **deps:** Update dependency pyarrow to v19.0.1 ([#&#8203;149](https://redirect.github.com/cloudquery/plugin-pb-python/issues/149)) ([ad68233](https://redirect.github.com/cloudquery/plugin-pb-python/commit/ad682334dd0c6c18ccee1a42b3273ee0431d6481)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE4Ny4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
1 parent 9134d63 commit 17d6e4a

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

0 commit comments

Comments
 (0)