Skip to content

Commit 9c0c11d

Browse files
authored
fix(deps): Update dependency cloudquery-plugin-pb to v0.0.54 (#374)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [cloudquery-plugin-pb](https://redirect.github.com/cloudquery/plugin-pb-python) | `==0.0.53` → `==0.0.54` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/cloudquery-plugin-pb/0.0.54?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/cloudquery-plugin-pb/0.0.53/0.0.54?slim=true) | --- ### Release Notes <details> <summary>cloudquery/plugin-pb-python (cloudquery-plugin-pb)</summary> ### [`v0.0.54`](https://redirect.github.com/cloudquery/plugin-pb-python/blob/HEAD/CHANGELOG.md#0054-2026-03-12) [Compare Source](https://redirect.github.com/cloudquery/plugin-pb-python/compare/v0.0.53...v0.0.54) ##### Bug Fixes - **deps:** Update dependency black to v26.3.1 \[SECURITY] ([#&#8203;213](https://redirect.github.com/cloudquery/plugin-pb-python/issues/213)) ([9480fe7](https://redirect.github.com/cloudquery/plugin-pb-python/commit/9480fe7bbd50adba4bfd085ddb3fc097f7f022ff)) </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:eyJjcmVhdGVkSW5WZXIiOiI0My40Ni42IiwidXBkYXRlZEluVmVyIjoiNDMuNDYuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
1 parent 667c70d commit 9c0c11d

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.53",
13+
"cloudquery-plugin-pb==0.0.54",
1414
"exceptiongroup==1.3.1",
1515
"black==26.3.1",
1616
"grpcio==1.78.0",

0 commit comments

Comments
 (0)