From 7717899758987c90411350364b08628ccb1f3d70 Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Sat, 1 Jun 2024 03:43:26 +0300
Subject: [PATCH 1/8] fix(deps): Update dependency Jinja2 to v3.1.4 (#176)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [Jinja2](https://togithub.com/pallets/jinja) ([changelog](https://jinja.palletsprojects.com/changes/)) | patch | `==3.1.3` -> `==3.1.4` |
---
### Release Notes
pallets/jinja (Jinja2)
### [`v3.1.4`](https://togithub.com/pallets/jinja/blob/HEAD/CHANGES.rst#Version-314)
[Compare Source](https://togithub.com/pallets/jinja/compare/3.1.3...3.1.4)
Released 2024-05-05
- The `xmlattr` filter does not allow keys with `/` solidus, `>`
greater-than sign, or `=` equals sign, in addition to disallowing spaces.
Regardless of any validation done by Jinja, user input should never be used
as keys to this filter, or must be separately validated first.
:ghsa:`h75v-3vvj-5mfj`
---
### 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 344cada..c907b2d 100644
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,7 @@
"grpcio==1.63.0",
"grpcio-tools==1.63.0",
"iniconfig==2.0.0",
- "Jinja2==3.1.3",
+ "Jinja2==3.1.4",
"MarkupSafe==2.1.5",
"numpy==1.26.4",
"packaging==24.0",
From 7a9d6264dd6cba538701d026930b057699f9aa49 Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Sat, 1 Jun 2024 03:49:56 +0300
Subject: [PATCH 2/8] fix(deps): Update dependency pytest to v8.2.1 (#177)
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.0` -> `==8.2.1` |
---
### Release Notes
pytest-dev/pytest (pytest)
### [`v8.2.1`](https://togithub.com/pytest-dev/pytest/releases/tag/8.2.1)
[Compare Source](https://togithub.com/pytest-dev/pytest/compare/8.2.0...8.2.1)
# pytest 8.2.1 (2024-05-19)
## Improvements
- [#12334](https://togithub.com/pytest-dev/pytest/issues/12334): Support for Python 3.13 (beta1 at the time of writing).
## Bug Fixes
- [#12120](https://togithub.com/pytest-dev/pytest/issues/12120): Fix \[PermissionError]{.title-ref} crashes arising from directories which are not selected on the command-line.
- [#12191](https://togithub.com/pytest-dev/pytest/issues/12191): Keyboard interrupts and system exits are now properly handled during the test collection.
- [#12300](https://togithub.com/pytest-dev/pytest/issues/12300): Fixed handling of 'Function not implemented' error under squashfuse_ll, which is a different way to say that the mountpoint is read-only.
- [#12308](https://togithub.com/pytest-dev/pytest/issues/12308): Fix a regression in pytest 8.2.0 where the permissions of automatically-created `.pytest_cache` directories became `rwx------` instead of the expected `rwxr-xr-x`.
## Trivial/Internal Changes
- [#12333](https://togithub.com/pytest-dev/pytest/issues/12333): pytest releases are now attested using the recent [Artifact Attestation](https://github.blog/2024-05-02-introducing-artifact-attestations-now-in-public-beta/) support from GitHub, allowing users to verify the provenance of pytest's sdist and wheel artifacts.
---
### 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 c907b2d..3d6b04d 100644
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@
"pluggy==1.5.0",
"protobuf==5.26.1",
"pyarrow==15.0.2",
- "pytest==8.2.0",
+ "pytest==8.2.1",
"python-dateutil==2.8.2",
"pytz==2024.1",
"six==1.16.0",
From 82b93ab0291fe71ddd6b8facaebd444b05c4f9c1 Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Sat, 1 Jun 2024 04:49:55 +0300
Subject: [PATCH 3/8] fix(deps): Update dependency grpcio to v1.64.0 (#179)
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)) | minor | `==1.63.0` -> `==1.64.0` |
---
### Release Notes
grpc/grpc (grpcio)
### [`v1.64.0`](https://togithub.com/grpc/grpc/releases/tag/v1.64.0)
[Compare Source](https://togithub.com/grpc/grpc/compare/v1.63.0...v1.64.0)
This is release 1.64.0 ([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
- \[BoringSSL] Update third_party/boringssl-with-bazel. ([#36435](https://togithub.com/grpc/grpc/pull/36435))
- \[build] Restrict visibility of grpc_public_hdrs and grpc++\_public_hdrs. ([#36289](https://togithub.com/grpc/grpc/pull/36289))
- \[Deps] Rollfoward Protobuf upgrade to v26.1. ([#36323](https://togithub.com/grpc/grpc/pull/36323))
## C++
- \[CSM] Fix CSM Observability for trailers-only response. ([#36413](https://togithub.com/grpc/grpc/pull/36413))
- \[CSM] Remove requirement that servers have to be xDS enabled. ([#36410](https://togithub.com/grpc/grpc/pull/36410))
## Python
- \[Asyncio] Semantic task names for RPC tasks. ([#36422](https://togithub.com/grpc/grpc/pull/36422))
- \[python/systemd] allow compiling systemd support into python builds. ([#36037](https://togithub.com/grpc/grpc/pull/36037))
- \[Python Otel] Remove opentelemetry version pin. ([#36448](https://togithub.com/grpc/grpc/pull/36448))
- \[Python Otel] Use registered method at server side. ([#36371](https://togithub.com/grpc/grpc/pull/36371))
- \[Python grpcio_tools] Update version requirement of protobuf in grpcio_tools. ([#36230](https://togithub.com/grpc/grpc/pull/36230))
---
### 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 3d6b04d..f987d83 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@
"cloudquery-plugin-pb==0.0.27",
"exceptiongroup==1.2.1",
"black==24.4.2",
- "grpcio==1.63.0",
+ "grpcio==1.64.0",
"grpcio-tools==1.63.0",
"iniconfig==2.0.0",
"Jinja2==3.1.4",
From 0bca972cfdd9e395981b9228651e7740f27a6dad Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Sat, 1 Jun 2024 05:34:35 +0300
Subject: [PATCH 4/8] fix(deps): Update dependency grpcio-tools to v1.64.0
(#180)
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) | minor | `==1.63.0` -> `==1.64.0` |
---
### 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 f987d83..d26cb7d 100644
--- a/setup.py
+++ b/setup.py
@@ -14,7 +14,7 @@
"exceptiongroup==1.2.1",
"black==24.4.2",
"grpcio==1.64.0",
- "grpcio-tools==1.63.0",
+ "grpcio-tools==1.64.0",
"iniconfig==2.0.0",
"Jinja2==3.1.4",
"MarkupSafe==2.1.5",
From 14fc18338f7cfeb3cb825c837167384e4e059623 Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Sat, 1 Jun 2024 05:38:22 +0300
Subject: [PATCH 5/8] fix(deps): Update dependency protobuf to v5.27.0 (#181)
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.26.1` -> `==5.27.0` |
---
### 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 d26cb7d..664d8de 100644
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@
"packaging==24.0",
"pandas==2.2.2",
"pluggy==1.5.0",
- "protobuf==5.26.1",
+ "protobuf==5.27.0",
"pyarrow==15.0.2",
"pytest==8.2.1",
"python-dateutil==2.8.2",
From b03fe3d832be634bae7756cc4ca61dd90249b3e4 Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Sat, 1 Jun 2024 05:38:49 +0300
Subject: [PATCH 6/8] fix(deps): Update dependency python-dateutil to
v2.9.0.post0 (#182)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [python-dateutil](https://togithub.com/dateutil/dateutil) | minor | `==2.8.2` -> `==2.9.0.post0` |
---
### Release Notes
dateutil/dateutil (python-dateutil)
### [`v2.9.0.post0`](https://togithub.com/dateutil/dateutil/releases/tag/2.9.0.post0)
[Compare Source](https://togithub.com/dateutil/dateutil/compare/2.9.0...2.9.0.post0)
### Version 2.9.0.post0 (2024-03-01)
#### Bugfixes
- Pinned `setuptools_scm` to `<8`, which should make the generated `_version.py` file compatible with all supported versions of Python.
### [`v2.9.0`](https://togithub.com/dateutil/dateutil/releases/tag/2.9.0)
[Compare Source](https://togithub.com/dateutil/dateutil/compare/2.8.2...2.9.0)
### Version 2.9.0 (2024-02-29)
#### Data updates
- Updated tzdata version to 2024a. (gh pr [#1342](https://togithub.com/dateutil/dateutil/issues/1342))
#### Features
- Made all `dateutil` submodules lazily imported using [PEP 562](https://www.python.org/dev/peps/pep-0562/). On Python 3.7+, things like `import dateutil; dateutil.tz.gettz("America/New_York")` will now work without explicitly importing `dateutil.tz`, with the import occurring behind the scenes on first use. The old behavior remains on Python 3.6 and earlier. Fixed by Orson Adams. (gh issue [#771](https://togithub.com/dateutil/dateutil/issues/771), gh pr [#1007](https://togithub.com/dateutil/dateutil/issues/1007))
#### Bugfixes
- Removed a call to `datetime.utcfromtimestamp`, which is deprecated as of Python 3.12. Reported by Hugo van Kemenade (gh pr [#1284](https://togithub.com/dateutil/dateutil/issues/1284)), fixed by Thomas Grainger (gh pr [#1285](https://togithub.com/dateutil/dateutil/issues/1285)).
#### Documentation changes
- Added note into docs and tests where relativedelta would return last day of the month only if the same day on a different month resolves to a date that doesn't exist. Reported by [@hawkEye-01](https://togithub.com/hawkEye-01) (gh issue [#1167](https://togithub.com/dateutil/dateutil/issues/1167)). Fixed by [@Mifrill](https://togithub.com/Mifrill) (gh pr [#1168](https://togithub.com/dateutil/dateutil/issues/1168))
---
### 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 664d8de..94fa1c3 100644
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@
"protobuf==5.27.0",
"pyarrow==15.0.2",
"pytest==8.2.1",
- "python-dateutil==2.8.2",
+ "python-dateutil==2.9.0.post0",
"pytz==2024.1",
"six==1.16.0",
"structlog==23.3.0",
From 34f26cf0ee763f5225a60c9383e3256bf61f889e Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Sun, 2 Jun 2024 20:20:45 +0300
Subject: [PATCH 7/8] fix(deps): Update dependency cloudquery-plugin-pb to
v0.0.28 (#185)
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.27` -> `==0.0.28` |
---
### Release Notes
cloudquery/plugin-pb-python (cloudquery-plugin-pb)
### [`v0.0.28`](https://togithub.com/cloudquery/plugin-pb-python/blob/HEAD/CHANGELOG.md#0028-2024-06-01)
[Compare Source](https://togithub.com/cloudquery/plugin-pb-python/compare/v0.0.27...v0.0.28)
##### Bug Fixes
- **deps:** Update dependency grpcio to v1.64.0 ([#87](https://togithub.com/cloudquery/plugin-pb-python/issues/87)) ([5123218](https://togithub.com/cloudquery/plugin-pb-python/commit/51232181dafc944255cd6adcfdac4c73a4e15008))
- **deps:** Update dependency grpcio-tools to v1.64.0 ([#88](https://togithub.com/cloudquery/plugin-pb-python/issues/88)) ([0c1c06a](https://togithub.com/cloudquery/plugin-pb-python/commit/0c1c06aeec05e3477e063225de630044c66882c0))
- **deps:** Update dependency protobuf to v5.27.0 ([#89](https://togithub.com/cloudquery/plugin-pb-python/issues/89)) ([78836b8](https://togithub.com/cloudquery/plugin-pb-python/commit/78836b8e68c9b92e39e77b7555c49ec61f37d0e1))
- **deps:** Update dependency pytest to v8.2.1 ([#86](https://togithub.com/cloudquery/plugin-pb-python/issues/86)) ([59d0a5c](https://togithub.com/cloudquery/plugin-pb-python/commit/59d0a5c78c6bc1922b1a041d08fc27789b911d29))
- Generate Python Code from `plugin-pb` ([#84](https://togithub.com/cloudquery/plugin-pb-python/issues/84)) ([cb771c4](https://togithub.com/cloudquery/plugin-pb-python/commit/cb771c43e6f89823ff31d2acbfa7bbc3a920c092))
- Generate Python Code from `plugin-pb` ([#90](https://togithub.com/cloudquery/plugin-pb-python/issues/90)) ([279a7b7](https://togithub.com/cloudquery/plugin-pb-python/commit/279a7b730929c710194ea9a0de962a83f83b46ee))
---
### 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 94fa1c3..a1dec04 100644
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@
description = "CloudQuery Plugin SDK for Python"
dependencies = [
- "cloudquery-plugin-pb==0.0.27",
+ "cloudquery-plugin-pb==0.0.28",
"exceptiongroup==1.2.1",
"black==24.4.2",
"grpcio==1.64.0",
From 677786e69192fa5ca5736f4de63a168e21690a71 Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Mon, 3 Jun 2024 13:03:32 +0300
Subject: [PATCH 8/8] chore(main): Release v0.1.25 (#178)
:robot: I have created a release *beep* *boop*
---
## [0.1.25](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.24...v0.1.25) (2024-06-02)
### Bug Fixes
* **deps:** Update dependency cloudquery-plugin-pb to v0.0.28 ([#185](https://github.com/cloudquery/plugin-sdk-python/issues/185)) ([34f26cf](https://github.com/cloudquery/plugin-sdk-python/commit/34f26cf0ee763f5225a60c9383e3256bf61f889e))
* **deps:** Update dependency grpcio to v1.64.0 ([#179](https://github.com/cloudquery/plugin-sdk-python/issues/179)) ([82b93ab](https://github.com/cloudquery/plugin-sdk-python/commit/82b93ab0291fe71ddd6b8facaebd444b05c4f9c1))
* **deps:** Update dependency grpcio-tools to v1.64.0 ([#180](https://github.com/cloudquery/plugin-sdk-python/issues/180)) ([0bca972](https://github.com/cloudquery/plugin-sdk-python/commit/0bca972cfdd9e395981b9228651e7740f27a6dad))
* **deps:** Update dependency Jinja2 to v3.1.4 ([#176](https://github.com/cloudquery/plugin-sdk-python/issues/176)) ([7717899](https://github.com/cloudquery/plugin-sdk-python/commit/7717899758987c90411350364b08628ccb1f3d70))
* **deps:** Update dependency protobuf to v5.27.0 ([#181](https://github.com/cloudquery/plugin-sdk-python/issues/181)) ([14fc183](https://github.com/cloudquery/plugin-sdk-python/commit/14fc18338f7cfeb3cb825c837167384e4e059623))
* **deps:** Update dependency pytest to v8.2.1 ([#177](https://github.com/cloudquery/plugin-sdk-python/issues/177)) ([7a9d626](https://github.com/cloudquery/plugin-sdk-python/commit/7a9d6264dd6cba538701d026930b057699f9aa49))
* **deps:** Update dependency python-dateutil to v2.9.0.post0 ([#182](https://github.com/cloudquery/plugin-sdk-python/issues/182)) ([b03fe3d](https://github.com/cloudquery/plugin-sdk-python/commit/b03fe3d832be634bae7756cc4ca61dd90249b3e4))
---
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 | 13 +++++++++++++
setup.py | 2 +-
3 files changed, 15 insertions(+), 2 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 91afe94..326017c 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "0.1.24"
+ ".": "0.1.25"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 22aef72..9991702 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog
+## [0.1.25](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.24...v0.1.25) (2024-06-02)
+
+
+### Bug Fixes
+
+* **deps:** Update dependency cloudquery-plugin-pb to v0.0.28 ([#185](https://github.com/cloudquery/plugin-sdk-python/issues/185)) ([34f26cf](https://github.com/cloudquery/plugin-sdk-python/commit/34f26cf0ee763f5225a60c9383e3256bf61f889e))
+* **deps:** Update dependency grpcio to v1.64.0 ([#179](https://github.com/cloudquery/plugin-sdk-python/issues/179)) ([82b93ab](https://github.com/cloudquery/plugin-sdk-python/commit/82b93ab0291fe71ddd6b8facaebd444b05c4f9c1))
+* **deps:** Update dependency grpcio-tools to v1.64.0 ([#180](https://github.com/cloudquery/plugin-sdk-python/issues/180)) ([0bca972](https://github.com/cloudquery/plugin-sdk-python/commit/0bca972cfdd9e395981b9228651e7740f27a6dad))
+* **deps:** Update dependency Jinja2 to v3.1.4 ([#176](https://github.com/cloudquery/plugin-sdk-python/issues/176)) ([7717899](https://github.com/cloudquery/plugin-sdk-python/commit/7717899758987c90411350364b08628ccb1f3d70))
+* **deps:** Update dependency protobuf to v5.27.0 ([#181](https://github.com/cloudquery/plugin-sdk-python/issues/181)) ([14fc183](https://github.com/cloudquery/plugin-sdk-python/commit/14fc18338f7cfeb3cb825c837167384e4e059623))
+* **deps:** Update dependency pytest to v8.2.1 ([#177](https://github.com/cloudquery/plugin-sdk-python/issues/177)) ([7a9d626](https://github.com/cloudquery/plugin-sdk-python/commit/7a9d6264dd6cba538701d026930b057699f9aa49))
+* **deps:** Update dependency python-dateutil to v2.9.0.post0 ([#182](https://github.com/cloudquery/plugin-sdk-python/issues/182)) ([b03fe3d](https://github.com/cloudquery/plugin-sdk-python/commit/b03fe3d832be634bae7756cc4ca61dd90249b3e4))
+
## [0.1.24](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.23...v0.1.24) (2024-05-24)
diff --git a/setup.py b/setup.py
index a1dec04..5138cb3 100644
--- a/setup.py
+++ b/setup.py
@@ -51,7 +51,7 @@
]
setuptools.setup(
name=name,
- version="0.1.24",
+ version="0.1.25",
description=description,
long_description=long_description,
author="CloudQuery LTD",