Skip to content

Commit 34f26cf

Browse files
authored
fix(deps): Update dependency cloudquery-plugin-pb to v0.0.28 (#185)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cloudquery-plugin-pb](https://togithub.com/cloudquery/plugin-pb-python) | patch | `==0.0.27` -> `==0.0.28` | --- ### Release Notes <details> <summary>cloudquery/plugin-pb-python (cloudquery-plugin-pb)</summary> ### [`v0.0.28`](https://togithub.com/cloudquery/plugin-pb-python/blob/HEAD/CHANGELOG.md#0028-2024-06-01) [Compare Source](https://togithub.com/cloudquery/plugin-pb-python/compare/v0.0.27...v0.0.28) ##### Bug Fixes - **deps:** Update dependency grpcio to v1.64.0 ([#&#8203;87](https://togithub.com/cloudquery/plugin-pb-python/issues/87)) ([5123218](https://togithub.com/cloudquery/plugin-pb-python/commit/51232181dafc944255cd6adcfdac4c73a4e15008)) - **deps:** Update dependency grpcio-tools to v1.64.0 ([#&#8203;88](https://togithub.com/cloudquery/plugin-pb-python/issues/88)) ([0c1c06a](https://togithub.com/cloudquery/plugin-pb-python/commit/0c1c06aeec05e3477e063225de630044c66882c0)) - **deps:** Update dependency protobuf to v5.27.0 ([#&#8203;89](https://togithub.com/cloudquery/plugin-pb-python/issues/89)) ([78836b8](https://togithub.com/cloudquery/plugin-pb-python/commit/78836b8e68c9b92e39e77b7555c49ec61f37d0e1)) - **deps:** Update dependency pytest to v8.2.1 ([#&#8203;86](https://togithub.com/cloudquery/plugin-pb-python/issues/86)) ([59d0a5c](https://togithub.com/cloudquery/plugin-pb-python/commit/59d0a5c78c6bc1922b1a041d08fc27789b911d29)) - Generate Python Code from `plugin-pb` ([#&#8203;84](https://togithub.com/cloudquery/plugin-pb-python/issues/84)) ([cb771c4](https://togithub.com/cloudquery/plugin-pb-python/commit/cb771c43e6f89823ff31d2acbfa7bbc3a920c092)) - Generate Python Code from `plugin-pb` ([#&#8203;90](https://togithub.com/cloudquery/plugin-pb-python/issues/90)) ([279a7b7](https://togithub.com/cloudquery/plugin-pb-python/commit/279a7b730929c710194ea9a0de962a83f83b46ee)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM4NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
1 parent b03fe3d commit 34f26cf

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

0 commit comments

Comments
 (0)