Skip to content

Commit

Permalink
fix(deps): Update dependency cloudquery-plugin-pb to v0.0.37 (#253)
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.36` -> `==0.0.37` |

---

### Release Notes

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

### [`v0.0.37`](https://togithub.com/cloudquery/plugin-pb-python/blob/HEAD/CHANGELOG.md#0037-2024-11-04)

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

##### Bug Fixes

-   **deps:** Update dependency black to v24.10.0 ([#&#8203;126](https://togithub.com/cloudquery/plugin-pb-python/issues/126)) ([44d8c26](https://togithub.com/cloudquery/plugin-pb-python/commit/44d8c268229cf7c115040b764ff97c376a7a12e6))
-   **deps:** Update dependency grpcio to v1.67.1 ([#&#8203;128](https://togithub.com/cloudquery/plugin-pb-python/issues/128)) ([cb6b8dd](https://togithub.com/cloudquery/plugin-pb-python/commit/cb6b8ddffc96964a2f67f9daed661766a59dc130))
-   **deps:** Update dependency grpcio-tools to v1.67.1 ([#&#8203;129](https://togithub.com/cloudquery/plugin-pb-python/issues/129)) ([893eb3a](https://togithub.com/cloudquery/plugin-pb-python/commit/893eb3ae3f34dfd0092891554edd084540210142))
-   **deps:** Update dependency protobuf to v5.28.3 ([#&#8203;125](https://togithub.com/cloudquery/plugin-pb-python/issues/125)) ([ab7d3de](https://togithub.com/cloudquery/plugin-pb-python/commit/ab7d3deedb87cd7818ff6e1210e926214cff4b2e))
-   **deps:** Update dependency pyarrow to v18 ([#&#8203;130](https://togithub.com/cloudquery/plugin-pb-python/issues/130)) ([59681eb](https://togithub.com/cloudquery/plugin-pb-python/commit/59681eb63848430b1b177ad94ba7a5f5c04e95e5))
-   Generate Python Code from `plugin-pb` ([#&#8203;131](https://togithub.com/cloudquery/plugin-pb-python/issues/131)) ([a6942cb](https://togithub.com/cloudquery/plugin-pb-python/commit/a6942cb62d5244665fa45342392b30ab74f2ed7a))

</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 Nov 4, 2024
1 parent d3dbd3f commit 040dc2b
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.36",
"cloudquery-plugin-pb==0.0.37",
"exceptiongroup==1.2.2",
"black==24.10.0",
"grpcio==1.67.1",
Expand Down

0 comments on commit 040dc2b

Please sign in to comment.