From fd445a1301ee59f24373535a63f16184febfe141 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Tue, 24 Dec 2024 12:43:25 +0200 Subject: [PATCH 1/2] fix(deps): Update dependency Jinja2 to v3.1.5 (#267) 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.4` -> `==3.1.5` | --- ### Release Notes
pallets/jinja (Jinja2) ### [`v3.1.5`](https://togithub.com/pallets/jinja/blob/HEAD/CHANGES.rst#Version-315) [Compare Source](https://togithub.com/pallets/jinja/compare/3.1.4...3.1.5) Released 2024-12-21 - The sandboxed environment handles indirect calls to `str.format`, such as by passing a stored reference to a filter that calls its argument. :ghsa:`q2x7-8rv6-6q7h` - Escape template name before formatting it into error messages, to avoid issues with names that contain f-string syntax. :issue:`1792`, :ghsa:`gmj6-6f8f-6699` - Sandbox does not allow `clear` and `pop` on known mutable sequence types. :issue:`2032` - Calling sync `render` for an async template uses `asyncio.run`. :pr:`1952` - Avoid unclosed `auto_aiter` warnings. :pr:`1960` - Return an `aclose`-able `AsyncGenerator` from `Template.generate_async`. :pr:`1960` - Avoid leaving `root_render_func()` unclosed in `Template.generate_async`. :pr:`1960` - Avoid leaving async generators unclosed in blocks, includes and extends. :pr:`1960` - The runtime uses the correct `concat` function for the current environment when calling block references. :issue:`1701` - Make `|unique` async-aware, allowing it to be used after another async-aware filter. :issue:`1781` - `|int` filter handles `OverflowError` from scientific notation. :issue:`1921` - Make compiling deterministic for tuple unpacking in a `{% set ... %}` call. :issue:`2021` - Fix dunder protocol (`copy`/`pickle`/etc) interaction with `Undefined` objects. :issue:`2025` - Fix `copy`/`pickle` support for the internal `missing` object. :issue:`2027` - `Environment.overlay(enable_async)` is applied correctly. :pr:`2061` - The error message from `FileSystemLoader` includes the paths that were searched. :issue:`1661` - `PackageLoader` shows a clearer error message when the package does not contain the templates directory. :issue:`1705` - Improve annotations for methods returning copies. :pr:`1880` - `urlize` does not add `mailto:` to values like `@a@b`. :pr:`1870` - Tests decorated with `@pass_context`` can be used with the ``|select`` filter. :issue:`1624\` - Using `set` for multiple assignment (`a, b = 1, 2`) does not fail when the target is a namespace attribute. :issue:`1413` - Using `set` in all branches of `{% if %}{% elif %}{% else %}` blocks does not cause the variable to be considered initially undefined. :issue:`1253`
--- ### 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 0903d62..b05bcc0 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ "grpcio==1.68.1", "grpcio-tools==1.68.1", "iniconfig==2.0.0", - "Jinja2==3.1.4", + "Jinja2==3.1.5", "MarkupSafe==3.0.2", "numpy==2.1.3", "packaging==24.2", From 74d5c39e3a7870c9462a15eddb726dd1a486ace9 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Tue, 24 Dec 2024 12:47:45 +0200 Subject: [PATCH 2/2] chore(main): Release v0.1.39 (#268) :robot: I have created a release *beep* *boop* --- ## [0.1.39](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.38...v0.1.39) (2024-12-24) ### Bug Fixes * **deps:** Update dependency Jinja2 to v3.1.5 ([#267](https://github.com/cloudquery/plugin-sdk-python/issues/267)) ([fd445a1](https://github.com/cloudquery/plugin-sdk-python/commit/fd445a1301ee59f24373535a63f16184febfe141)) --- 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 | 7 +++++++ setup.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 87b3259..29dfbb8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.38" + ".": "0.1.39" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 81d7ddf..448f50e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.39](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.38...v0.1.39) (2024-12-24) + + +### Bug Fixes + +* **deps:** Update dependency Jinja2 to v3.1.5 ([#267](https://github.com/cloudquery/plugin-sdk-python/issues/267)) ([fd445a1](https://github.com/cloudquery/plugin-sdk-python/commit/fd445a1301ee59f24373535a63f16184febfe141)) + ## [0.1.38](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.37...v0.1.38) (2024-12-02) diff --git a/setup.py b/setup.py index b05bcc0..4668260 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ ] setuptools.setup( name=name, - version="0.1.38", + version="0.1.39", description=description, long_description=long_description, author="CloudQuery LTD",