Skip to content

Commit

Permalink
fix(deps): Update dependency cloudquery-plugin-pb to v0.0.28 (#185)
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.27` -> `==0.0.28` |

---

### Release Notes

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

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

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

##### Bug Fixes

-   **deps:** Update dependency grpcio to v1.64.0 ([#&#8203;87](https://togithub.com/cloudquery/plugin-pb-python/issues/87)) ([5123218](https://togithub.com/cloudquery/plugin-pb-python/commit/51232181dafc944255cd6adcfdac4c73a4e15008))
-   **deps:** Update dependency grpcio-tools to v1.64.0 ([#&#8203;88](https://togithub.com/cloudquery/plugin-pb-python/issues/88)) ([0c1c06a](https://togithub.com/cloudquery/plugin-pb-python/commit/0c1c06aeec05e3477e063225de630044c66882c0))
-   **deps:** Update dependency protobuf to v5.27.0 ([#&#8203;89](https://togithub.com/cloudquery/plugin-pb-python/issues/89)) ([78836b8](https://togithub.com/cloudquery/plugin-pb-python/commit/78836b8e68c9b92e39e77b7555c49ec61f37d0e1))
-   **deps:** Update dependency pytest to v8.2.1 ([#&#8203;86](https://togithub.com/cloudquery/plugin-pb-python/issues/86)) ([59d0a5c](https://togithub.com/cloudquery/plugin-pb-python/commit/59d0a5c78c6bc1922b1a041d08fc27789b911d29))
-   Generate Python Code from `plugin-pb` ([#&#8203;84](https://togithub.com/cloudquery/plugin-pb-python/issues/84)) ([cb771c4](https://togithub.com/cloudquery/plugin-pb-python/commit/cb771c43e6f89823ff31d2acbfa7bbc3a920c092))
-   Generate Python Code from `plugin-pb` ([#&#8203;90](https://togithub.com/cloudquery/plugin-pb-python/issues/90)) ([279a7b7](https://togithub.com/cloudquery/plugin-pb-python/commit/279a7b730929c710194ea9a0de962a83f83b46ee))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM4NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
  • Loading branch information
cq-bot authored Jun 2, 2024
1 parent b03fe3d commit 34f26cf
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.27",
"cloudquery-plugin-pb==0.0.28",
"exceptiongroup==1.2.1",
"black==24.4.2",
"grpcio==1.64.0",
Expand Down

0 comments on commit 34f26cf

Please sign in to comment.