Skip to content

Commit

Permalink
fix(deps): Update dependency cloudquery-plugin-pb to v0.0.20 (#82)
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.18` -> `==0.0.20` |

---

### Release Notes

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

### [`v0.0.20`](https://togithub.com/cloudquery/plugin-pb-python/blob/HEAD/CHANGELOG.md#0020-2023-11-01)

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

##### Bug Fixes

-   **deps:** Update dependency black to v23.10.1 ([#&#8203;37](https://togithub.com/cloudquery/plugin-pb-python/issues/37)) ([a66e65c](https://togithub.com/cloudquery/plugin-pb-python/commit/a66e65c806b87d0abab4e8ec514ce4959e3d66fb))
-   **deps:** Update dependency grpcio to v1.59.2 ([#&#8203;33](https://togithub.com/cloudquery/plugin-pb-python/issues/33)) ([aef910f](https://togithub.com/cloudquery/plugin-pb-python/commit/aef910fdde8001b8b37913b45e546e3730c7afb7))
-   **deps:** Update dependency grpcio-tools to v1.59.2 ([#&#8203;34](https://togithub.com/cloudquery/plugin-pb-python/issues/34)) ([8af794b](https://togithub.com/cloudquery/plugin-pb-python/commit/8af794b7784c8df9de2c52cb076a1fc879b8c7d5))
-   **deps:** Update dependency protobuf to v4.24.4 ([#&#8203;35](https://togithub.com/cloudquery/plugin-pb-python/issues/35)) ([4418a67](https://togithub.com/cloudquery/plugin-pb-python/commit/4418a67dc0edbc694817d1983fcf9ee3841ece9a))
-   **deps:** Update dependency pytest to v7.4.3 ([#&#8203;36](https://togithub.com/cloudquery/plugin-pb-python/issues/36)) ([61189c2](https://togithub.com/cloudquery/plugin-pb-python/commit/61189c26afa05beb14c751814a692e5de54a37ec))
-   Pin Python version to `3.11` ([#&#8203;31](https://togithub.com/cloudquery/plugin-pb-python/issues/31)) ([d1aa848](https://togithub.com/cloudquery/plugin-pb-python/commit/d1aa84891a7d99bc5f0bf12d5c572c65b9ca0c6b))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
cq-bot committed Nov 1, 2023
1 parent 956db38 commit ea4b0b0
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.18",
"cloudquery-plugin-pb==0.0.20",
"exceptiongroup==1.1.3",
"black==23.10.1",
"grpcio==1.59.2",
Expand Down

0 comments on commit ea4b0b0

Please sign in to comment.