From 299eb3bc611a70e020be40b21fde3d9483b3ee49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Jul 2025 15:50:15 +0000 Subject: [PATCH] Update python-lsp-server requirement Updates the requirements on [python-lsp-server](https://github.com/python-lsp/python-lsp-server) to permit the latest version. - [Release notes](https://github.com/python-lsp/python-lsp-server/releases) - [Changelog](https://github.com/python-lsp/python-lsp-server/blob/develop/CHANGELOG.md) - [Commits](https://github.com/python-lsp/python-lsp-server/compare/v1.12.0...v1.13.0) --- updated-dependencies: - dependency-name: python-lsp-server dependency-version: 1.13.0 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 cc2dd52d7f..352735fddc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ dependencies = ["databricks-sdk>=0.56.0,<0.58.0", [project.optional-dependencies] pylsp = [ - "python-lsp-server>=1.12.0,<1.13.0" + "python-lsp-server>=1.12.0,<1.14.0" ] [project.entry-points.databricks]