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"] diff --git a/requirements/base.txt b/requirements/base.txt index dd2e9b105319..c35a21fdea96 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -384,7 +384,7 @@ selenium==4.46.0 # via apache-superset (pyproject.toml) setuptools==80.9.0 # via -r requirements/base.in -shillelagh==1.4.4 +shillelagh==1.4.5 # via apache-superset (pyproject.toml) simplejson==4.1.1 # via apache-superset (pyproject.toml) diff --git a/requirements/development.txt b/requirements/development.txt index 1c7b7dfde181..639dcf65ce0f 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -948,7 +948,7 @@ setuptools==80.9.0 # pydata-google-auth # zope-event # zope-interface -shillelagh==1.4.4 +shillelagh==1.4.5 # via # -c requirements/base-constraint.txt # apache-superset