Skip to content

Commit 65d1dcb

Browse files
authored
fix(deps): Update dependency cloudquery-plugin-pb to v0.0.36 (#243)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cloudquery-plugin-pb](https://togithub.com/cloudquery/plugin-pb-python) | patch | `==0.0.35` -> `==0.0.36` | --- ### Release Notes <details> <summary>cloudquery/plugin-pb-python (cloudquery-plugin-pb)</summary> ### [`v0.0.36`](https://togithub.com/cloudquery/plugin-pb-python/blob/HEAD/CHANGELOG.md#0036-2024-10-01) [Compare Source](https://togithub.com/cloudquery/plugin-pb-python/compare/v0.0.35...v0.0.36) ##### Bug Fixes - **deps:** Update dependency grpcio to v1.66.2 ([#&#8203;118](https://togithub.com/cloudquery/plugin-pb-python/issues/118)) ([491dfbc](https://togithub.com/cloudquery/plugin-pb-python/commit/491dfbc1e714dabd54825825543402268fc8887c)) - **deps:** Update dependency grpcio-tools to v1.66.2 ([#&#8203;119](https://togithub.com/cloudquery/plugin-pb-python/issues/119)) ([5b415b0](https://togithub.com/cloudquery/plugin-pb-python/commit/5b415b081b357254d3469217fab9610f494190ad)) - **deps:** Update dependency protobuf to v5.28.2 ([#&#8203;121](https://togithub.com/cloudquery/plugin-pb-python/issues/121)) ([daf7e7d](https://togithub.com/cloudquery/plugin-pb-python/commit/daf7e7d745ae7a55097d7ba6c68150037a97d38c)) - **deps:** Update dependency pytest to v8.3.3 ([#&#8203;122](https://togithub.com/cloudquery/plugin-pb-python/issues/122)) ([74720e7](https://togithub.com/cloudquery/plugin-pb-python/commit/74720e7eb5041e2154d58fe2cc1e67bef58477ce)) - Generate Python Code from `plugin-pb` ([#&#8203;124](https://togithub.com/cloudquery/plugin-pb-python/issues/124)) ([72ca377](https://togithub.com/cloudquery/plugin-pb-python/commit/72ca37759dea593c9b5bd9b0afd936ae6c583b50)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
1 parent 655e5ba commit 65d1dcb

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.35",
13+
"cloudquery-plugin-pb==0.0.36",
1414
"exceptiongroup==1.2.2",
1515
"black==24.8.0",
1616
"grpcio==1.66.2",

0 commit comments

Comments
 (0)