Skip to content

Commit add9fa2

Browse files
authored
fix(deps): Update dependency cloudquery-plugin-pb to v0.0.16 (#54)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cloudquery-plugin-pb](https://togithub.com/cloudquery/plugin-pb-python) | patch | `==0.0.15` -> `==0.0.16` | --- ### Release Notes <details> <summary>cloudquery/plugin-pb-python (cloudquery-plugin-pb)</summary> ### [`v0.0.16`](https://togithub.com/cloudquery/plugin-pb-python/blob/HEAD/CHANGELOG.md#0016-2023-09-01) [Compare Source](https://togithub.com/cloudquery/plugin-pb-python/compare/v0.0.15...v0.0.16) ##### Bug Fixes - **deps:** Update dependency grpcio to v1.57.0 ([#&#8203;15](https://togithub.com/cloudquery/plugin-pb-python/issues/15)) ([db79c8c](https://togithub.com/cloudquery/plugin-pb-python/commit/db79c8c4a6218db5ae7eac00754ba40769c0d815)) - **deps:** Update dependency grpcio-tools to v1.57.0 ([#&#8203;16](https://togithub.com/cloudquery/plugin-pb-python/issues/16)) ([3de0c53](https://togithub.com/cloudquery/plugin-pb-python/commit/3de0c53c08ab7f061b6dbb6c52abf4d5b37caa36)) - **deps:** Update dependency protobuf to v4.24.2 ([#&#8203;18](https://togithub.com/cloudquery/plugin-pb-python/issues/18)) ([7476578](https://togithub.com/cloudquery/plugin-pb-python/commit/7476578883feff3ca5311fcf2c37a9f7c11b80ed)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNi43OC42IiwidXBkYXRlZEluVmVyIjoiMzYuNzguNiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
1 parent c0488f7 commit add9fa2

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.15",
13+
"cloudquery-plugin-pb==0.0.16",
1414
"exceptiongroup==1.1.3",
1515
"black==23.7.0",
1616
"grpcio==1.57.0",

0 commit comments

Comments
 (0)