From d8a53a4ea4ab2f46df32c2f24a8a15097f5cd0ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 19:44:01 +0000 Subject: [PATCH] chore(deps): bump shillelagh from 1.4.4 to 1.4.5 Bumps [shillelagh](https://github.com/betodealmeida/shillelagh) from 1.4.4 to 1.4.5. - [Release notes](https://github.com/betodealmeida/shillelagh/releases) - [Changelog](https://github.com/betodealmeida/shillelagh/blob/main/CHANGELOG.rst) - [Commits](https://github.com/betodealmeida/shillelagh/compare/1.4.4...1.4.5) --- updated-dependencies: - dependency-name: shillelagh dependency-version: 1.4.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 394fd2429524..e5e316cfc9b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -111,7 +111,7 @@ dependencies = [ "redis>=5.0.0, <9.0", "rison>=2.0.1, <3.0", "selenium>=4.46.0, <5.0", - "shillelagh[gsheetsapi]>=1.4.4, <2.0", + "shillelagh[gsheetsapi]>=1.4.5, <2.0", "sshtunnel>=0.4.0, <0.5", "simplejson>=4.1.1", "slack_sdk>=3.43.0, <4", @@ -204,7 +204,7 @@ fastmcp = [ firebird = ["sqlalchemy-firebird>=0.8.0, <2.0.0"] firebolt = ["firebolt-sqlalchemy>=1.1.2, <2"] gevent = ["gevent>=26.7.0"] -gsheets = ["shillelagh[gsheetsapi]>=1.4.4, <2"] +gsheets = ["shillelagh[gsheetsapi]>=1.4.5, <2"] hana = ["hdbcli==2.29.25", "sqlalchemy_hana==3.0.3"] hive = [ "pyhive[hive_pure_sasl]>=0.7.0", @@ -249,7 +249,7 @@ redshift = ["sqlalchemy-redshift>=0.8.1, <0.9"] # to the newest 1.4-only release for now. Bump to >=2.0.0 in lockstep with # Superset's own SQLAlchemy 2.0 core bump (discussion #40273), not before. risingwave = ["sqlalchemy-risingwave>=1.4.1, <2.0.0"] -shillelagh = ["shillelagh[all]>=1.4.4, <2"] +shillelagh = ["shillelagh[all]>=1.4.5, <2"] singlestore = ["sqlalchemy-singlestoredb>=1.2.1, <2"] snowflake = ["snowflake-sqlalchemy>=1.11.0, <2"] sqlite = ["syntaqlite>=0.7.0,<0.8.0"]