From a7d9609baf697ddec6289a2b069f65ec927a299a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 12:32:06 +0000 Subject: [PATCH] Update pygls requirement from ~=2.0.0 to >=2.0,<2.2 Updates the requirements on [pygls](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/v2.0.0...v2.1.1) --- updated-dependencies: - dependency-name: pygls dependency-version: 2.1.1 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 50649197..d1440e0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ dev = [ "pyrefly == 0.54.0", ] lsp = [ - "pygls[ws] ~= 2.0.0", + "pygls[ws] >= 2.0,< 2.2", ] pretty = [ "rich >= 12.6.0",