Skip to content

Commit 3cabe7c

Browse files
authored
fix(deps): Update dependency cloudquery-plugin-pb to v0.0.17 (#65)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cloudquery-plugin-pb](https://togithub.com/cloudquery/plugin-pb-python) | patch | `==0.0.16` -> `==0.0.17` | --- ### Release Notes <details> <summary>cloudquery/plugin-pb-python (cloudquery-plugin-pb)</summary> ### [`v0.0.17`](https://togithub.com/cloudquery/plugin-pb-python/blob/HEAD/CHANGELOG.md#0017-2023-10-02) [Compare Source](https://togithub.com/cloudquery/plugin-pb-python/compare/v0.0.16...v0.0.17) ##### Bug Fixes - **deps:** Update dependency black to v23.9.1 ([#&#8203;23](https://togithub.com/cloudquery/plugin-pb-python/issues/23)) ([30f0e25](https://togithub.com/cloudquery/plugin-pb-python/commit/30f0e25a64b97a4c34a31c1570968b37a8ad79cc)) - **deps:** Update dependency grpcio to v1.59.0 ([#&#8203;24](https://togithub.com/cloudquery/plugin-pb-python/issues/24)) ([eecd3e0](https://togithub.com/cloudquery/plugin-pb-python/commit/eecd3e0210c37b5992cd6342f096a5fce0ccd4a1)) - **deps:** Update dependency grpcio-tools to v1.59.0 ([#&#8203;25](https://togithub.com/cloudquery/plugin-pb-python/issues/25)) ([8e7cd62](https://togithub.com/cloudquery/plugin-pb-python/commit/8e7cd627768b211791bcb3f9fefe70bfbf8bd2b9)) - **deps:** Update dependency protobuf to v4.24.3 ([#&#8203;20](https://togithub.com/cloudquery/plugin-pb-python/issues/20)) ([449c1e8](https://togithub.com/cloudquery/plugin-pb-python/commit/449c1e86e0b92631a9ea7e7ba9742fd24fadb11d)) - **deps:** Update dependency pytest to v7.4.2 ([#&#8203;21](https://togithub.com/cloudquery/plugin-pb-python/issues/21)) ([64d28ef](https://togithub.com/cloudquery/plugin-pb-python/commit/64d28eff609c1fe57f61601317a5da5ba5c1a798)) - Generate Python Code from `plugin-pb` ([#&#8203;27](https://togithub.com/cloudquery/plugin-pb-python/issues/27)) ([ea1e99e](https://togithub.com/cloudquery/plugin-pb-python/commit/ea1e99e26a4998f74cd879cacd75146dc1dc65fc)) </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 62541c9 commit 3cabe7c

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

0 commit comments

Comments
 (0)