From 7ba3de2f9b2040466cb4db0721cfdeaf0af330be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Nov 2023 11:51:09 +0000 Subject: [PATCH] Bump lsprotocol from 2023.0.0b1 to 2023.0.0 Bumps [lsprotocol](https://github.com/microsoft/lsprotocol) from 2023.0.0b1 to 2023.0.0. - [Release notes](https://github.com/microsoft/lsprotocol/releases) - [Commits](https://github.com/microsoft/lsprotocol/compare/2023.0.0b1...2023.0.0) --- updated-dependencies: - dependency-name: lsprotocol dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e580122..aa2d70f 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ def read(fname): }, install_requires=[ 'pygls==1.1.2', - 'lsprotocol==2023.0.0b1', + 'lsprotocol==2023.0.0', 'language-tool-python==2.7.1', 'tree_sitter==0.20.4', 'gitpython==3.1.40',