From 393324774b99f4cfcde3cfabc01a4e5b39081206 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 12:40:35 +0000 Subject: [PATCH] build(deps): update pygls requirement from ^1.0.0 to >=1,<3 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/v1.0.0...v2.1.1) --- updated-dependencies: - dependency-name: pygls dependency-version: 2.1.1 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 0b8651e..0c5b7bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ python = ">=3.10,<4" transitions = ">=0.7,<0.10" Pint = ">=0.15,<0.25" "ruamel.yaml" = {version = ">=0.16.5,<0.19.0", optional = true} -pygls = {version = "^1.0.0", optional = true} +pygls = {version = ">=1,<3", optional = true} Jinja2 = ">=2.11.3,<4.0.0" pydantic = ">=2,<3.0" click = ">=7.1.2,<9"