Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aefd9e1

Browse files
authored
fix(deps): Update dependency cloudquery-plugin-pb to v0.0.44 (#303)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cloudquery-plugin-pb](https://redirect.github.com/cloudquery/plugin-pb-python) | patch | `==0.0.43` -> `==0.0.44` | --- ### Release Notes <details> <summary>cloudquery/plugin-pb-python (cloudquery-plugin-pb)</summary> ### [`v0.0.44`](https://redirect.github.com/cloudquery/plugin-pb-python/blob/HEAD/CHANGELOG.md#0044-2025-06-25) [Compare Source](https://redirect.github.com/cloudquery/plugin-pb-python/compare/v0.0.43...v0.0.44) ##### Bug Fixes - **deps:** Update dependency protobuf to v5.29.5 \[SECURITY] ([#&#8203;162](https://redirect.github.com/cloudquery/plugin-pb-python/issues/162)) ([bdf356e](https://redirect.github.com/cloudquery/plugin-pb-python/commit/bdf356e85bd68e4d8db31c6b29c68149eea75c22)) - Generate Python Code from `plugin-pb` ([#&#8203;164](https://redirect.github.com/cloudquery/plugin-pb-python/issues/164)) ([386b701](https://redirect.github.com/cloudquery/plugin-pb-python/commit/386b701fe64be6aa2a9a08cddbc0c1a104e621b8)) </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
1 parent dbc81e3 commit aefd9e1

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.43",
13+
"cloudquery-plugin-pb==0.0.44",
1414
"exceptiongroup==1.2.2",
1515
"black==25.1.0",
1616
"grpcio==1.71.0",

0 commit comments

Comments
 (0)