Skip to content

Commit ee5f3a9

Browse files
authored
fix(deps): Update dependency cloudquery-plugin-pb to v0.0.34 (#231)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cloudquery-plugin-pb](https://togithub.com/cloudquery/plugin-pb-python) | patch | `==0.0.33` -> `==0.0.34` | --- ### Release Notes <details> <summary>cloudquery/plugin-pb-python (cloudquery-plugin-pb)</summary> ### [`v0.0.34`](https://togithub.com/cloudquery/plugin-pb-python/blob/HEAD/CHANGELOG.md#0034-2024-09-01) [Compare Source](https://togithub.com/cloudquery/plugin-pb-python/compare/v0.0.33...v0.0.34) ##### Bug Fixes - **deps:** Update dependency black to v24.8.0 ([#&#8203;110](https://togithub.com/cloudquery/plugin-pb-python/issues/110)) ([d0ff0fe](https://togithub.com/cloudquery/plugin-pb-python/commit/d0ff0fe53adcc87b08f9a73357a2dc878817484e)) - **deps:** Update dependency grpcio to v1.66.1 ([#&#8203;111](https://togithub.com/cloudquery/plugin-pb-python/issues/111)) ([1dd587e](https://togithub.com/cloudquery/plugin-pb-python/commit/1dd587ecd283770189691ff994123d3674869dc5)) - **deps:** Update dependency grpcio-tools to v1.66.1 ([#&#8203;113](https://togithub.com/cloudquery/plugin-pb-python/issues/113)) ([da1d6ba](https://togithub.com/cloudquery/plugin-pb-python/commit/da1d6bae735ec0b231a8da6ae039924247bbba63)) - **deps:** Update dependency protobuf to v5.28.0 ([#&#8203;114](https://togithub.com/cloudquery/plugin-pb-python/issues/114)) ([eee8a75](https://togithub.com/cloudquery/plugin-pb-python/commit/eee8a7510bcdc58e0330787e33e706376d4291b4)) - Generate Python Code from `plugin-pb` ([#&#8203;115](https://togithub.com/cloudquery/plugin-pb-python/issues/115)) ([1c6860e](https://togithub.com/cloudquery/plugin-pb-python/commit/1c6860e75dad4c3511096100765d3413568f2d4c)) </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 dbefcd8 commit ee5f3a9

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

0 commit comments

Comments
 (0)