From 0942b677a8c6f05bcf04b3ad3f7919baa73165ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 01:17:41 +0000 Subject: [PATCH] pip(deps): bump pygls from 1.3.1 to 2.0.0 Bumps [pygls](https://github.com/openlawlibrary/pygls) from 1.3.1 to 2.0.0. - [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 dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 36c42b3..78334fb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,6 +11,7 @@ attrs==25.3.0 \ # cattrs # jschema-to-python # lsprotocol + # pygls # sarif-om cattrs==24.1.3 \ --hash=sha256:981a6ef05875b5bb0c7fb68885546186d306f10f0f6718fe9b96c226e68821ff \ @@ -136,9 +137,9 @@ jsonpickle==4.0.5 \ --hash=sha256:b4ac7d0a75ddcdfd93445737f1d36ff28768690d43e54bf5d0ddb1d915e580df \ --hash=sha256:f299818b39367c361b3f26bdba827d4249ab5d383cd93144d0f94b5417aacb35 # via jschema-to-python -lsprotocol==2023.0.1 \ - --hash=sha256:c75223c9e4af2f24272b14c6375787438279369236cd568f596d4951052a60f2 \ - --hash=sha256:cc5c15130d2403c18b734304339e51242d3018a05c4f7d0f198ad6e0cd21861d +lsprotocol==2025.0.0 \ + --hash=sha256:e879da2b9301e82cfc3e60d805630487ac2f7ab17492f4f5ba5aaba94fe56c29 \ + --hash=sha256:f9d78f25221f2a60eaa4a96d3b4ffae011b107537facee61d3da3313880995c7 # via pygls markdown-it-py==3.0.0 \ --hash=sha256:355216845c60bd96232cd8d8c40e8f9765cc86f46880e43a8fd22dc1a1a8cab1 \ @@ -162,9 +163,9 @@ precli==0.8.0 \ --hash=sha256:6e32df4c638e87c823404ef90b1949270eb4a02b7e6be08a13e4735ef485188f \ --hash=sha256:a3486b070b9f4fcf7c78d178d3b6ededb0222260061d954c2ee10563ea2275ae # via -r requirements.in -pygls==1.3.1 \ - --hash=sha256:140edceefa0da0e9b3c533547c892a42a7d2fd9217ae848c330c53d266a55018 \ - --hash=sha256:6e00f11efc56321bdeb6eac04f6d86131f654c7d49124344a9ebb968da3dd91e +pygls==2.0.0 \ + --hash=sha256:99accd03de1ca76fe1e7e317f0968ebccf7b9955afed6e2e3e188606a20b4f07 \ + --hash=sha256:b4e54bba806f76781017ded8fd07463b98670f959042c44170cd362088b200cc # via -r requirements.in pygments==2.19.1 \ --hash=sha256:61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f \