From 610da2eb459056a4004b049d0a0424f6920ce535 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 16:04:42 +0000 Subject: [PATCH] Update pygls[ws] requirement from ~=1.3.1 to >=1.3.1,<2.1.0 Updates the requirements on [pygls[ws]](https://github.com/openlawlibrary/pygls) to permit the latest version. - [Release notes](https://github.com/openlawlibrary/pygls/releases) - [Changelog](https://github.com/openlawlibrary/pygls/blob/main/CHANGELOG.md) - [Commits](https://github.com/openlawlibrary/pygls/compare/v1.3.1...v2.0.0) --- updated-dependencies: - dependency-name: pygls[ws] dependency-version: 2.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a233e4f1..426555e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ dev = [ "pyrefly == 0.39.4", ] lsp = [ - "pygls[ws] ~= 1.3.1", + "pygls[ws] >= 1.3.1,< 2.1.0", ] pretty = [ "rich >= 12.6.0",