From ad682334dd0c6c18ccee1a42b3273ee0431d6481 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sat, 1 Mar 2025 03:03:20 +0200 Subject: [PATCH 1/3] fix(deps): Update dependency pyarrow to v19.0.1 (#149) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [pyarrow](https://redirect.github.com/apache/arrow) | patch | `==19.0.0` -> `==19.0.1` | --- ### Configuration 📅 **Schedule**: Branch creation - "* 0-3 1 * *" (UTC), 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://redirect.github.com/renovatebot/renovate). --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 48a9b2d..e56dc1c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ black==24.10.0 grpcio-tools==1.70.0 grpcio==1.70.0 protobuf==5.29.3 -pyarrow==19.0.0 +pyarrow==19.0.1 pytest==8.3.4 From 9fc9b1e984a29f153abb477ba4604021c9bca3be Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 5 Mar 2025 12:48:28 +0200 Subject: [PATCH 2/3] fix(deps): Update dependency black to v25 (#150) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [black](https://redirect.github.com/psf/black) ([changelog](https://redirect.github.com/psf/black/blob/main/CHANGES.md)) | major | `==24.10.0` -> `==25.1.0` | --- ### Release Notes
psf/black (black) ### [`v25.1.0`](https://redirect.github.com/psf/black/blob/HEAD/CHANGES.md#2510) [Compare Source](https://redirect.github.com/psf/black/compare/24.10.0...25.1.0) ##### Highlights This release introduces the new 2025 stable style ([#​4558](https://redirect.github.com/psf/black/issues/4558)), stabilizing the following changes: - Normalize casing of Unicode escape characters in strings to lowercase ([#​2916](https://redirect.github.com/psf/black/issues/2916)) - Fix inconsistencies in whether certain strings are detected as docstrings ([#​4095](https://redirect.github.com/psf/black/issues/4095)) - Consistently add trailing commas to typed function parameters ([#​4164](https://redirect.github.com/psf/black/issues/4164)) - Remove redundant parentheses in if guards for case blocks ([#​4214](https://redirect.github.com/psf/black/issues/4214)) - Add parentheses to if clauses in case blocks when the line is too long ([#​4269](https://redirect.github.com/psf/black/issues/4269)) - Whitespace before `# fmt: skip` comments is no longer normalized ([#​4146](https://redirect.github.com/psf/black/issues/4146)) - Fix line length computation for certain expressions that involve the power operator ([#​4154](https://redirect.github.com/psf/black/issues/4154)) - Check if there is a newline before the terminating quotes of a docstring ([#​4185](https://redirect.github.com/psf/black/issues/4185)) - Fix type annotation spacing between `*` and more complex type variable tuple ([#​4440](https://redirect.github.com/psf/black/issues/4440)) The following changes were not in any previous release: - Remove parentheses around sole list items ([#​4312](https://redirect.github.com/psf/black/issues/4312)) - Generic function definitions are now formatted more elegantly: parameters are split over multiple lines first instead of type parameter definitions ([#​4553](https://redirect.github.com/psf/black/issues/4553)) ##### Stable style - Fix formatting cells in IPython notebooks with magic methods and starting or trailing empty lines ([#​4484](https://redirect.github.com/psf/black/issues/4484)) - Fix crash when formatting `with` statements containing tuple generators/unpacking ([#​4538](https://redirect.github.com/psf/black/issues/4538)) ##### Preview style - Fix/remove string merging changing f-string quotes on f-strings with internal quotes ([#​4498](https://redirect.github.com/psf/black/issues/4498)) - Collapse multiple empty lines after an import into one ([#​4489](https://redirect.github.com/psf/black/issues/4489)) - Prevent `string_processing` and `wrap_long_dict_values_in_parens` from removing parentheses around long dictionary values ([#​4377](https://redirect.github.com/psf/black/issues/4377)) - Move `wrap_long_dict_values_in_parens` from the unstable to preview style ([#​4561](https://redirect.github.com/psf/black/issues/4561)) ##### Packaging - Store license identifier inside the `License-Expression` metadata field, see [PEP 639](https://peps.python.org/pep-0639/). ([#​4479](https://redirect.github.com/psf/black/issues/4479)) ##### Performance - Speed up the `is_fstring_start` function in Black's tokenizer ([#​4541](https://redirect.github.com/psf/black/issues/4541)) ##### Integrations - If using stdin with `--stdin-filename` set to a force excluded path, stdin won't be formatted. ([#​4539](https://redirect.github.com/psf/black/issues/4539))
--- ### Configuration 📅 **Schedule**: Branch creation - "* 0-3 1 * *" (UTC), 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://redirect.github.com/renovatebot/renovate). --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e56dc1c..eeb7b7e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -black==24.10.0 +black==25.1.0 grpcio-tools==1.70.0 grpcio==1.70.0 protobuf==5.29.3 From e1fc63c9e11d3e5e317c6615b07609e62bf80fac Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 5 Mar 2025 12:53:57 +0200 Subject: [PATCH 3/3] chore(main): Release v0.0.41 (#151) --- .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 28d28bd..2be0982 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.40" + ".": "0.0.41" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 139eafa..5a354b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.0.41](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.40...v0.0.41) (2025-03-05) + + +### Bug Fixes + +* **deps:** Update dependency black to v25 ([#150](https://github.com/cloudquery/plugin-pb-python/issues/150)) ([9fc9b1e](https://github.com/cloudquery/plugin-pb-python/commit/9fc9b1e984a29f153abb477ba4604021c9bca3be)) +* **deps:** Update dependency pyarrow to v19.0.1 ([#149](https://github.com/cloudquery/plugin-pb-python/issues/149)) ([ad68233](https://github.com/cloudquery/plugin-pb-python/commit/ad682334dd0c6c18ccee1a42b3273ee0431d6481)) + ## [0.0.40](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.39...v0.0.40) (2025-02-03) diff --git a/setup.py b/setup.py index 5713d1a..cbac9ec 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ ] setuptools.setup( name=name, - version="0.0.40", + version="0.0.41", description=description, long_description=long_description, author="CloudQuery LTD",