Skip to content

Commit

Permalink
fix(deps): Update dependency cloudquery-plugin-pb to v0.0.36 (#243)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [cloudquery-plugin-pb](https://togithub.com/cloudquery/plugin-pb-python) | patch | `==0.0.35` -> `==0.0.36` |

---

### Release Notes

<details>
<summary>cloudquery/plugin-pb-python (cloudquery-plugin-pb)</summary>

### [`v0.0.36`](https://togithub.com/cloudquery/plugin-pb-python/blob/HEAD/CHANGELOG.md#0036-2024-10-01)

[Compare Source](https://togithub.com/cloudquery/plugin-pb-python/compare/v0.0.35...v0.0.36)

##### Bug Fixes

-   **deps:** Update dependency grpcio to v1.66.2 ([#&#8203;118](https://togithub.com/cloudquery/plugin-pb-python/issues/118)) ([491dfbc](https://togithub.com/cloudquery/plugin-pb-python/commit/491dfbc1e714dabd54825825543402268fc8887c))
-   **deps:** Update dependency grpcio-tools to v1.66.2 ([#&#8203;119](https://togithub.com/cloudquery/plugin-pb-python/issues/119)) ([5b415b0](https://togithub.com/cloudquery/plugin-pb-python/commit/5b415b081b357254d3469217fab9610f494190ad))
-   **deps:** Update dependency protobuf to v5.28.2 ([#&#8203;121](https://togithub.com/cloudquery/plugin-pb-python/issues/121)) ([daf7e7d](https://togithub.com/cloudquery/plugin-pb-python/commit/daf7e7d745ae7a55097d7ba6c68150037a97d38c))
-   **deps:** Update dependency pytest to v8.3.3 ([#&#8203;122](https://togithub.com/cloudquery/plugin-pb-python/issues/122)) ([74720e7](https://togithub.com/cloudquery/plugin-pb-python/commit/74720e7eb5041e2154d58fe2cc1e67bef58477ce))
-   Generate Python Code from `plugin-pb` ([#&#8203;124](https://togithub.com/cloudquery/plugin-pb-python/issues/124)) ([72ca377](https://togithub.com/cloudquery/plugin-pb-python/commit/72ca37759dea593c9b5bd9b0afd936ae6c583b50))

</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=-->
  • Loading branch information
cq-bot authored Oct 1, 2024
1 parent 655e5ba commit 65d1dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
description = "CloudQuery Plugin SDK for Python"

dependencies = [
"cloudquery-plugin-pb==0.0.35",
"cloudquery-plugin-pb==0.0.36",
"exceptiongroup==1.2.2",
"black==24.8.0",
"grpcio==1.66.2",
Expand Down

0 comments on commit 65d1dcb

Please sign in to comment.