Skip to content

Commit

Permalink
fix(deps): Update dependency cloudquery-plugin-pb to v0.0.26 (#168)
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.25` -> `==0.0.26` |

---

### Release Notes

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

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

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

##### Bug Fixes

-   **deps:** Update dependency black to v24.4.2 ([#&#8203;76](https://togithub.com/cloudquery/plugin-pb-python/issues/76)) ([a9edc09](https://togithub.com/cloudquery/plugin-pb-python/commit/a9edc097ee450f854c60dd3d9089176596dfe0f7))
-   **deps:** Update dependency grpcio to v1.63.0 ([#&#8203;77](https://togithub.com/cloudquery/plugin-pb-python/issues/77)) ([7f54eca](https://togithub.com/cloudquery/plugin-pb-python/commit/7f54eca6ab82d8f391f936267c174dc365721ca5))
-   **deps:** Update dependency grpcio-tools to v1.63.0 ([#&#8203;79](https://togithub.com/cloudquery/plugin-pb-python/issues/79)) ([c31fceb](https://togithub.com/cloudquery/plugin-pb-python/commit/c31fceb2130e3a3389d409374dd07718159869ea))
-   **deps:** Update dependency pytest to v8.2.0 ([#&#8203;80](https://togithub.com/cloudquery/plugin-pb-python/issues/80)) ([f598b84](https://togithub.com/cloudquery/plugin-pb-python/commit/f598b846af21d685def553b9ebdd3a457d057b82))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM0My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
  • Loading branch information
cq-bot committed May 6, 2024
1 parent fbf5de1 commit 07c0435
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.25",
"cloudquery-plugin-pb==0.0.26",
"exceptiongroup==1.2.1",
"black==24.4.2",
"grpcio==1.63.0",
Expand Down

0 comments on commit 07c0435

Please sign in to comment.