From d01b653f17c3a608264b5196797448e3a3c65b41 Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Tue, 17 Sep 2024 20:24:28 +0300
Subject: [PATCH 01/12] fix(deps): Update dependency cloudquery-plugin-pb to
v0.0.35 (#232)
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.34` -> `==0.0.35` |
---
### Release Notes
cloudquery/plugin-pb-python (cloudquery-plugin-pb)
### [`v0.0.35`](https://togithub.com/cloudquery/plugin-pb-python/blob/HEAD/CHANGELOG.md#0035-2024-09-17)
[Compare Source](https://togithub.com/cloudquery/plugin-pb-python/compare/v0.0.34...v0.0.35)
##### Bug Fixes
- Generate Python Code from `plugin-pb` ([#116](https://togithub.com/cloudquery/plugin-pb-python/issues/116)) ([01e1d86](https://togithub.com/cloudquery/plugin-pb-python/commit/01e1d86c4aacd579208403a54ee8d02f269920bd))
---
### 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 7b87356..fc18725 100644
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@
description = "CloudQuery Plugin SDK for Python"
dependencies = [
- "cloudquery-plugin-pb==0.0.34",
+ "cloudquery-plugin-pb==0.0.35",
"exceptiongroup==1.2.2",
"black==24.8.0",
"grpcio==1.66.1",
From ab43599b89027712a2e9fe08000b67a4465511f4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C8=98tefan=20Muraru?=
Date: Thu, 19 Sep 2024 17:09:57 +0300
Subject: [PATCH 02/12] chore: Replace Discord link with the new community
(#234)
---
.github/ISSUE_TEMPLATE/config.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index 733537c..8794551 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -3,6 +3,6 @@ contact_links:
- name: CloudQuery Central Issues Tracker
url: https://github.com/cloudquery/cloudquery/issues
about: Please file any issue with regards to any of CloudQuery repo in the main repository with the right labels.
- - name: CloudQuery Discord Support
- url: https://cloudquery.io/discord
- about: Join our discord to get live support from us and the community.
+ - name: CloudQuery Community
+ url: https://community.cloudquery.io
+ about: Join our community to get help from us as well as other users and experts.
From 94253fe110fe42f34249b520eb13f2b993eff41e Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Mon, 30 Sep 2024 20:57:23 -0400
Subject: [PATCH 03/12] fix(deps): Update dependency grpcio to v1.66.2 (#235)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [grpcio](https://grpc.io) ([source](https://togithub.com/grpc/grpc)) | patch | `==1.66.1` -> `==1.66.2` |
---
### Release Notes
grpc/grpc (grpcio)
### [`v1.66.2`](https://togithub.com/grpc/grpc/releases/tag/v1.66.2)
[Compare Source](https://togithub.com/grpc/grpc/compare/v1.66.1...v1.66.2)
This is release gRPC Core 1.66.2 (gladiator).
For gRPC documentation, see [grpc.io](https://grpc.io/). For previous releases, see [Releases](https://togithub.com/grpc/grpc/releases).
This release contains refinements, improvements, and bug fixes.
#### What's Changed
##### Python
- Added support for Python 3.13 and templating system for supported Python versions ([#37643](https://togithub.com/grpc/grpc/issues/37643))
**Full Changelog**: https://github.com/grpc/grpc/compare/v1.66.1...v1.66.2
---
### Configuration
๐
**Schedule**: Branch creation - "before 4am on the first day of the month" (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://togithub.com/renovatebot/renovate).
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index fc18725..f5f3995 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@
"cloudquery-plugin-pb==0.0.35",
"exceptiongroup==1.2.2",
"black==24.8.0",
- "grpcio==1.66.1",
+ "grpcio==1.66.2",
"grpcio-tools==1.66.1",
"iniconfig==2.0.0",
"Jinja2==3.1.4",
From 549016ee0541ad77e1090da2afc747db9431eb6b Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Mon, 30 Sep 2024 21:50:41 -0400
Subject: [PATCH 04/12] fix(deps): Update dependency grpcio-tools to v1.66.2
(#236)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [grpcio-tools](https://grpc.io) | patch | `==1.66.1` -> `==1.66.2` |
---
### Configuration
๐
**Schedule**: Branch creation - "before 4am on the first day of the month" (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://togithub.com/renovatebot/renovate).
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index f5f3995..74bf70d 100644
--- a/setup.py
+++ b/setup.py
@@ -14,7 +14,7 @@
"exceptiongroup==1.2.2",
"black==24.8.0",
"grpcio==1.66.2",
- "grpcio-tools==1.66.1",
+ "grpcio-tools==1.66.2",
"iniconfig==2.0.0",
"Jinja2==3.1.4",
"MarkupSafe==2.1.5",
From b9182a5813ab5ab995d92d20e815cdc3cf0665dc Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Mon, 30 Sep 2024 21:55:23 -0400
Subject: [PATCH 05/12] fix(deps): Update dependency numpy to v2.1.1 (#237)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [numpy](https://numpy.org) ([source](https://togithub.com/numpy/numpy), [changelog](https://numpy.org/doc/stable/release)) | patch | `==2.1.0` -> `==2.1.1` |
---
### Release Notes
numpy/numpy (numpy)
### [`v2.1.1`](https://togithub.com/numpy/numpy/releases/tag/v2.1.1): 2.1.1 (Sep 3, 2024)
[Compare Source](https://togithub.com/numpy/numpy/compare/v2.1.0...v2.1.1)
### NumPy 2.1.1 Release Notes
NumPy 2.1.1 is a maintenance release that fixes bugs and regressions
discovered after the 2.1.0 release.
The Python versions supported by this release are 3.10-3.13.
#### Contributors
A total of 7 people contributed to this release. People with a "+" by
their names contributed a patch for the first time.
- Andrew Nelson
- Charles Harris
- Mateusz Sokรณล
- Maximilian Weigand +
- Nathan Goldbaum
- Pieter Eendebak
- Sebastian Berg
#### Pull requests merged
A total of 10 pull requests were merged for this release.
- [#27236](https://togithub.com/numpy/numpy/pull/27236): REL: Prepare for the NumPy 2.1.0 release \[wheel build]
- [#27252](https://togithub.com/numpy/numpy/pull/27252): MAINT: prepare 2.1.x for further development
- [#27259](https://togithub.com/numpy/numpy/pull/27259): BUG: revert unintended change in the return value of set_printoptions
- [#27266](https://togithub.com/numpy/numpy/pull/27266): BUG: fix reference counting bug in \__array_interface\_\_ implementation...
- [#27267](https://togithub.com/numpy/numpy/pull/27267): TST: Add regression test for missing descr in array-interface
- [#27276](https://togithub.com/numpy/numpy/pull/27276): BUG: Fix [#27256](https://togithub.com/numpy/numpy/issues/27256) and [#27257](https://togithub.com/numpy/numpy/issues/27257)
- [#27278](https://togithub.com/numpy/numpy/pull/27278): BUG: Fix array_equal for numeric and non-numeric scalar types
- [#27287](https://togithub.com/numpy/numpy/pull/27287): MAINT: Update maintenance/2.1.x after the 2.0.2 release
- [#27303](https://togithub.com/numpy/numpy/pull/27303): BLD: cp311- macosx_arm64 wheels \[wheel build]
- [#27304](https://togithub.com/numpy/numpy/pull/27304): BUG: f2py: better handle filtering of public/private subroutines
#### Checksums
##### MD5
3053a97400db800b7377749e691eb39e numpy-2.1.1-cp310-cp310-macosx_10_9_x86_64.whl
84b752a2220dce7c96ff89eef4f4aec3 numpy-2.1.1-cp310-cp310-macosx_11_0_arm64.whl
47ed4f704a64261f07ca24ef2e674524 numpy-2.1.1-cp310-cp310-macosx_14_0_arm64.whl
b8a45caa870aee980c298053cf064d28 numpy-2.1.1-cp310-cp310-macosx_14_0_x86_64.whl
e097ad5eee572b791b4a25eedad6df4a numpy-2.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
ae502c99315884cda7f0236a07c035c4 numpy-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
841a859d975c55090c0b60b72aab93a3 numpy-2.1.1-cp310-cp310-musllinux_1_1_x86_64.whl
d51be2b17f5b87aac64ab80fdfafc85e numpy-2.1.1-cp310-cp310-musllinux_1_2_aarch64.whl
1f8249bd725397c6233fe6a0e8ad18b1 numpy-2.1.1-cp310-cp310-win32.whl
d38d6f06589c1ec104a6a31ff6035781 numpy-2.1.1-cp310-cp310-win_amd64.whl
6a18fe3029aae00986975250313bf16f numpy-2.1.1-cp311-cp311-macosx_10_9_x86_64.whl
5b0b3aa01fbd0b5a8b0f354bb878351e numpy-2.1.1-cp311-cp311-macosx_11_0_arm64.whl
1c492dad399abe7b97274b4c6c12ae53 numpy-2.1.1-cp311-cp311-macosx_14_0_arm64.whl
4d55d91e71b62eb5fa6561c606524f60 numpy-2.1.1-cp311-cp311-macosx_14_0_x86_64.whl
88e99ecd063c178f25bc08d20792a9bf numpy-2.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
f3c8b0e4fb059b9219e8ec86d9fda861 numpy-2.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
df632b5fed7eb78d39e7194d2475c19b numpy-2.1.1-cp311-cp311-musllinux_1_1_x86_64.whl
65499daccdb178d26e322d9f359cf146 numpy-2.1.1-cp311-cp311-musllinux_1_2_aarch64.whl
eb97327fd7aa6027e2409d0dcca1129a numpy-2.1.1-cp311-cp311-win32.whl
9e4b05b38cbff22c2bdfead528b9d2bc numpy-2.1.1-cp311-cp311-win_amd64.whl
6b8a359bb865b5c624fd9ffc848393e1 numpy-2.1.1-cp312-cp312-macosx_10_9_x86_64.whl
eaf8dce312efa2b0f17ad46612fb1681 numpy-2.1.1-cp312-cp312-macosx_11_0_arm64.whl
c861ff048b336284fe7c0791b1a6b0b4 numpy-2.1.1-cp312-cp312-macosx_14_0_arm64.whl
7e1befccfe729dc5d6c450a5fb6b801c numpy-2.1.1-cp312-cp312-macosx_14_0_x86_64.whl
ea0a401ef653a167221987a10cbef260 numpy-2.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
97326ac792d26f2e536a519c82f2d6bc numpy-2.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
fdd2a82232c03d11bbc7cec0a8e01ab0 numpy-2.1.1-cp312-cp312-musllinux_1_1_x86_64.whl
0d6716e9a7b2c0d6e5ace9c01b9bca01 numpy-2.1.1-cp312-cp312-musllinux_1_2_aarch64.whl
ba589ed2a79c88187c3b8574ae72a1c7 numpy-2.1.1-cp312-cp312-win32.whl
806ca7c1e2a2013b786edbb619f6da47 numpy-2.1.1-cp312-cp312-win_amd64.whl
647665353e5af5884df4e51610990c22 numpy-2.1.1-cp313-cp313-macosx_10_13_x86_64.whl
bfd3b3c5c4616ef99d917bd94d39114a numpy-2.1.1-cp313-cp313-macosx_11_0_arm64.whl
cb989095f9c74e3b32250a984390faeb numpy-2.1.1-cp313-cp313-macosx_14_0_arm64.whl
55ad7548e58f61b9a4f91749e36d237f numpy-2.1.1-cp313-cp313-macosx_14_0_x86_64.whl
5bc73d67dd1032524bfd36ef877b09e4 numpy-2.1.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
c7dfb09db8284cb75296f708c3f77ea3 numpy-2.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
7cf90ce1b844a97aeea1a5b8c71fb49b numpy-2.1.1-cp313-cp313-musllinux_1_1_x86_64.whl
6ec8baeac5f979a3b98017679d457bbc numpy-2.1.1-cp313-cp313-musllinux_1_2_aarch64.whl
1f198cb5210c76faae81359a83d58230 numpy-2.1.1-cp313-cp313-win32.whl
1766258213ad41f7e36f2209ee6d2a30 numpy-2.1.1-cp313-cp313-win_amd64.whl
f0a7a0456308dbeb739ad886f1632f16 numpy-2.1.1-cp313-cp313t-macosx_10_13_x86_64.whl
302c9cf7b4aa695974500ee1935a92c9 numpy-2.1.1-cp313-cp313t-macosx_11_0_arm64.whl
f4aa7d784992abb9bd9fe9db09c01c06 numpy-2.1.1-cp313-cp313t-macosx_14_0_arm64.whl
3bb4ae9906499609769f1774438149a5 numpy-2.1.1-cp313-cp313t-macosx_14_0_x86_64.whl
ff6b9e1993d3d540074736014b1d13af numpy-2.1.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
749489c091ee9c00abf1ad1ef822c3ca numpy-2.1.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
32d2daf4064031f365ced5036757ad8b numpy-2.1.1-cp313-cp313t-musllinux_1_1_x86_64.whl
603dfe4ef56c01e1fc0dcc9d5e3090ed numpy-2.1.1-cp313-cp313t-musllinux_1_2_aarch64.whl
70fa2d3b78633bb6061c90e17364f27f numpy-2.1.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
9a430be5d14b689ed051eccc540dfbdc numpy-2.1.1-pp310-pypy310_pp73-macosx_14_0_x86_64.whl
7291ff124e471d32c03464da18ff108d numpy-2.1.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
e56ce141724af119c7c647a8705827a5 numpy-2.1.1-pp310-pypy310_pp73-win_amd64.whl
f63b4750618bfa5490f10cae37fde998 numpy-2.1.1.tar.gz
##### SHA256
c8a0e34993b510fc19b9a2ce7f31cb8e94ecf6e924a40c0c9dd4f62d0aac47d9 numpy-2.1.1-cp310-cp310-macosx_10_9_x86_64.whl
7dd86dfaf7c900c0bbdcb8b16e2f6ddf1eb1fe39c6c8cca6e94844ed3152a8fd numpy-2.1.1-cp310-cp310-macosx_11_0_arm64.whl
5889dd24f03ca5a5b1e8a90a33b5a0846d8977565e4ae003a63d22ecddf6782f numpy-2.1.1-cp310-cp310-macosx_14_0_arm64.whl
59ca673ad11d4b84ceb385290ed0ebe60266e356641428c845b39cd9df6713ab numpy-2.1.1-cp310-cp310-macosx_14_0_x86_64.whl
13ce49a34c44b6de5241f0b38b07e44c1b2dcacd9e36c30f9c2fcb1bb5135db7 numpy-2.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
913cc1d311060b1d409e609947fa1b9753701dac96e6581b58afc36b7ee35af6 numpy-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
caf5d284ddea7462c32b8d4a6b8af030b6c9fd5332afb70e7414d7fdded4bfd0 numpy-2.1.1-cp310-cp310-musllinux_1_1_x86_64.whl
57eb525e7c2a8fdee02d731f647146ff54ea8c973364f3b850069ffb42799647 numpy-2.1.1-cp310-cp310-musllinux_1_2_aarch64.whl
9a8e06c7a980869ea67bbf551283bbed2856915f0a792dc32dd0f9dd2fb56728 numpy-2.1.1-cp310-cp310-win32.whl
d10c39947a2d351d6d466b4ae83dad4c37cd6c3cdd6d5d0fa797da56f710a6ae numpy-2.1.1-cp310-cp310-win_amd64.whl
0d07841fd284718feffe7dd17a63a2e6c78679b2d386d3e82f44f0108c905550 numpy-2.1.1-cp311-cp311-macosx_10_9_x86_64.whl
b5613cfeb1adfe791e8e681128f5f49f22f3fcaa942255a6124d58ca59d9528f numpy-2.1.1-cp311-cp311-macosx_11_0_arm64.whl
0b8cc2715a84b7c3b161f9ebbd942740aaed913584cae9cdc7f8ad5ad41943d0 numpy-2.1.1-cp311-cp311-macosx_14_0_arm64.whl
b49742cdb85f1f81e4dc1b39dcf328244f4d8d1ded95dea725b316bd2cf18c95 numpy-2.1.1-cp311-cp311-macosx_14_0_x86_64.whl
e8d5f8a8e3bc87334f025194c6193e408903d21ebaeb10952264943a985066ca numpy-2.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
d51fc141ddbe3f919e91a096ec739f49d686df8af254b2053ba21a910ae518bf numpy-2.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
98ce7fb5b8063cfdd86596b9c762bf2b5e35a2cdd7e967494ab78a1fa7f8b86e numpy-2.1.1-cp311-cp311-musllinux_1_1_x86_64.whl
24c2ad697bd8593887b019817ddd9974a7f429c14a5469d7fad413f28340a6d2 numpy-2.1.1-cp311-cp311-musllinux_1_2_aarch64.whl
397bc5ce62d3fb73f304bec332171535c187e0643e176a6e9421a6e3eacef06d numpy-2.1.1-cp311-cp311-win32.whl
ae8ce252404cdd4de56dcfce8b11eac3c594a9c16c231d081fb705cf23bd4d9e numpy-2.1.1-cp311-cp311-win_amd64.whl
7c803b7934a7f59563db459292e6aa078bb38b7ab1446ca38dd138646a38203e numpy-2.1.1-cp312-cp312-macosx_10_9_x86_64.whl
6435c48250c12f001920f0751fe50c0348f5f240852cfddc5e2f97e007544cbe numpy-2.1.1-cp312-cp312-macosx_11_0_arm64.whl
3269c9eb8745e8d975980b3a7411a98976824e1fdef11f0aacf76147f662b15f numpy-2.1.1-cp312-cp312-macosx_14_0_arm64.whl
fac6e277a41163d27dfab5f4ec1f7a83fac94e170665a4a50191b545721c6521 numpy-2.1.1-cp312-cp312-macosx_14_0_x86_64.whl
fcd8f556cdc8cfe35e70efb92463082b7f43dd7e547eb071ffc36abc0ca4699b numpy-2.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
d2b9cd92c8f8e7b313b80e93cedc12c0112088541dcedd9197b5dee3738c1201 numpy-2.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
afd9c680df4de71cd58582b51e88a61feed4abcc7530bcd3d48483f20fc76f2a numpy-2.1.1-cp312-cp312-musllinux_1_1_x86_64.whl
8661c94e3aad18e1ea17a11f60f843a4933ccaf1a25a7c6a9182af70610b2313 numpy-2.1.1-cp312-cp312-musllinux_1_2_aarch64.whl
950802d17a33c07cba7fd7c3dcfa7d64705509206be1606f196d179e539111ed numpy-2.1.1-cp312-cp312-win32.whl
3fc5eabfc720db95d68e6646e88f8b399bfedd235994016351b1d9e062c4b270 numpy-2.1.1-cp312-cp312-win_amd64.whl
046356b19d7ad1890c751b99acad5e82dc4a02232013bd9a9a712fddf8eb60f5 numpy-2.1.1-cp313-cp313-macosx_10_13_x86_64.whl
6e5a9cb2be39350ae6c8f79410744e80154df658d5bea06e06e0ac5bb75480d5 numpy-2.1.1-cp313-cp313-macosx_11_0_arm64.whl
d4c57b68c8ef5e1ebf47238e99bf27657511ec3f071c465f6b1bccbef12d4136 numpy-2.1.1-cp313-cp313-macosx_14_0_arm64.whl
8ae0fd135e0b157365ac7cc31fff27f07a5572bdfc38f9c2d43b2aff416cc8b0 numpy-2.1.1-cp313-cp313-macosx_14_0_x86_64.whl
981707f6b31b59c0c24bcda52e5605f9701cb46da4b86c2e8023656ad3e833cb numpy-2.1.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
2ca4b53e1e0b279142113b8c5eb7d7a877e967c306edc34f3b58e9be12fda8df numpy-2.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
e097507396c0be4e547ff15b13dc3866f45f3680f789c1a1301b07dadd3fbc78 numpy-2.1.1-cp313-cp313-musllinux_1_1_x86_64.whl
f7506387e191fe8cdb267f912469a3cccc538ab108471291636a96a54e599556 numpy-2.1.1-cp313-cp313-musllinux_1_2_aarch64.whl
251105b7c42abe40e3a689881e1793370cc9724ad50d64b30b358bbb3a97553b numpy-2.1.1-cp313-cp313-win32.whl
f212d4f46b67ff604d11fff7cc62d36b3e8714edf68e44e9760e19be38c03eb0 numpy-2.1.1-cp313-cp313-win_amd64.whl
920b0911bb2e4414c50e55bd658baeb78281a47feeb064ab40c2b66ecba85553 numpy-2.1.1-cp313-cp313t-macosx_10_13_x86_64.whl
bab7c09454460a487e631ffc0c42057e3d8f2a9ddccd1e60c7bb8ed774992480 numpy-2.1.1-cp313-cp313t-macosx_11_0_arm64.whl
cea427d1350f3fd0d2818ce7350095c1a2ee33e30961d2f0fef48576ddbbe90f numpy-2.1.1-cp313-cp313t-macosx_14_0_arm64.whl
e30356d530528a42eeba51420ae8bf6c6c09559051887196599d96ee5f536468 numpy-2.1.1-cp313-cp313t-macosx_14_0_x86_64.whl
e8dfa9e94fc127c40979c3eacbae1e61fda4fe71d84869cc129e2721973231ef numpy-2.1.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
910b47a6d0635ec1bd53b88f86120a52bf56dcc27b51f18c7b4a2e2224c29f0f numpy-2.1.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
13cc11c00000848702322af4de0147ced365c81d66053a67c2e962a485b3717c numpy-2.1.1-cp313-cp313t-musllinux_1_1_x86_64.whl
53e27293b3a2b661c03f79aa51c3987492bd4641ef933e366e0f9f6c9bf257ec numpy-2.1.1-cp313-cp313t-musllinux_1_2_aarch64.whl
7be6a07520b88214ea85d8ac8b7d6d8a1839b0b5cb87412ac9f49fa934eb15d5 numpy-2.1.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
52ac2e48f5ad847cd43c4755520a2317f3380213493b9d8a4c5e37f3b87df504 numpy-2.1.1-pp310-pypy310_pp73-macosx_14_0_x86_64.whl
50a95ca3560a6058d6ea91d4629a83a897ee27c00630aed9d933dff191f170cd numpy-2.1.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
99f4a9ee60eed1385a86e82288971a51e71df052ed0b2900ed30bc840c0f2e39 numpy-2.1.1-pp310-pypy310_pp73-win_amd64.whl
d0cf7d55b1051387807405b3898efafa862997b4cba8aa5dbe657be794afeafd numpy-2.1.1.tar.gz
---
### Configuration
๐
**Schedule**: Branch creation - "before 4am on the first day of the month" (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://togithub.com/renovatebot/renovate).
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index 74bf70d..6a0cc4e 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@
"iniconfig==2.0.0",
"Jinja2==3.1.4",
"MarkupSafe==2.1.5",
- "numpy==2.1.0",
+ "numpy==2.1.1",
"packaging==24.1",
"pandas==2.2.2",
"pluggy==1.5.0",
From 3f24bb2d8c5d458d361dd9d7c7f378c046f78276 Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Mon, 30 Sep 2024 22:00:39 -0400
Subject: [PATCH 06/12] fix(deps): Update dependency pandas to v2.2.3 (#238)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [pandas](https://pandas.pydata.org) ([source](https://togithub.com/pandas-dev/pandas)) | patch | `==2.2.2` -> `==2.2.3` |
---
### Release Notes
pandas-dev/pandas (pandas)
### [`v2.2.3`](https://togithub.com/pandas-dev/pandas/releases/tag/v2.2.3): Pandas 2.2.3
[Compare Source](https://togithub.com/pandas-dev/pandas/compare/v2.2.2...v2.2.3)
We are pleased to announce the release of pandas 2.2.3.
This release includes some new features, bug fixes, and performance improvements. We recommend that all users upgrade to this version.
See the [full whatsnew](https://pandas.pydata.org/pandas-docs/version/2.2.3/whatsnew/v2.2.3.html) for a list of all the changes.
Pandas 2.2.3 supports Python 3.9 and higher.
The release will be available on the defaults and conda-forge channels:
conda install pandas
Or via PyPI:
python3 -m pip install --upgrade pandas
Please report any issues with the release on the [pandas issue tracker](https://togithub.com/pandas-dev/pandas/issues).
Thanks to all the contributors who made this release possible.
---
### Configuration
๐
**Schedule**: Branch creation - "before 4am on the first day of the month" (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://togithub.com/renovatebot/renovate).
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index 6a0cc4e..989ad26 100644
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@
"MarkupSafe==2.1.5",
"numpy==2.1.1",
"packaging==24.1",
- "pandas==2.2.2",
+ "pandas==2.2.3",
"pluggy==1.5.0",
"protobuf==5.28.0",
"pyarrow==17.0.0",
From 8727b230a92860441102a4f88b96dc198638aab7 Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Mon, 30 Sep 2024 22:47:51 -0400
Subject: [PATCH 07/12] fix(deps): Update dependency protobuf to v5.28.2 (#239)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [protobuf](https://developers.google.com/protocol-buffers/) | patch | `==5.28.0` -> `==5.28.2` |
---
### Configuration
๐
**Schedule**: Branch creation - "before 4am on the first day of the month" (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://togithub.com/renovatebot/renovate).
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index 989ad26..937b0a0 100644
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@
"packaging==24.1",
"pandas==2.2.3",
"pluggy==1.5.0",
- "protobuf==5.28.0",
+ "protobuf==5.28.2",
"pyarrow==17.0.0",
"pytest==8.3.2",
"python-dateutil>=2.8.1",
From f5c3397524fc76e155428e49770ac195f6bb0ac6 Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Mon, 30 Sep 2024 22:52:08 -0400
Subject: [PATCH 08/12] fix(deps): Update dependency pytest to v8.3.3 (#240)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [pytest](https://togithub.com/pytest-dev/pytest) ([changelog](https://docs.pytest.org/en/stable/changelog.html)) | patch | `==8.3.2` -> `==8.3.3` |
---
### Release Notes
pytest-dev/pytest (pytest)
### [`v8.3.3`](https://togithub.com/pytest-dev/pytest/releases/tag/8.3.3)
[Compare Source](https://togithub.com/pytest-dev/pytest/compare/8.3.2...8.3.3)
# pytest 8.3.3 (2024-09-09)
## Bug fixes
- [#12446](https://togithub.com/pytest-dev/pytest/issues/12446): Avoid calling `@property` (and other instance descriptors) during fixture discovery -- by `asottile`{.interpreted-text role="user"}
- [#12659](https://togithub.com/pytest-dev/pytest/issues/12659): Fixed the issue of not displaying assertion failure differences when using the parameter `--import-mode=importlib` in pytest>=8.1.
- [#12667](https://togithub.com/pytest-dev/pytest/issues/12667): Fixed a regression where type change in \[ExceptionInfo.errisinstance]{.title-ref} caused \[mypy]{.title-ref} to fail.
- [#12744](https://togithub.com/pytest-dev/pytest/issues/12744): Fixed typing compatibility with Python 3.9 or less -- replaced \[typing.Self]{.title-ref} with \[typing_extensions.Self]{.title-ref} -- by `Avasam`{.interpreted-text role="user"}
- [#12745](https://togithub.com/pytest-dev/pytest/issues/12745): Fixed an issue with backslashes being incorrectly converted in nodeid paths on Windows, ensuring consistent path handling across environments.
- [#6682](https://togithub.com/pytest-dev/pytest/issues/6682): Fixed bug where the verbosity levels where not being respected when printing the "msg" part of failed assertion (as in `assert condition, msg`).
- [#9422](https://togithub.com/pytest-dev/pytest/issues/9422): Fix bug where disabling the terminal plugin via `-p no:terminal` would cause crashes related to missing the `verbose` option.
\-- by `GTowers1`{.interpreted-text role="user"}
## Improved documentation
- [#12663](https://togithub.com/pytest-dev/pytest/issues/12663): Clarify that the \[pytest_deselected]{.title-ref} hook should be called from \[pytest_collection_modifyitems]{.title-ref} hook implementations when items are deselected.
- [#12678](https://togithub.com/pytest-dev/pytest/issues/12678): Remove erroneous quotes from \[tmp_path_retention_policy]{.title-ref} example in docs.
## Miscellaneous internal changes
- [#12769](https://togithub.com/pytest-dev/pytest/issues/12769): Fix typos discovered by codespell and add codespell to pre-commit hooks.
---
### Configuration
๐
**Schedule**: Branch creation - "before 4am on the first day of the month" (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://togithub.com/renovatebot/renovate).
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index 937b0a0..ad9af61 100644
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@
"pluggy==1.5.0",
"protobuf==5.28.2",
"pyarrow==17.0.0",
- "pytest==8.3.2",
+ "pytest==8.3.3",
"python-dateutil>=2.8.1",
"pytz==2024.1",
"six==1.16.0",
From e3b2f3789837c74cdbb8a4f2618e6dc4c283a445 Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Mon, 30 Sep 2024 23:31:36 -0400
Subject: [PATCH 09/12] fix(deps): Update dependency pytz to v2024.2 (#241)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [pytz](http://pythonhosted.org/pytz) | minor | `==2024.1` -> `==2024.2` |
---
### Configuration
๐
**Schedule**: Branch creation - "before 4am on the first day of the month" (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://togithub.com/renovatebot/renovate).
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index ad9af61..a30545a 100644
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@
"pyarrow==17.0.0",
"pytest==8.3.3",
"python-dateutil>=2.8.1",
- "pytz==2024.1",
+ "pytz==2024.2",
"six==1.16.0",
"structlog==24.4.0",
"tomli==2.0.1",
From 655e5ba1eb2db52e7f061393fb11222edba51df8 Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Mon, 30 Sep 2024 23:35:59 -0400
Subject: [PATCH 10/12] fix(deps): Update dependency tzdata to v2024.2 (#242)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [tzdata](https://togithub.com/python/tzdata) | minor | `==2024.1` -> `==2024.2` |
---
### Release Notes
python/tzdata (tzdata)
### [`v2024.2`](https://togithub.com/python/tzdata/releases/tag/2024.2): : Release of upstream tzdata 2024b
[Compare Source](https://togithub.com/python/tzdata/compare/2024.1...2024.2)
### Version 2024.2
Upstream version 2024b released 2024-09-04T19:27:47+00:00
#### Briefly:
Improve historical data for Mexico, Mongolia, and Portugal. System V names are
now obsolescent. The main data form now uses %z. The code now conforms to RFC
8536 for early timestamps. Support POSIX.1-2024, which removes asctime_r and
ctime_r. Assume POSIX.2-1992 or later for shell scripts. SUPPORT_C89 now
defaults to 1.
#### Changes to past timestamps
Asia/Choibalsan is now an alias for Asia/Ulaanbaatar rather than being a
separate Zone with differing behavior before April 2008. This seems better given
our wildly conflicting information about Mongolia's time zone history. (Thanks
to Heitor David Pinto.)
Historical transitions for Mexico have been updated based on official Mexican
decrees. The affected timestamps occur during the years 1921-1927, 1931, 1945,
1949-1970, and 1981-1997. The affected zones are America/Bahia_Banderas,
America/Cancun, America/Chihuahua, America/Ciudad_Juarez, America/Hermosillo,
America/Mazatlan, America/Merida, America/Mexico_City, America/Monterrey,
America/Ojinaga, and America/Tijuana. (Thanks to Heitor David Pinto.)
Historical transitions for Portugal, represented by Europe/Lisbon,
Atlantic/Azores, and Atlantic/Madeira, have been updated based on a close
reading of old Portuguese legislation, replacing previous data mainly
originating from Whitman and Shanks & Pottenger. These changes affect a few
transitions in 1917-1921, 1924, and 1940 throughout these regions by a few hours
or days, and various timestamps between 1977 and 1993 depending on the region.
In particular, the Azores and Madeira did not observe DST from 1977 to 1981.
Additionally, the adoption of standard zonal time in former Portuguese colonies
have been adjusted: Africa/Maputo in 1909, and Asia/Dili by 22 minutes at the
start of 1912. (Thanks to Tim Parenti.)
#### Changes to past tm_isdst flags
The period from 1966-04-03 through 1966-10-02 in Portugal is now modeled as DST,
to more closely reflect how contemporaneous changes in law entered into force.
#### Changes to data
Names present only for compatibility with UNIX System V (last released in the
1990s) have been moved to 'backward'. These names, which for post-1970
timestamps mostly just duplicate data of geographical names, were confusing
downstream uses. Names moved to 'backward' are now links to geographical names.
This affects behavior for TZ='EET' for some pre-1981 timestamps, for TZ='CET'
for some pre-1947 timestamps, and for TZ='WET' for some pre-1996 timestamps.
Also, TZ='MET' now behaves like TZ='CET' and so uses the abbreviation "CET"
rather than "MET". Those needing the previous TZDB behavior, which does not
match any real-world clocks, can find the old entries in 'backzone'. (Problem
reported by Justin Grant.)
The main source files' time zone abbreviations now use %z, supported by zic
since release 2015f and used in vanguard form since release 2022b. For example,
America/Sao_Paulo now contains the zone continuation line "-3:00 Brazil %z",
which is less error prone than the old "-3:00 Brazil -03/-02". This does not
change the represented data: the generated TZif files are unchanged. Rearguard
form still avoids %z, to support obsolescent parsers.
Asia/Almaty has been removed from zonenow.tab as it now agrees with
Asia/Tashkent for future timestamps, due to Kazakhstan's 2024-02-29 time zone
change. Similarly, America/Scoresbysund has been removed, as it now agrees with
America/Nuuk due to its 2024-03-31 time zone change.
#### Changes to documentation
The documentation now reflects POSIX.1-2024.
#### Changes to commentary
Commentary about historical transitions in Portugal and her former colonies has
been expanded with links to many relevant legislation. (Thanks to Tim Parenti.)
---
### Configuration
๐
**Schedule**: Branch creation - "before 4am on the first day of the month" (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://togithub.com/renovatebot/renovate).
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index a30545a..639ae73 100644
--- a/setup.py
+++ b/setup.py
@@ -30,7 +30,7 @@
"six==1.16.0",
"structlog==24.4.0",
"tomli==2.0.1",
- "tzdata==2024.1",
+ "tzdata==2024.2",
]
url = "https://github.com/cloudquery/plugin-sdk-python"
From 65d1dcbe1d06b38bfbfb4b6982bec5f043ad6409 Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Tue, 1 Oct 2024 04:45:26 -0400
Subject: [PATCH 11/12] fix(deps): Update dependency cloudquery-plugin-pb to
v0.0.36 (#243)
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.35` -> `==0.0.36` |
---
### Release Notes
cloudquery/plugin-pb-python (cloudquery-plugin-pb)
### [`v0.0.36`](https://togithub.com/cloudquery/plugin-pb-python/blob/HEAD/CHANGELOG.md#0036-2024-10-01)
[Compare Source](https://togithub.com/cloudquery/plugin-pb-python/compare/v0.0.35...v0.0.36)
##### Bug Fixes
- **deps:** Update dependency grpcio to v1.66.2 ([#118](https://togithub.com/cloudquery/plugin-pb-python/issues/118)) ([491dfbc](https://togithub.com/cloudquery/plugin-pb-python/commit/491dfbc1e714dabd54825825543402268fc8887c))
- **deps:** Update dependency grpcio-tools to v1.66.2 ([#119](https://togithub.com/cloudquery/plugin-pb-python/issues/119)) ([5b415b0](https://togithub.com/cloudquery/plugin-pb-python/commit/5b415b081b357254d3469217fab9610f494190ad))
- **deps:** Update dependency protobuf to v5.28.2 ([#121](https://togithub.com/cloudquery/plugin-pb-python/issues/121)) ([daf7e7d](https://togithub.com/cloudquery/plugin-pb-python/commit/daf7e7d745ae7a55097d7ba6c68150037a97d38c))
- **deps:** Update dependency pytest to v8.3.3 ([#122](https://togithub.com/cloudquery/plugin-pb-python/issues/122)) ([74720e7](https://togithub.com/cloudquery/plugin-pb-python/commit/74720e7eb5041e2154d58fe2cc1e67bef58477ce))
- Generate Python Code from `plugin-pb` ([#124](https://togithub.com/cloudquery/plugin-pb-python/issues/124)) ([72ca377](https://togithub.com/cloudquery/plugin-pb-python/commit/72ca37759dea593c9b5bd9b0afd936ae6c583b50))
---
### 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 639ae73..e272bb0 100644
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@
description = "CloudQuery Plugin SDK for Python"
dependencies = [
- "cloudquery-plugin-pb==0.0.35",
+ "cloudquery-plugin-pb==0.0.36",
"exceptiongroup==1.2.2",
"black==24.8.0",
"grpcio==1.66.2",
From e1a00bd0415e08eb217bdf0fae57e9fc2e2ef34c Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Tue, 1 Oct 2024 05:27:29 -0400
Subject: [PATCH 12/12] chore(main): Release v0.1.36 (#233)
:robot: I have created a release *beep* *boop*
---
## [0.1.36](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.35...v0.1.36) (2024-10-01)
### Bug Fixes
* **deps:** Update dependency cloudquery-plugin-pb to v0.0.35 ([#232](https://github.com/cloudquery/plugin-sdk-python/issues/232)) ([d01b653](https://github.com/cloudquery/plugin-sdk-python/commit/d01b653f17c3a608264b5196797448e3a3c65b41))
* **deps:** Update dependency cloudquery-plugin-pb to v0.0.36 ([#243](https://github.com/cloudquery/plugin-sdk-python/issues/243)) ([65d1dcb](https://github.com/cloudquery/plugin-sdk-python/commit/65d1dcbe1d06b38bfbfb4b6982bec5f043ad6409))
* **deps:** Update dependency grpcio to v1.66.2 ([#235](https://github.com/cloudquery/plugin-sdk-python/issues/235)) ([94253fe](https://github.com/cloudquery/plugin-sdk-python/commit/94253fe110fe42f34249b520eb13f2b993eff41e))
* **deps:** Update dependency grpcio-tools to v1.66.2 ([#236](https://github.com/cloudquery/plugin-sdk-python/issues/236)) ([549016e](https://github.com/cloudquery/plugin-sdk-python/commit/549016ee0541ad77e1090da2afc747db9431eb6b))
* **deps:** Update dependency numpy to v2.1.1 ([#237](https://github.com/cloudquery/plugin-sdk-python/issues/237)) ([b9182a5](https://github.com/cloudquery/plugin-sdk-python/commit/b9182a5813ab5ab995d92d20e815cdc3cf0665dc))
* **deps:** Update dependency pandas to v2.2.3 ([#238](https://github.com/cloudquery/plugin-sdk-python/issues/238)) ([3f24bb2](https://github.com/cloudquery/plugin-sdk-python/commit/3f24bb2d8c5d458d361dd9d7c7f378c046f78276))
* **deps:** Update dependency protobuf to v5.28.2 ([#239](https://github.com/cloudquery/plugin-sdk-python/issues/239)) ([8727b23](https://github.com/cloudquery/plugin-sdk-python/commit/8727b230a92860441102a4f88b96dc198638aab7))
* **deps:** Update dependency pytest to v8.3.3 ([#240](https://github.com/cloudquery/plugin-sdk-python/issues/240)) ([f5c3397](https://github.com/cloudquery/plugin-sdk-python/commit/f5c3397524fc76e155428e49770ac195f6bb0ac6))
* **deps:** Update dependency pytz to v2024.2 ([#241](https://github.com/cloudquery/plugin-sdk-python/issues/241)) ([e3b2f37](https://github.com/cloudquery/plugin-sdk-python/commit/e3b2f3789837c74cdbb8a4f2618e6dc4c283a445))
* **deps:** Update dependency tzdata to v2024.2 ([#242](https://github.com/cloudquery/plugin-sdk-python/issues/242)) ([655e5ba](https://github.com/cloudquery/plugin-sdk-python/commit/655e5ba1eb2db52e7f061393fb11222edba51df8))
---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
---
.release-please-manifest.json | 2 +-
CHANGELOG.md | 16 ++++++++++++++++
setup.py | 2 +-
3 files changed, 18 insertions(+), 2 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index dc77001..b6f6e2a 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "0.1.35"
+ ".": "0.1.36"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 64b47aa..95ec745 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,21 @@
# Changelog
+## [0.1.36](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.35...v0.1.36) (2024-10-01)
+
+
+### Bug Fixes
+
+* **deps:** Update dependency cloudquery-plugin-pb to v0.0.35 ([#232](https://github.com/cloudquery/plugin-sdk-python/issues/232)) ([d01b653](https://github.com/cloudquery/plugin-sdk-python/commit/d01b653f17c3a608264b5196797448e3a3c65b41))
+* **deps:** Update dependency cloudquery-plugin-pb to v0.0.36 ([#243](https://github.com/cloudquery/plugin-sdk-python/issues/243)) ([65d1dcb](https://github.com/cloudquery/plugin-sdk-python/commit/65d1dcbe1d06b38bfbfb4b6982bec5f043ad6409))
+* **deps:** Update dependency grpcio to v1.66.2 ([#235](https://github.com/cloudquery/plugin-sdk-python/issues/235)) ([94253fe](https://github.com/cloudquery/plugin-sdk-python/commit/94253fe110fe42f34249b520eb13f2b993eff41e))
+* **deps:** Update dependency grpcio-tools to v1.66.2 ([#236](https://github.com/cloudquery/plugin-sdk-python/issues/236)) ([549016e](https://github.com/cloudquery/plugin-sdk-python/commit/549016ee0541ad77e1090da2afc747db9431eb6b))
+* **deps:** Update dependency numpy to v2.1.1 ([#237](https://github.com/cloudquery/plugin-sdk-python/issues/237)) ([b9182a5](https://github.com/cloudquery/plugin-sdk-python/commit/b9182a5813ab5ab995d92d20e815cdc3cf0665dc))
+* **deps:** Update dependency pandas to v2.2.3 ([#238](https://github.com/cloudquery/plugin-sdk-python/issues/238)) ([3f24bb2](https://github.com/cloudquery/plugin-sdk-python/commit/3f24bb2d8c5d458d361dd9d7c7f378c046f78276))
+* **deps:** Update dependency protobuf to v5.28.2 ([#239](https://github.com/cloudquery/plugin-sdk-python/issues/239)) ([8727b23](https://github.com/cloudquery/plugin-sdk-python/commit/8727b230a92860441102a4f88b96dc198638aab7))
+* **deps:** Update dependency pytest to v8.3.3 ([#240](https://github.com/cloudquery/plugin-sdk-python/issues/240)) ([f5c3397](https://github.com/cloudquery/plugin-sdk-python/commit/f5c3397524fc76e155428e49770ac195f6bb0ac6))
+* **deps:** Update dependency pytz to v2024.2 ([#241](https://github.com/cloudquery/plugin-sdk-python/issues/241)) ([e3b2f37](https://github.com/cloudquery/plugin-sdk-python/commit/e3b2f3789837c74cdbb8a4f2618e6dc4c283a445))
+* **deps:** Update dependency tzdata to v2024.2 ([#242](https://github.com/cloudquery/plugin-sdk-python/issues/242)) ([655e5ba](https://github.com/cloudquery/plugin-sdk-python/commit/655e5ba1eb2db52e7f061393fb11222edba51df8))
+
## [0.1.35](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.34...v0.1.35) (2024-09-04)
diff --git a/setup.py b/setup.py
index e272bb0..816fefc 100644
--- a/setup.py
+++ b/setup.py
@@ -51,7 +51,7 @@
]
setuptools.setup(
name=name,
- version="0.1.35",
+ version="0.1.36",
description=description,
long_description=long_description,
author="CloudQuery LTD",