Skip to content

Commit

Permalink
fix(deps): Update dependency cloudquery-plugin-pb to v0.0.38 (#260)
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.37` -> `==0.0.38` |

---

### Release Notes

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

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

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

##### Bug Fixes

-   **deps:** Update dependency grpcio to v1.68.0 ([#&#8203;132](https://togithub.com/cloudquery/plugin-pb-python/issues/132)) ([b4073de](https://togithub.com/cloudquery/plugin-pb-python/commit/b4073de5040f39a976426dc785941ce125fdd505))
-   **deps:** Update dependency grpcio-tools to v1.68.0 ([#&#8203;133](https://togithub.com/cloudquery/plugin-pb-python/issues/133)) ([66320aa](https://togithub.com/cloudquery/plugin-pb-python/commit/66320aaf0d74427ae41d21f1430f6d1752b379aa))
-   Generate Python Code from `plugin-pb` ([#&#8203;135](https://togithub.com/cloudquery/plugin-pb-python/issues/135)) ([02449c2](https://togithub.com/cloudquery/plugin-pb-python/commit/02449c2a467a19b324b44ed70ad293e6754f3ea4))

</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 Dec 2, 2024
1 parent 6651357 commit 10d7f2c
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.37",
"cloudquery-plugin-pb==0.0.38",
"exceptiongroup==1.2.2",
"black==24.10.0",
"grpcio==1.68.0",
Expand Down

0 comments on commit 10d7f2c

Please sign in to comment.