Skip to content

Commit 7d4d8fb

Browse files
authored
fix(deps): Update dependency cloudquery-plugin-pb to v0.0.18 (#68)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cloudquery-plugin-pb](https://togithub.com/cloudquery/plugin-pb-python) | patch | `==0.0.17` -> `==0.0.18` | --- ### Release Notes <details> <summary>cloudquery/plugin-pb-python (cloudquery-plugin-pb)</summary> ### [`v0.0.18`](https://togithub.com/cloudquery/plugin-pb-python/blob/HEAD/CHANGELOG.md#0018-2023-10-12) [Compare Source](https://togithub.com/cloudquery/plugin-pb-python/compare/v0.0.17...v0.0.18) ##### Bug Fixes - Generate Python Code from `plugin-pb` ([#&#8203;28](https://togithub.com/cloudquery/plugin-pb-python/issues/28)) ([aa88479](https://togithub.com/cloudquery/plugin-pb-python/commit/aa88479015296533e11e695128c866c97a886322)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1 parent ecc2d9c commit 7d4d8fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
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.17",
13+
"cloudquery-plugin-pb==0.0.18",
1414
"exceptiongroup==1.1.3",
1515
"black==23.9.1",
1616
"grpcio==1.59.0",

0 commit comments

Comments
 (0)