[PR #3] [CLOSED] Bump sqlfluff from 2.1.0 to 2.1.2 #69

Closed
opened 2026-03-23 20:28:53 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RADar-AZDelta/Rabbit-in-a-Blender/pull/3
Author: @dependabot[bot]
Created: 7/6/2023
Status: Closed

Base: mainHead: dependabot/pip/sqlfluff-2.1.2


📝 Commits (1)

  • b5c0d88 Bump sqlfluff from 2.1.0 to 2.1.2

📊 Changes

1 file changed (+383 additions, -386 deletions)

View changed files

📝 Pipfile.lock (+383 -386)

📄 Description

Bumps sqlfluff from 2.1.0 to 2.1.2.

Release notes

Sourced from sqlfluff's releases.

[2.1.2] - 2023-07-03

Highlights

This release resolves compatibility issues with a set of dbt-core versions.

  • dbt-core 1.5.2 onwards is now properly supported.
  • support for dbt-core 1.1 to 1.4 has now been re-enabled after support had to be abandoned a few releases ago.

NOTE: We cannot guarantee that SQLFluff will always continue to remain compatible with all dbt versions, particularly as the folks at dbt-labs have often backported breaking changes to their internal APIs to previous versions of dbt-core. This release does at least bring more extensive internal testing to catch when this does occur to allow our community to react.

This release fixes also resolves a potential security issue for when using external libraries (and the library_path config setting), and also contains various dialect improvements.

What’s Changed

[2.1.1] - 2023-05-25

What’s Changed

... (truncated)

Changelog

Sourced from sqlfluff's changelog.

[2.1.2] - 2023-07-03

Highlights

This release resolves compatibility issues with a set of dbt-core versions.

  • dbt-core 1.5.2 onwards is now properly supported.
  • support for dbt-core 1.1 to 1.4 has now been re-enabled after support had to be abandoned a few releases ago.

NOTE: We cannot guarantee that SQLFluff will always continue to remain compatible with all dbt versions, particularly as the folks at dbt-labs have often backported breaking changes to their internal APIs to previous versions of dbt-core. This release does at least bring more extensive internal testing to catch when this does occur to allow our community to react.

This release fixes also resolves a potential security issue for when using external libraries (and the library_path config setting), and also contains various dialect improvements.

What’s Changed

[2.1.1] - 2023-05-25

Highlights

This releases fixes a compatability issue with the latest version of dbt. It also ships various dialect improvements.

What’s Changed

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note

Automatic rebases have been disabled on this pull request as it has been open for over 30 days.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/RADar-AZDelta/Rabbit-in-a-Blender/pull/3 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/6/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/pip/sqlfluff-2.1.2` --- ### 📝 Commits (1) - [`b5c0d88`](https://github.com/RADar-AZDelta/Rabbit-in-a-Blender/commit/b5c0d88f0f13e6819558c25b891670d50784d60b) Bump sqlfluff from 2.1.0 to 2.1.2 ### 📊 Changes **1 file changed** (+383 additions, -386 deletions) <details> <summary>View changed files</summary> 📝 `Pipfile.lock` (+383 -386) </details> ### 📄 Description Bumps [sqlfluff](https://github.com/sqlfluff/sqlfluff) from 2.1.0 to 2.1.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sqlfluff/sqlfluff/releases">sqlfluff's releases</a>.</em></p> <blockquote> <h2>[2.1.2] - 2023-07-03</h2> <h2>Highlights</h2> <p>This release resolves compatibility issues with a set of <code>dbt-core</code> versions.</p> <ul> <li><code>dbt-core</code> 1.5.2 onwards is now properly supported.</li> <li>support for <code>dbt-core</code> 1.1 to 1.4 has now been re-enabled after support had to be abandoned a few releases ago.</li> </ul> <p>NOTE: We cannot guarantee that SQLFluff will always continue to remain compatible with all dbt versions, particularly as the folks at dbt-labs have often backported breaking changes to their internal APIs to previous versions of <code>dbt-core</code>. This release does at least bring more extensive internal testing to catch when this does occur to allow our community to react.</p> <p>This release fixes also resolves a potential security issue for when using external libraries (and the <code>library_path</code> config setting), and also contains various dialect improvements.</p> <h2>What’s Changed</h2> <ul> <li>docs(templater): Add documentation for <code>SQLFLUFF_JINJA_FILTERS</code> <a href="https://redirect.github.com/sqlfluff/sqlfluff/pull/4932">#4932</a> <a href="https://github.com/dmohns"><code>@​dmohns</code></a></li> <li>Re-enable dbt 1.1 &amp; 1.2 <a href="https://redirect.github.com/sqlfluff/sqlfluff/pull/4944">#4944</a> <a href="https://github.com/alanmcruickshank"><code>@​alanmcruickshank</code></a></li> <li>Re-enable dbt 1.4 &amp; 1.3 <a href="https://redirect.github.com/sqlfluff/sqlfluff/pull/4941">#4941</a> <a href="https://github.com/alanmcruickshank"><code>@​alanmcruickshank</code></a></li> <li>Fix compatibility with dbt 1.5.2+ <a href="https://redirect.github.com/sqlfluff/sqlfluff/pull/4939">#4939</a> <a href="https://github.com/alanmcruickshank"><code>@​alanmcruickshank</code></a></li> <li>Security option for library path <a href="https://redirect.github.com/sqlfluff/sqlfluff/pull/4925">#4925</a> <a href="https://github.com/alanmcruickshank"><code>@​alanmcruickshank</code></a></li> <li>Remove extra code escapes from release notes docs <a href="https://redirect.github.com/sqlfluff/sqlfluff/pull/4921">#4921</a> <a href="https://github.com/tunetheweb"><code>@​tunetheweb</code></a></li> <li>Postgres frame_clause quoted interval <a href="https://redirect.github.com/sqlfluff/sqlfluff/pull/4915">#4915</a> <a href="https://github.com/greg-finley"><code>@​greg-finley</code></a></li> <li>Snowflake: CREATE TAG <a href="https://redirect.github.com/sqlfluff/sqlfluff/pull/4914">#4914</a> <a href="https://github.com/greg-finley"><code>@​greg-finley</code></a></li> <li>TSQL: support for <code>DROP EXTERNAL TABLE</code> <a href="https://redirect.github.com/sqlfluff/sqlfluff/pull/4919">#4919</a> <a href="https://github.com/keen85"><code>@​keen85</code></a></li> <li>fix(dialect-clickhouse): Support create database <a href="https://redirect.github.com/sqlfluff/sqlfluff/pull/4620">#4620</a> <a href="https://github.com/germainlefebvre4"><code>@​germainlefebvre4</code></a></li> <li>Snowflake: Actualize the CreateProcedureStatementSegment and CreateFunctionStatementSegment <a href="https://redirect.github.com/sqlfluff/sqlfluff/pull/4908">#4908</a> <a href="https://github.com/moreaupascal56"><code>@​moreaupascal56</code></a></li> <li>Oracle: Add support for <code>$</code> and <code>#</code> in identifier <a href="https://redirect.github.com/sqlfluff/sqlfluff/pull/4903">#4903</a> <a href="https://github.com/ulixius9"><code>@​ulixius9</code></a></li> <li>docs(templater): Refactor templater configuration docs <a href="https://redirect.github.com/sqlfluff/sqlfluff/pull/4835">#4835</a> <a href="https://github.com/dmohns"><code>@​dmohns</code></a></li> <li>Handle brackets in from clause with joins <a href="https://redirect.github.com/sqlfluff/sqlfluff/pull/4890">#4890</a> <a href="https://github.com/ulixius9"><code>@​ulixius9</code></a></li> <li>Postgres: Add support for dollar literal &amp; mark collation as non-reserved <a href="https://redirect.github.com/sqlfluff/sqlfluff/pull/4883">#4883</a> <a href="https://github.com/ulixius9"><code>@​ulixius9</code></a></li> <li>MySQL: ON UPDATE NOW <a href="https://redirect.github.com/sqlfluff/sqlfluff/pull/4898">#4898</a> <a href="https://github.com/greg-finley"><code>@​greg-finley</code></a></li> <li>Support ROLLUP/CUBE in AM06 <a href="https://redirect.github.com/sqlfluff/sqlfluff/pull/4892">#4892</a> <a href="https://github.com/tunetheweb"><code>@​tunetheweb</code></a></li> </ul> <h2>[2.1.1] - 2023-05-25</h2> <h2>What’s Changed</h2> <ul> <li>profiles dir env var or default (<a href="https://redirect.github.com/sqlfluff/sqlfluff/issues/4886">#4886</a>) <a href="https://github.com/JasonGluck"><code>@​JasonGluck</code></a></li> <li>Bigquery: Allow empty <code>struct</code> in <code>TO_JSON</code> (<a href="https://redirect.github.com/sqlfluff/sqlfluff/issues/4879">#4879</a>) <a href="https://github.com/dimitris-flyr"><code>@​dimitris-flyr</code></a></li> <li>Set type of ARRAY function for BigQuery (<a href="https://redirect.github.com/sqlfluff/sqlfluff/issues/4880">#4880</a>) <a href="https://github.com/tunetheweb"><code>@​tunetheweb</code></a></li> <li>Full athena SHOW coverage (<a href="https://redirect.github.com/sqlfluff/sqlfluff/issues/4876">#4876</a>) <a href="https://github.com/dogversioning"><code>@​dogversioning</code></a></li> <li>Sparksql add star support in multiparameter functions (<a href="https://redirect.github.com/sqlfluff/sqlfluff/issues/4874">#4874</a>) <a href="https://github.com/spex66"><code>@​spex66</code></a></li> <li>Oracle create view with EDITIONING &amp; FORCE (<a href="https://redirect.github.com/sqlfluff/sqlfluff/issues/4872">#4872</a>) <a href="https://github.com/ulixius9"><code>@​ulixius9</code></a></li> <li>Fixes pip installation link on Getting Started (<a href="https://redirect.github.com/sqlfluff/sqlfluff/issues/4867">#4867</a>) <a href="https://github.com/segoldma"><code>@​segoldma</code></a></li> <li>Athena: add &quot;weird&quot; test cases for <code>group by</code> (<a href="https://redirect.github.com/sqlfluff/sqlfluff/issues/4869">#4869</a>) <a href="https://github.com/KulykDmytro"><code>@​KulykDmytro</code></a></li> <li>Athena: add support for <code>CUBE</code> <code>ROLLUP</code> <code>GROUPING SETS</code> (<a href="https://redirect.github.com/sqlfluff/sqlfluff/issues/4862">#4862</a>) <a href="https://github.com/KulykDmytro"><code>@​KulykDmytro</code></a></li> <li>Add show tables/views to athena (<a href="https://redirect.github.com/sqlfluff/sqlfluff/issues/4854">#4854</a>) <a href="https://github.com/dogversioning"><code>@​dogversioning</code></a></li> <li>Adding support for NOCOPY and INSTANT algorithm on CREATE INDEX on MySQL dialect (<a href="https://redirect.github.com/sqlfluff/sqlfluff/issues/4865">#4865</a>) <a href="https://github.com/wfelipew"><code>@​wfelipew</code></a></li> <li>Add link to Trino keywords (Athena v3) (<a href="https://redirect.github.com/sqlfluff/sqlfluff/issues/4858">#4858</a>) <a href="https://github.com/KulykDmytro"><code>@​KulykDmytro</code></a></li> <li>TSQL: Create Role Authorization (<a href="https://redirect.github.com/sqlfluff/sqlfluff/issues/4852">#4852</a>) <a href="https://github.com/greg-finley"><code>@​greg-finley</code></a></li> <li>TSQL: DEADLOCK_PRIORITY (<a href="https://redirect.github.com/sqlfluff/sqlfluff/issues/4853">#4853</a>) <a href="https://github.com/greg-finley"><code>@​greg-finley</code></a></li> <li>fix(dialect-clickhouse): Support SYSTEM queries (<a href="https://redirect.github.com/sqlfluff/sqlfluff/issues/4625">#4625</a>) <a href="https://github.com/germainlefebvre4"><code>@​germainlefebvre4</code></a></li> <li>Fix <a href="https://redirect.github.com/sqlfluff/sqlfluff/issues/4807">#4807</a>: LT02 &amp; LT12 issues with empty files. (<a href="https://redirect.github.com/sqlfluff/sqlfluff/issues/4834">#4834</a>) <a href="https://github.com/alanmcruickshank"><code>@​alanmcruickshank</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sqlfluff/sqlfluff/blob/main/CHANGELOG.md">sqlfluff's changelog</a>.</em></p> <blockquote> <h2>[2.1.2] - 2023-07-03</h2> <h2>Highlights</h2> <p>This release resolves compatibility issues with a set of <code>dbt-core</code> versions.</p> <ul> <li><code>dbt-core</code> 1.5.2 onwards is now properly supported.</li> <li>support for <code>dbt-core</code> 1.1 to 1.4 has now been re-enabled after support had to be abandoned a few releases ago.</li> </ul> <p>NOTE: We cannot guarantee that SQLFluff will always continue to remain compatible with all dbt versions, particularly as the folks at dbt-labs have often backported breaking changes to their internal APIs to previous versions of <code>dbt-core</code>. This release does at least bring more extensive internal testing to catch when this does occur to allow our community to react.</p> <p>This release fixes also resolves a potential security issue for when using external libraries (and the <code>library_path</code> config setting), and also contains various dialect improvements.</p> <h2>What’s Changed</h2> <ul> <li>docs(templater): Add documentation for <code>SQLFLUFF_JINJA_FILTERS</code> <a href="https://redirect.github.com/sqlfluff/sqlfluff/pull/4932">#4932</a> <a href="https://github.com/dmohns"><code>@​dmohns</code></a></li> <li>Re-enable dbt 1.1 &amp; 1.2 <a href="https://redirect.github.com/sqlfluff/sqlfluff/pull/4944">#4944</a> <a href="https://github.com/alanmcruickshank"><code>@​alanmcruickshank</code></a></li> <li>Re-enable dbt 1.4 &amp; 1.3 <a href="https://redirect.github.com/sqlfluff/sqlfluff/pull/4941">#4941</a> <a href="https://github.com/alanmcruickshank"><code>@​alanmcruickshank</code></a></li> <li>Fix compatibility with dbt 1.5.2+ <a href="https://redirect.github.com/sqlfluff/sqlfluff/pull/4939">#4939</a> <a href="https://github.com/alanmcruickshank"><code>@​alanmcruickshank</code></a></li> <li>Security option for library path <a href="https://redirect.github.com/sqlfluff/sqlfluff/pull/4925">#4925</a> <a href="https://github.com/alanmcruickshank"><code>@​alanmcruickshank</code></a></li> <li>Remove extra code escapes from release notes docs <a href="https://redirect.github.com/sqlfluff/sqlfluff/pull/4921">#4921</a> <a href="https://github.com/tunetheweb"><code>@​tunetheweb</code></a></li> <li>Postgres frame_clause quoted interval <a href="https://redirect.github.com/sqlfluff/sqlfluff/pull/4915">#4915</a> <a href="https://github.com/greg-finley"><code>@​greg-finley</code></a></li> <li>Snowflake: CREATE TAG <a href="https://redirect.github.com/sqlfluff/sqlfluff/pull/4914">#4914</a> <a href="https://github.com/greg-finley"><code>@​greg-finley</code></a></li> <li>TSQL: support for <code>DROP EXTERNAL TABLE</code> <a href="https://redirect.github.com/sqlfluff/sqlfluff/pull/4919">#4919</a> <a href="https://github.com/keen85"><code>@​keen85</code></a></li> <li>fix(dialect-clickhouse): Support create database <a href="https://redirect.github.com/sqlfluff/sqlfluff/pull/4620">#4620</a> <a href="https://github.com/germainlefebvre4"><code>@​germainlefebvre4</code></a></li> <li>Snowflake: Actualize the CreateProcedureStatementSegment and CreateFunctionStatementSegment <a href="https://redirect.github.com/sqlfluff/sqlfluff/pull/4908">#4908</a> <a href="https://github.com/moreaupascal56"><code>@​moreaupascal56</code></a></li> <li>Oracle: Add support for <code>$</code> and <code>#</code> in identifier <a href="https://redirect.github.com/sqlfluff/sqlfluff/pull/4903">#4903</a> <a href="https://github.com/ulixius9"><code>@​ulixius9</code></a></li> <li>docs(templater): Refactor templater configuration docs <a href="https://redirect.github.com/sqlfluff/sqlfluff/pull/4835">#4835</a> <a href="https://github.com/dmohns"><code>@​dmohns</code></a></li> <li>Handle brackets in from clause with joins <a href="https://redirect.github.com/sqlfluff/sqlfluff/pull/4890">#4890</a> <a href="https://github.com/ulixius9"><code>@​ulixius9</code></a></li> <li>Postgres: Add support for dollar literal &amp; mark collation as non-reserved <a href="https://redirect.github.com/sqlfluff/sqlfluff/pull/4883">#4883</a> <a href="https://github.com/ulixius9"><code>@​ulixius9</code></a></li> <li>MySQL: ON UPDATE NOW <a href="https://redirect.github.com/sqlfluff/sqlfluff/pull/4898">#4898</a> <a href="https://github.com/greg-finley"><code>@​greg-finley</code></a></li> <li>Support ROLLUP/CUBE in AM06 <a href="https://redirect.github.com/sqlfluff/sqlfluff/pull/4892">#4892</a> <a href="https://github.com/tunetheweb"><code>@​tunetheweb</code></a></li> </ul> <h2>[2.1.1] - 2023-05-25</h2> <h2>Highlights</h2> <p>This releases fixes a compatability issue with the latest version of dbt. It also ships various dialect improvements.</p> <h2>What’s Changed</h2> <ul> <li>profiles dir env var or default <a href="https://redirect.github.com/sqlfluff/sqlfluff/pull/4886">#4886</a> <a href="https://github.com/JasonGluck"><code>@​JasonGluck</code></a></li> <li>Bigquery: Allow empty <code>struct</code> in <code>TO_JSON</code> <a href="https://redirect.github.com/sqlfluff/sqlfluff/pull/4879">#4879</a> <a href="https://github.com/dimitris-flyr"><code>@​dimitris-flyr</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sqlfluff/sqlfluff/commit/653ee67d3e37462c6d5231a41aa15494f8d874e3"><code>653ee67</code></a> Prep version 2.1.2 (<a href="https://redirect.github.com/sqlfluff/sqlfluff/issues/4931">#4931</a>)</li> <li><a href="https://github.com/sqlfluff/sqlfluff/commit/7d45be089e37210ab7e555173a63fe854518bc44"><code>7d45be0</code></a> docs(templater): Add documentation for <code>SQLFLUFF_JINJA_FILTERS</code> (<a href="https://redirect.github.com/sqlfluff/sqlfluff/issues/4932">#4932</a>)</li> <li><a href="https://github.com/sqlfluff/sqlfluff/commit/59f80e35e3fb1724e756b4e22b83ed2b3da470ad"><code>59f80e3</code></a> Re-enable dbt 1.1 &amp; 1.2 (<a href="https://redirect.github.com/sqlfluff/sqlfluff/issues/4944">#4944</a>)</li> <li><a href="https://github.com/sqlfluff/sqlfluff/commit/49808fb5f5c043427b11fdec4c43ccb9842de551"><code>49808fb</code></a> Re-enable dbt 1.4 &amp; 1.3 (<a href="https://redirect.github.com/sqlfluff/sqlfluff/issues/4941">#4941</a>)</li> <li><a href="https://github.com/sqlfluff/sqlfluff/commit/e37ea9a03a6bfb08dc608f01c221cdd642023681"><code>e37ea9a</code></a> Fix compatibility with dbt 1.5.2+ (<a href="https://redirect.github.com/sqlfluff/sqlfluff/issues/4939">#4939</a>)</li> <li><a href="https://github.com/sqlfluff/sqlfluff/commit/6cdc38d76bedab4801b035c04d3c2b3aea17de86"><code>6cdc38d</code></a> Security option for library path (<a href="https://redirect.github.com/sqlfluff/sqlfluff/issues/4925">#4925</a>)</li> <li><a href="https://github.com/sqlfluff/sqlfluff/commit/c6e805c4d89fa42b3cee39c46721ddd578b87009"><code>c6e805c</code></a> Remove extra code escapes from release notes docs (<a href="https://redirect.github.com/sqlfluff/sqlfluff/issues/4921">#4921</a>)</li> <li><a href="https://github.com/sqlfluff/sqlfluff/commit/fe0c58365bfb39d3bb54006b2d8b56963c80cd6e"><code>fe0c583</code></a> Postgres frame_clause quoted interval (<a href="https://redirect.github.com/sqlfluff/sqlfluff/issues/4915">#4915</a>)</li> <li><a href="https://github.com/sqlfluff/sqlfluff/commit/376212655ff5cee25320f8be3acf5538032956d1"><code>3762126</code></a> Snowflake: CREATE TAG (<a href="https://redirect.github.com/sqlfluff/sqlfluff/issues/4914">#4914</a>)</li> <li><a href="https://github.com/sqlfluff/sqlfluff/commit/bfbd9e8b95e45cf25e61762d5792db5d69aec6b8"><code>bfbd9e8</code></a> TSQL: support for <code>DROP EXTERNAL TABLE</code> (<a href="https://redirect.github.com/sqlfluff/sqlfluff/issues/4919">#4919</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sqlfluff/sqlfluff/compare/2.1.0...2.1.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sqlfluff&package-manager=pip&previous-version=2.1.0&new-version=2.1.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/RADar-AZDelta/Rabbit-in-a-Blender/network/alerts). </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 20:28:53 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
RADar-AZDelta/archived-Rabbit-in-a-Blender#69
No description provided.