Skip to content

Commit 5220174

Browse files
authored
fix(deps): Update dependency cloudquery-plugin-pb to v0.0.42 (#294)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cloudquery-plugin-pb](https://redirect.github.com/cloudquery/plugin-pb-python) | patch | `==0.0.41` -> `==0.0.42` | --- ### Release Notes <details> <summary>cloudquery/plugin-pb-python (cloudquery-plugin-pb)</summary> ### [`v0.0.42`](https://redirect.github.com/cloudquery/plugin-pb-python/blob/HEAD/CHANGELOG.md#0042-2025-04-01) [Compare Source](https://redirect.github.com/cloudquery/plugin-pb-python/compare/v0.0.41...v0.0.42) ##### Bug Fixes - **deps:** Update dependency protobuf to v5.29.4 ([#&#8203;152](https://redirect.github.com/cloudquery/plugin-pb-python/issues/152)) ([494a95d](https://redirect.github.com/cloudquery/plugin-pb-python/commit/494a95de19b5d6c41aed5886ff78a594ca809a28)) - **deps:** Update dependency pytest to v8.3.5 ([#&#8203;153](https://redirect.github.com/cloudquery/plugin-pb-python/issues/153)) ([d81bf97](https://redirect.github.com/cloudquery/plugin-pb-python/commit/d81bf97b2916c0741d97d87a8426db767479387e)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjkuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIyOS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
1 parent 8480317 commit 5220174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
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.41",
13+
"cloudquery-plugin-pb==0.0.42",
1414
"exceptiongroup==1.2.2",
1515
"black==25.1.0",
1616
"grpcio==1.70.0",

0 commit comments

Comments
 (0)