Skip to content

Commit 07c0435

Browse files
authored
fix(deps): Update dependency cloudquery-plugin-pb to v0.0.26 (#168)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cloudquery-plugin-pb](https://togithub.com/cloudquery/plugin-pb-python) | patch | `==0.0.25` -> `==0.0.26` | --- ### Release Notes <details> <summary>cloudquery/plugin-pb-python (cloudquery-plugin-pb)</summary> ### [`v0.0.26`](https://togithub.com/cloudquery/plugin-pb-python/blob/HEAD/CHANGELOG.md#0026-2024-05-06) [Compare Source](https://togithub.com/cloudquery/plugin-pb-python/compare/v0.0.25...v0.0.26) ##### Bug Fixes - **deps:** Update dependency black to v24.4.2 ([#&#8203;76](https://togithub.com/cloudquery/plugin-pb-python/issues/76)) ([a9edc09](https://togithub.com/cloudquery/plugin-pb-python/commit/a9edc097ee450f854c60dd3d9089176596dfe0f7)) - **deps:** Update dependency grpcio to v1.63.0 ([#&#8203;77](https://togithub.com/cloudquery/plugin-pb-python/issues/77)) ([7f54eca](https://togithub.com/cloudquery/plugin-pb-python/commit/7f54eca6ab82d8f391f936267c174dc365721ca5)) - **deps:** Update dependency grpcio-tools to v1.63.0 ([#&#8203;79](https://togithub.com/cloudquery/plugin-pb-python/issues/79)) ([c31fceb](https://togithub.com/cloudquery/plugin-pb-python/commit/c31fceb2130e3a3389d409374dd07718159869ea)) - **deps:** Update dependency pytest to v8.2.0 ([#&#8203;80](https://togithub.com/cloudquery/plugin-pb-python/issues/80)) ([f598b84](https://togithub.com/cloudquery/plugin-pb-python/commit/f598b846af21d685def553b9ebdd3a457d057b82)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM0My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
1 parent fbf5de1 commit 07c0435

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.25",
13+
"cloudquery-plugin-pb==0.0.26",
1414
"exceptiongroup==1.2.1",
1515
"black==24.4.2",
1616
"grpcio==1.63.0",

0 commit comments

Comments
 (0)