From 9aa3699ecc44f82fcca21b96aa0924cfd784bb01 Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Wed, 1 Jan 2025 04:09:59 +0200
Subject: [PATCH 1/6] fix(deps): Update dependency grpcio to v1.68.1 (#136)
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.68.0` -> `==1.68.1` |
---
### Release Notes
grpc/grpc (grpcio)
### [`v1.68.1`](https://togithub.com/grpc/grpc/releases/tag/v1.68.1)
[Compare Source](https://togithub.com/grpc/grpc/compare/v1.68.0...v1.68.1)
This is release 1.68.1 ([groovy](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
- \[xDS RBAC] Support string_match in HeaderMatcher ([#38185](https://togithub.com/grpc/grpc/issues/38185)). ([#38198](https://togithub.com/grpc/grpc/pull/38198))
---
### 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 793ddf8..8946a60 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,6 +1,6 @@
black==24.10.0
grpcio-tools==1.68.0
-grpcio==1.68.0
+grpcio==1.68.1
protobuf==5.28.3
pyarrow==18.0.0
pytest==8.3.3
From f40b94006bd0e88ac1dafe21cef931f1d1e4feac Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Wed, 1 Jan 2025 05:14:01 +0200
Subject: [PATCH 2/6] fix(deps): Update dependency grpcio-tools to v1.68.1
(#137)
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.68.0` -> `==1.68.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 8946a60..961eb5a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,5 @@
black==24.10.0
-grpcio-tools==1.68.0
+grpcio-tools==1.68.1
grpcio==1.68.1
protobuf==5.28.3
pyarrow==18.0.0
From fe8e1a8c60b1abd104ef59befcb5e649d9652b46 Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Wed, 1 Jan 2025 05:15:09 +0200
Subject: [PATCH 3/6] fix(deps): Update dependency pytest to v8.3.4 (#139)
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.3` -> `==8.3.4` |
---
### Release Notes
pytest-dev/pytest (pytest)
### [`v8.3.4`](https://togithub.com/pytest-dev/pytest/releases/tag/8.3.4)
[Compare Source](https://togithub.com/pytest-dev/pytest/compare/8.3.3...8.3.4)
### pytest 8.3.4 (2024-12-01)
#### Bug fixes
- [#12592](https://togithub.com/pytest-dev/pytest/issues/12592): Fixed `KeyError`{.interpreted-text role="class"} crash when using `--import-mode=importlib` in a directory layout where a directory contains a child directory with the same name.
- [#12818](https://togithub.com/pytest-dev/pytest/issues/12818): Assertion rewriting now preserves the source ranges of the original instructions, making it play well with tools that deal with the `AST`, like [executing](https://togithub.com/alexmojaki/executing).
- [#12849](https://togithub.com/pytest-dev/pytest/issues/12849): ANSI escape codes for colored output now handled correctly in `pytest.fail`{.interpreted-text role="func"} with \[pytrace=False]{.title-ref}.
- [#9353](https://togithub.com/pytest-dev/pytest/issues/9353): `pytest.approx`{.interpreted-text role="func"} now uses strict equality when given booleans.
#### Improved documentation
- [#10558](https://togithub.com/pytest-dev/pytest/issues/10558): Fix ambiguous docstring of `pytest.Config.getoption`{.interpreted-text role="func"}.
- [#10829](https://togithub.com/pytest-dev/pytest/issues/10829): Improve documentation on the current handling of the `--basetemp` option and its lack of retention functionality (`temporary directory location and retention`{.interpreted-text role="ref"}).
- [#12866](https://togithub.com/pytest-dev/pytest/issues/12866): Improved cross-references concerning the `recwarn`{.interpreted-text role="fixture"} fixture.
- [#12966](https://togithub.com/pytest-dev/pytest/issues/12966): Clarify `filterwarnings`{.interpreted-text role="ref"} docs on filter precedence/order when using multiple `@pytest.mark.filterwarnings `{.interpreted-text role="ref"} marks.
#### Contributor-facing changes
- [#12497](https://togithub.com/pytest-dev/pytest/issues/12497): Fixed two failing pdb-related tests on Python 3.13.
---
### 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 961eb5a..dd97cd4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,4 +3,4 @@ grpcio-tools==1.68.1
grpcio==1.68.1
protobuf==5.28.3
pyarrow==18.0.0
-pytest==8.3.3
+pytest==8.3.4
From bebf8f7ea9c8197ebd5aa220d0ac0c6b175b41d8 Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Wed, 1 Jan 2025 05:18:07 +0200
Subject: [PATCH 4/6] fix(deps): Update dependency protobuf to v5.29.2 (#140)
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/) | minor | `==5.28.3` -> `==5.29.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 dd97cd4..f373889 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,6 +1,6 @@
black==24.10.0
grpcio-tools==1.68.1
grpcio==1.68.1
-protobuf==5.28.3
+protobuf==5.29.2
pyarrow==18.0.0
pytest==8.3.4
From 2595835fcc0aba5c22c2a048bbc53b27bae5de3e Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Wed, 1 Jan 2025 10:13:40 +0200
Subject: [PATCH 5/6] fix: Generate Python Code from `plugin-pb` (#141)
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 4483337..6224bea 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.68.0'
+GRPC_GENERATED_VERSION = '1.68.1'
GRPC_VERSION = grpc.__version__
_version_not_supported = False
diff --git a/cloudquery/plugin_v3/plugin_pb2_grpc.py b/cloudquery/plugin_v3/plugin_pb2_grpc.py
index caae162..ad11b24 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.68.0'
+GRPC_GENERATED_VERSION = '1.68.1'
GRPC_VERSION = grpc.__version__
_version_not_supported = False
From 5733e822e0d172c96f18bcc7ff1813a1f9054638 Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Tue, 7 Jan 2025 12:29:21 +0200
Subject: [PATCH 6/6] chore(main): Release v0.0.39 (#138)
:robot: I have created a release *beep* *boop*
---
## [0.0.39](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.38...v0.0.39) (2025-01-01)
### Bug Fixes
* **deps:** Update dependency grpcio to v1.68.1 ([#136](https://github.com/cloudquery/plugin-pb-python/issues/136)) ([9aa3699](https://github.com/cloudquery/plugin-pb-python/commit/9aa3699ecc44f82fcca21b96aa0924cfd784bb01))
* **deps:** Update dependency grpcio-tools to v1.68.1 ([#137](https://github.com/cloudquery/plugin-pb-python/issues/137)) ([f40b940](https://github.com/cloudquery/plugin-pb-python/commit/f40b94006bd0e88ac1dafe21cef931f1d1e4feac))
* **deps:** Update dependency protobuf to v5.29.2 ([#140](https://github.com/cloudquery/plugin-pb-python/issues/140)) ([bebf8f7](https://github.com/cloudquery/plugin-pb-python/commit/bebf8f7ea9c8197ebd5aa220d0ac0c6b175b41d8))
* **deps:** Update dependency pytest to v8.3.4 ([#139](https://github.com/cloudquery/plugin-pb-python/issues/139)) ([fe8e1a8](https://github.com/cloudquery/plugin-pb-python/commit/fe8e1a8c60b1abd104ef59befcb5e649d9652b46))
* Generate Python Code from `plugin-pb` ([#141](https://github.com/cloudquery/plugin-pb-python/issues/141)) ([2595835](https://github.com/cloudquery/plugin-pb-python/commit/2595835fcc0aba5c22c2a048bbc53b27bae5de3e))
---
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 7ed2cd0..39fa8ed 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "0.0.38"
+ ".": "0.0.39"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5011515..ffc3acf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,16 @@
# Changelog
+## [0.0.39](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.38...v0.0.39) (2025-01-01)
+
+
+### Bug Fixes
+
+* **deps:** Update dependency grpcio to v1.68.1 ([#136](https://github.com/cloudquery/plugin-pb-python/issues/136)) ([9aa3699](https://github.com/cloudquery/plugin-pb-python/commit/9aa3699ecc44f82fcca21b96aa0924cfd784bb01))
+* **deps:** Update dependency grpcio-tools to v1.68.1 ([#137](https://github.com/cloudquery/plugin-pb-python/issues/137)) ([f40b940](https://github.com/cloudquery/plugin-pb-python/commit/f40b94006bd0e88ac1dafe21cef931f1d1e4feac))
+* **deps:** Update dependency protobuf to v5.29.2 ([#140](https://github.com/cloudquery/plugin-pb-python/issues/140)) ([bebf8f7](https://github.com/cloudquery/plugin-pb-python/commit/bebf8f7ea9c8197ebd5aa220d0ac0c6b175b41d8))
+* **deps:** Update dependency pytest to v8.3.4 ([#139](https://github.com/cloudquery/plugin-pb-python/issues/139)) ([fe8e1a8](https://github.com/cloudquery/plugin-pb-python/commit/fe8e1a8c60b1abd104ef59befcb5e649d9652b46))
+* Generate Python Code from `plugin-pb` ([#141](https://github.com/cloudquery/plugin-pb-python/issues/141)) ([2595835](https://github.com/cloudquery/plugin-pb-python/commit/2595835fcc0aba5c22c2a048bbc53b27bae5de3e))
+
## [0.0.38](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.37...v0.0.38) (2024-12-01)
diff --git a/setup.py b/setup.py
index d7401dd..c2cbb2b 100644
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,7 @@
]
setuptools.setup(
name=name,
- version="0.0.38",
+ version="0.0.39",
description=description,
long_description=long_description,
author="CloudQuery LTD",