From d24048f73de26af5c7d1bc8bfea89f1a419b3434 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 21:45:45 +0000 Subject: [PATCH] chore(deps): bump lsprotocol from 2024.0.0b1 to 2025.0.0 Bumps [lsprotocol](https://github.com/microsoft/lsprotocol) from 2024.0.0b1 to 2025.0.0. - [Release notes](https://github.com/microsoft/lsprotocol/releases) - [Changelog](https://github.com/microsoft/lsprotocol/blob/main/RELEASE.md) - [Commits](https://github.com/microsoft/lsprotocol/compare/v2024.0.0b1...2025.0.0) --- updated-dependencies: - dependency-name: lsprotocol dependency-version: 2025.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2f0dd094f..80accd952 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -119,7 +119,7 @@ types = [ "types-requests>=2.32.0.20241016", "types-toml>=0.10.8.20240310", ] -lsp = ["pygls>=2.0.0a2", "lsprotocol==2024.0.0b1", "attrs>=25.1.0"] +lsp = ["pygls>=2.0.0a2", "lsprotocol==2025.0.0", "attrs>=25.1.0"] [tool.uv] cache-keys = [{ git = { commit = true, tags = true } }] dev-dependencies = [