From d6a42df3e1cdf93d75122d128d24a5b1d765f3db Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Sun, 30 Jun 2024 20:56:34 -0400
Subject: [PATCH 1/6] fix(deps): Update dependency grpcio to v1.64.1 (#91)
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.64.0` -> `==1.64.1` |
---
### Release Notes
grpc/grpc (grpcio)
### [`v1.64.1`](https://togithub.com/grpc/grpc/releases/tag/v1.64.1)
[Compare Source](https://togithub.com/grpc/grpc/compare/v1.64.0...v1.64.1)
This is release 1.64.1 ([grateful](https://togithub.com/grpc/grpc/blob/master/doc/g_stands_for.md)) of gRPC Core.
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, with highlights listed below.
## Core
- \[StatsPlugin] Fix use-after-free issue ([#36664](https://togithub.com/grpc/grpc/issues/36664)). ([#36670](https://togithub.com/grpc/grpc/pull/36670))
## C++
- \[OTel] Generate pkg-config file for grpcpp_otel_plugin ([#36686](https://togithub.com/grpc/grpc/issues/36686)). ([#36722](https://togithub.com/grpc/grpc/pull/36722))
- \[OTel] Add find_package call for OTel dependency in installed gRPC configuration ([#36674](https://togithub.com/grpc/grpc/issues/36674)). ([#36688](https://togithub.com/grpc/grpc/pull/36688))
## Python
- \[Python Server] Remove abstractmethod notation for add_registered_method_handlers (v1.64.x backport). ([#36696](https://togithub.com/grpc/grpc/pull/36696))
---
### 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).
---
requirements.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/requirements.txt b/requirements.txt
index be34ab9..6dbeda4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,6 +1,6 @@
black==24.4.2
grpcio-tools==1.64.0
-grpcio==1.64.0
+grpcio==1.64.1
protobuf==5.27.0
pyarrow==15.0.2
pytest==8.2.1
From f1f3f6c2ca41f955fe5a8c1e374c895e360f8710 Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Sun, 30 Jun 2024 21:50:59 -0400
Subject: [PATCH 2/6] fix(deps): Update dependency grpcio-tools to v1.64.1
(#92)
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.64.0` -> `==1.64.1` |
---
### 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).
---
requirements.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/requirements.txt b/requirements.txt
index 6dbeda4..1bae1a9 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,5 @@
black==24.4.2
-grpcio-tools==1.64.0
+grpcio-tools==1.64.1
grpcio==1.64.1
protobuf==5.27.0
pyarrow==15.0.2
From f1078782e67bdec7a1426acdb903db60d70a7921 Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Sun, 30 Jun 2024 21:54:57 -0400
Subject: [PATCH 3/6] fix(deps): Update dependency protobuf to v5.27.2 (#94)
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.27.0` -> `==5.27.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).
---
requirements.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/requirements.txt b/requirements.txt
index 1bae1a9..64e7002 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,6 +1,6 @@
black==24.4.2
grpcio-tools==1.64.1
grpcio==1.64.1
-protobuf==5.27.0
+protobuf==5.27.2
pyarrow==15.0.2
pytest==8.2.1
From 07ad02b06f1ab11350cf7502e86835201adf2f98 Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Sun, 30 Jun 2024 22:02:45 -0400
Subject: [PATCH 4/6] fix(deps): Update dependency pytest to v8.2.2 (#95)
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.2.1` -> `==8.2.2` |
---
### Release Notes
pytest-dev/pytest (pytest)
### [`v8.2.2`](https://togithub.com/pytest-dev/pytest/releases/tag/8.2.2)
[Compare Source](https://togithub.com/pytest-dev/pytest/compare/8.2.1...8.2.2)
# pytest 8.2.2 (2024-06-04)
## Bug Fixes
- [#12355](https://togithub.com/pytest-dev/pytest/issues/12355): Fix possible catastrophic performance slowdown on a certain parametrization pattern involving many higher-scoped parameters.
- [#12367](https://togithub.com/pytest-dev/pytest/issues/12367): Fix a regression in pytest 8.2.0 where unittest class instances (a fresh one is created for each test) were not released promptly on test teardown but only on session teardown.
- [#12381](https://togithub.com/pytest-dev/pytest/issues/12381): Fix possible "Directory not empty" crashes arising from concurent cache dir (`.pytest_cache`) creation. Regressed in pytest 8.2.0.
## Improved Documentation
- [#12290](https://togithub.com/pytest-dev/pytest/issues/12290): Updated Sphinx theme to use Furo instead of Flask, enabling Dark mode theme.
- [#12356](https://togithub.com/pytest-dev/pytest/issues/12356): Added a subsection to the documentation for debugging flaky tests to mention
lack of thread safety in pytest as a possible source of flakyness.
- [#12363](https://togithub.com/pytest-dev/pytest/issues/12363): The documentation webpages now links to a canonical version to reduce outdated documentation in search engine results.
---
### 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).
---
requirements.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/requirements.txt b/requirements.txt
index 64e7002..0cd13e2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,4 +3,4 @@ grpcio-tools==1.64.1
grpcio==1.64.1
protobuf==5.27.2
pyarrow==15.0.2
-pytest==8.2.1
+pytest==8.2.2
From 5a6eeb7a20282d42107b6e5d6e8010d757cd1c80 Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Mon, 1 Jul 2024 04:02:40 -0400
Subject: [PATCH 5/6] fix: Generate Python Code from `plugin-pb` (#96)
This PR was created by a scheduled workflow to regenerate the Python code from `plugin-pb`.
---
cloudquery/discovery_v1/discovery_pb2_grpc.py | 2 +-
cloudquery/plugin_v3/plugin_pb2_grpc.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/cloudquery/discovery_v1/discovery_pb2_grpc.py b/cloudquery/discovery_v1/discovery_pb2_grpc.py
index cd9f2e9..f78c547 100644
--- a/cloudquery/discovery_v1/discovery_pb2_grpc.py
+++ b/cloudquery/discovery_v1/discovery_pb2_grpc.py
@@ -5,7 +5,7 @@
from cloudquery.discovery_v1 import discovery_pb2 as cloudquery_dot_discovery__v1_dot_discovery__pb2
-GRPC_GENERATED_VERSION = '1.64.0'
+GRPC_GENERATED_VERSION = '1.64.1'
GRPC_VERSION = grpc.__version__
EXPECTED_ERROR_RELEASE = '1.65.0'
SCHEDULED_RELEASE_DATE = 'June 25, 2024'
diff --git a/cloudquery/plugin_v3/plugin_pb2_grpc.py b/cloudquery/plugin_v3/plugin_pb2_grpc.py
index 89ddaa5..15a7eac 100644
--- a/cloudquery/plugin_v3/plugin_pb2_grpc.py
+++ b/cloudquery/plugin_v3/plugin_pb2_grpc.py
@@ -5,7 +5,7 @@
from cloudquery.plugin_v3 import plugin_pb2 as cloudquery_dot_plugin__v3_dot_plugin__pb2
-GRPC_GENERATED_VERSION = '1.64.0'
+GRPC_GENERATED_VERSION = '1.64.1'
GRPC_VERSION = grpc.__version__
EXPECTED_ERROR_RELEASE = '1.65.0'
SCHEDULED_RELEASE_DATE = 'June 25, 2024'
From 522a33b60f18189880f7c583463b744d4adefdc2 Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Mon, 8 Jul 2024 04:36:03 -0400
Subject: [PATCH 6/6] chore(main): Release v0.0.29 (#93)
:robot: I have created a release *beep* *boop*
---
## [0.0.29](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.28...v0.0.29) (2024-07-01)
### Bug Fixes
* **deps:** Update dependency grpcio to v1.64.1 ([#91](https://github.com/cloudquery/plugin-pb-python/issues/91)) ([d6a42df](https://github.com/cloudquery/plugin-pb-python/commit/d6a42df3e1cdf93d75122d128d24a5b1d765f3db))
* **deps:** Update dependency grpcio-tools to v1.64.1 ([#92](https://github.com/cloudquery/plugin-pb-python/issues/92)) ([f1f3f6c](https://github.com/cloudquery/plugin-pb-python/commit/f1f3f6c2ca41f955fe5a8c1e374c895e360f8710))
* **deps:** Update dependency protobuf to v5.27.2 ([#94](https://github.com/cloudquery/plugin-pb-python/issues/94)) ([f107878](https://github.com/cloudquery/plugin-pb-python/commit/f1078782e67bdec7a1426acdb903db60d70a7921))
* **deps:** Update dependency pytest to v8.2.2 ([#95](https://github.com/cloudquery/plugin-pb-python/issues/95)) ([07ad02b](https://github.com/cloudquery/plugin-pb-python/commit/07ad02b06f1ab11350cf7502e86835201adf2f98))
* Generate Python Code from `plugin-pb` ([#96](https://github.com/cloudquery/plugin-pb-python/issues/96)) ([5a6eeb7](https://github.com/cloudquery/plugin-pb-python/commit/5a6eeb7a20282d42107b6e5d6e8010d757cd1c80))
---
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 | 11 +++++++++++
setup.py | 2 +-
3 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 8ea009a..d365e8f 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "0.0.28"
+ ".": "0.0.29"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f3a7314..cd4c60f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,16 @@
# Changelog
+## [0.0.29](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.28...v0.0.29) (2024-07-01)
+
+
+### Bug Fixes
+
+* **deps:** Update dependency grpcio to v1.64.1 ([#91](https://github.com/cloudquery/plugin-pb-python/issues/91)) ([d6a42df](https://github.com/cloudquery/plugin-pb-python/commit/d6a42df3e1cdf93d75122d128d24a5b1d765f3db))
+* **deps:** Update dependency grpcio-tools to v1.64.1 ([#92](https://github.com/cloudquery/plugin-pb-python/issues/92)) ([f1f3f6c](https://github.com/cloudquery/plugin-pb-python/commit/f1f3f6c2ca41f955fe5a8c1e374c895e360f8710))
+* **deps:** Update dependency protobuf to v5.27.2 ([#94](https://github.com/cloudquery/plugin-pb-python/issues/94)) ([f107878](https://github.com/cloudquery/plugin-pb-python/commit/f1078782e67bdec7a1426acdb903db60d70a7921))
+* **deps:** Update dependency pytest to v8.2.2 ([#95](https://github.com/cloudquery/plugin-pb-python/issues/95)) ([07ad02b](https://github.com/cloudquery/plugin-pb-python/commit/07ad02b06f1ab11350cf7502e86835201adf2f98))
+* Generate Python Code from `plugin-pb` ([#96](https://github.com/cloudquery/plugin-pb-python/issues/96)) ([5a6eeb7](https://github.com/cloudquery/plugin-pb-python/commit/5a6eeb7a20282d42107b6e5d6e8010d757cd1c80))
+
## [0.0.28](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.27...v0.0.28) (2024-06-01)
diff --git a/setup.py b/setup.py
index db7b243..6bae58e 100644
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,7 @@
]
setuptools.setup(
name=name,
- version="0.0.28",
+ version="0.0.29",
description=description,
long_description=long_description,
author="CloudQuery LTD",