mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-15 10:12:58 +00:00
14 lines
324 B
Diff
14 lines
324 B
Diff
diff --git a/pyproject.toml b/pyproject.toml
|
|
index 417df1d..0f59857 100644
|
|
--- a/pyproject.toml
|
|
+++ b/pyproject.toml
|
|
@@ -19,7 +19,7 @@ classifiers = [
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.6"
|
|
-pygls = "^0.11"
|
|
+pygls = "^0.12"
|
|
importlib-metadata = {version = "^4.8", python = "<3.8"}
|
|
|
|
[tool.poetry.dev-dependencies]
|