From d1d924103d18ae200cdb7917ead3bd9cad625ee3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 22:22:17 +0000 Subject: [PATCH] build(deps): bump rich from 14.0.0 to 14.3.3 in /databricks-builder-app Bumps [rich](https://github.com/Textualize/rich) from 14.0.0 to 14.3.3. - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](https://github.com/Textualize/rich/compare/v14.0.0...v14.3.3) --- updated-dependencies: - dependency-name: rich dependency-version: 14.3.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- databricks-builder-app/pyproject.toml | 2 +- databricks-builder-app/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/databricks-builder-app/pyproject.toml b/databricks-builder-app/pyproject.toml index ec0c7ef1..d1426631 100644 --- a/databricks-builder-app/pyproject.toml +++ b/databricks-builder-app/pyproject.toml @@ -45,7 +45,7 @@ dependencies = [ "websockets>=15.0.1", "pyarrow==18.1.0", "markupsafe==3.0.2", - "rich==14.0.0", + "rich==14.3.3", "protobuf>=3.12.0,<5", "pandas==2.3.0", "flask==3.1.0", diff --git a/databricks-builder-app/requirements.txt b/databricks-builder-app/requirements.txt index 0c6d6e2b..1ffe2755 100644 --- a/databricks-builder-app/requirements.txt +++ b/databricks-builder-app/requirements.txt @@ -396,7 +396,7 @@ requests==2.32.5 # databricks-sdk # docker # mlflow-skinny -rich==14.0.0 +rich==14.3.3 # via # databricks-builder-app (pyproject.toml) # cyclopts