Skip to content

Commit 33ad65f

Browse files
authored
fix(deps): Update dependency cloudquery-plugin-pb to v0.0.33 (#220)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cloudquery-plugin-pb](https://togithub.com/cloudquery/plugin-pb-python) | patch | `==0.0.32` -> `==0.0.33` | --- ### Release Notes <details> <summary>cloudquery/plugin-pb-python (cloudquery-plugin-pb)</summary> ### [`v0.0.33`](https://togithub.com/cloudquery/plugin-pb-python/blob/HEAD/CHANGELOG.md#0033-2024-08-01) [Compare Source](https://togithub.com/cloudquery/plugin-pb-python/compare/v0.0.32...v0.0.33) ##### Bug Fixes - **deps:** Update dependency grpcio to v1.65.2 ([#&#8203;104](https://togithub.com/cloudquery/plugin-pb-python/issues/104)) ([80ecc5f](https://togithub.com/cloudquery/plugin-pb-python/commit/80ecc5f2552718e016275af422b44f4d1704627c)) - **deps:** Update dependency grpcio-tools to v1.65.2 ([#&#8203;106](https://togithub.com/cloudquery/plugin-pb-python/issues/106)) ([c68af36](https://togithub.com/cloudquery/plugin-pb-python/commit/c68af36afa3d593b269f68752a9cbed20b42dc34)) - **deps:** Update dependency protobuf to v5.27.3 ([#&#8203;103](https://togithub.com/cloudquery/plugin-pb-python/issues/103)) ([b604950](https://togithub.com/cloudquery/plugin-pb-python/commit/b6049507b3a203fe7e03e3aa49998ef10dbf91bd)) - **deps:** Update dependency pyarrow to v17 ([#&#8203;108](https://togithub.com/cloudquery/plugin-pb-python/issues/108)) ([b7b8b5f](https://togithub.com/cloudquery/plugin-pb-python/commit/b7b8b5f1c1125eea9fd4eadf56797ed8343f4183)) - **deps:** Update dependency pytest to v8.3.2 ([#&#8203;107](https://togithub.com/cloudquery/plugin-pb-python/issues/107)) ([2fac0d3](https://togithub.com/cloudquery/plugin-pb-python/commit/2fac0d340f962f9017a6afc097a335bd08ca800b)) - Generate Python Code from `plugin-pb` ([#&#8203;109](https://togithub.com/cloudquery/plugin-pb-python/issues/109)) ([ad56235](https://togithub.com/cloudquery/plugin-pb-python/commit/ad5623593091f2d69335826e6b427187946551d1)) </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 f320480 commit 33ad65f

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.32",
13+
"cloudquery-plugin-pb==0.0.33",
1414
"exceptiongroup==1.2.2",
1515
"black==24.4.2",
1616
"grpcio==1.65.2",

0 commit comments

Comments
 (0)