From cf4668dc7916ba8497f06faaeb2cdfbebc849db1 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Tue, 7 May 2024 13:21:53 +0300 Subject: [PATCH 1/3] fix(deps): Update dependency cloudquery-plugin-pb to v0.0.27 (#169) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cloudquery-plugin-pb](https://togithub.com/cloudquery/plugin-pb-python) | patch | `==0.0.26` -> `==0.0.27` | --- ### Release Notes
cloudquery/plugin-pb-python (cloudquery-plugin-pb) ### [`v0.0.27`](https://togithub.com/cloudquery/plugin-pb-python/blob/HEAD/CHANGELOG.md#0027-2024-05-07) [Compare Source](https://togithub.com/cloudquery/plugin-pb-python/compare/v0.0.26...v0.0.27) ##### Bug Fixes - Generate Python Code from `plugin-pb` ([#​82](https://togithub.com/cloudquery/plugin-pb-python/issues/82)) ([3a5ec50](https://togithub.com/cloudquery/plugin-pb-python/commit/3a5ec5078145f746a1a59c314bedeef6fded16c9))
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f544f3c..a22cd38 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ description = "CloudQuery Plugin SDK for Python" dependencies = [ - "cloudquery-plugin-pb==0.0.26", + "cloudquery-plugin-pb==0.0.27", "exceptiongroup==1.2.1", "black==24.4.2", "grpcio==1.63.0", From 6d471e8952322e2e323feab5cd78861caf5c31eb Mon Sep 17 00:00:00 2001 From: Erez Rokah Date: Tue, 7 May 2024 12:04:32 +0100 Subject: [PATCH 2/3] fix: Revert "fix(deps): Update dependency python-dateutil to v2.9.0.post0 (#167)" (#171) This reverts commit fbf5de12b0a86774053ac5529a569428d282ed65. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a22cd38..7c3ebba 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ "protobuf==5.26.1", "pyarrow==15.0.2", "pytest==8.2.0", - "python-dateutil==2.9.0.post0", + "python-dateutil==2.8.2", "pytz==2024.1", "six==1.16.0", "structlog==23.3.0", From be29edd9bd62994389e745dea7b1848cc95ef926 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Tue, 7 May 2024 14:10:40 +0300 Subject: [PATCH 3/3] chore(main): Release v0.1.22 (#170) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ setup.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5520dc3..2f62a69 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.21" + ".": "0.1.22" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 41beb44..fde4090 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.22](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.21...v0.1.22) (2024-05-07) + + +### Bug Fixes + +* **deps:** Update dependency cloudquery-plugin-pb to v0.0.27 ([#169](https://github.com/cloudquery/plugin-sdk-python/issues/169)) ([cf4668d](https://github.com/cloudquery/plugin-sdk-python/commit/cf4668dc7916ba8497f06faaeb2cdfbebc849db1)) +* Revert "fix(deps): Update dependency python-dateutil to v2.9.0.post0 ([#167](https://github.com/cloudquery/plugin-sdk-python/issues/167))" ([#171](https://github.com/cloudquery/plugin-sdk-python/issues/171)) ([6d471e8](https://github.com/cloudquery/plugin-sdk-python/commit/6d471e8952322e2e323feab5cd78861caf5c31eb)) + ## [0.1.21](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.20...v0.1.21) (2024-05-06) diff --git a/setup.py b/setup.py index 7c3ebba..3fdb33a 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ ] setuptools.setup( name=name, - version="0.1.21", + version="0.1.22", description=description, long_description=long_description, author="CloudQuery LTD",