From 7ec02b484fac6662969c6f5cbf0b53c269ff948f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 20:22:38 +0000 Subject: [PATCH] chore(deps): bump lsprotocol from 2024.0.0b1 to 2025.0.0rc1 Bumps [lsprotocol](https://github.com/microsoft/lsprotocol) from 2024.0.0b1 to 2025.0.0rc1. - [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.0rc1) --- updated-dependencies: - dependency-name: lsprotocol dependency-version: 2025.0.0rc1 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..546765052 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.0rc1", "attrs>=25.1.0"] [tool.uv] cache-keys = [{ git = { commit = true, tags = true } }] dev-dependencies = [