Skip to content

Commit

Permalink
fix(deps): Update dependency cloudquery-plugin-pb to v0.0.22 (#124)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [cloudquery-plugin-pb](https://github.com/cloudquery/plugin-pb-python) | patch | `==0.0.21` -> `==0.0.22` |

---

### Release Notes

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

### [`v0.0.22`](https://github.com/cloudquery/plugin-pb-python/blob/HEAD/CHANGELOG.md#0022-2024-02-01)

[Compare Source](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.21...v0.0.22)

##### Bug Fixes

-   **deps:** Update dependency black to v24 ([#&#8203;54](https://github.com/cloudquery/plugin-pb-python/issues/54)) ([0164923](https://github.com/cloudquery/plugin-pb-python/commit/0164923369b1e2bd972f445164f6b2964655d655))
-   **deps:** Update dependency protobuf to v4.25.2 ([#&#8203;53](https://github.com/cloudquery/plugin-pb-python/issues/53)) ([b348e46](https://github.com/cloudquery/plugin-pb-python/commit/b348e46011a0d48b42d2138a5b19d1ddc591e5ed))
-   **deps:** Update dependency pytest to v8 ([#&#8203;57](https://github.com/cloudquery/plugin-pb-python/issues/57)) ([3684dd8](https://github.com/cloudquery/plugin-pb-python/commit/3684dd8d62a9ff88cd9d281d8b022a4bd63cf269))

</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://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNjUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE2NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
cq-bot authored Feb 1, 2024
1 parent e1b23d1 commit 4f9be1b
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.21",
"cloudquery-plugin-pb==0.0.22",
"exceptiongroup==1.2.0",
"black==24.1.1",
"grpcio==1.60.0",
Expand Down

0 comments on commit 4f9be1b

Please sign in to comment.