Skip to content

Commit e9e47c3

Browse files
authored
fix(deps): Update dependency cloudquery-plugin-pb to v0.0.51 (#359)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cloudquery-plugin-pb](https://redirect.github.com/cloudquery/plugin-pb-python) | patch | `==0.0.50` -> `==0.0.51` | --- ### Release Notes <details> <summary>cloudquery/plugin-pb-python (cloudquery-plugin-pb)</summary> ### [`v0.0.51`](https://redirect.github.com/cloudquery/plugin-pb-python/blob/HEAD/CHANGELOG.md#0051-2026-01-02) [Compare Source](https://redirect.github.com/cloudquery/plugin-pb-python/compare/v0.0.50...v0.0.51) ##### Bug Fixes - **deps:** Update dependency black to v25.11.0 ([#&#8203;198](https://redirect.github.com/cloudquery/plugin-pb-python/issues/198)) ([1154ca1](https://redirect.github.com/cloudquery/plugin-pb-python/commit/1154ca146e50bdc052f2d9dc8020c541969faeba)) - **deps:** Update dependency black to v25.12.0 ([#&#8203;203](https://redirect.github.com/cloudquery/plugin-pb-python/issues/203)) ([d87488c](https://redirect.github.com/cloudquery/plugin-pb-python/commit/d87488cf6acc68018764fb374e15f28a584750ed)) - **deps:** Update dependency pytest to v9 ([#&#8203;201](https://redirect.github.com/cloudquery/plugin-pb-python/issues/201)) ([73cf3b6](https://redirect.github.com/cloudquery/plugin-pb-python/commit/73cf3b634700370efab9d1f135d9835a202ec2ed)) - **deps:** Update dependency pytest to v9.0.2 ([#&#8203;202](https://redirect.github.com/cloudquery/plugin-pb-python/issues/202)) ([b92331f](https://redirect.github.com/cloudquery/plugin-pb-python/commit/b92331f7925f4681f653110a9a3ff0670d1ac8c7)) </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 4d7e925 commit e9e47c3

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.50",
13+
"cloudquery-plugin-pb==0.0.51",
1414
"exceptiongroup==1.3.1",
1515
"black==25.12.0",
1616
"grpcio==1.76.0",

0 commit comments

Comments
 (0)