From 4b2c603a00236da99c7c32327f35de453b0d66c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 07:54:24 +0000 Subject: [PATCH] Update databricks-cli requirement from <0.18,>=0.17 to >=0.18.0,<0.19 Updates the requirements on [databricks-cli](https://github.com/databricks/databricks-cli) to permit the latest version. - [Release notes](https://github.com/databricks/databricks-cli/releases) - [Commits](https://github.com/databricks/databricks-cli/compare/0.17.0...0.18.0) --- updated-dependencies: - dependency-name: databricks-cli dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4fb637fd..e9d8154a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "click>=8.1.0,<9.0.0", "cookiecutter>2.1.0, <3.0.0", "cryptography>=42.0.8", - "databricks-cli>=0.17,<0.18", + "databricks-cli>=0.18.0,<0.19", "Jinja2>=2.11.2", "mlflow-skinny>=2.0.0,<3.0.0", "pathspec>=0.9.0",