Skip to content

Commit 610da2e

Browse files
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](openlawlibrary/pygls@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] <support@github.com>
1 parent 596c2a4 commit 610da2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dev = [
5454
"pyrefly == 0.39.4",
5555
]
5656
lsp = [
57-
"pygls[ws] ~= 1.3.1",
57+
"pygls[ws] >= 1.3.1,< 2.1.0",
5858
]
5959
pretty = [
6060
"rich >= 12.6.0",

0 commit comments

Comments
 (0)