Skip to content

Commit

Permalink
Bump the version of pygls
Browse files Browse the repository at this point in the history
0.11 is kind of outdated so let's get something more recent
  • Loading branch information
ekacnet committed Feb 14, 2024
1 parent 74889de commit 240d466
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ include = ["salt_lsp/data/states.pickle"]

[tool.poetry.dependencies]
# remove the compat code from salt_lsp/workspace.py once we drop python 3.8 support
python = "^3.8"
pygls = "^0.11.3"
python = "^3.8, <3.12"
pygls = "^1.2"
PyYAML = "^6"

[tool.poetry.dev-dependencies]
pytest = ">=6.2.3"
pytest-cov = ">=2.11.1"
black = ">=21.10b0"
mypy = ">=0.812"
mypy = ">=1.4.1"
pylint = ">=2.7.4"
pyfakefs = ">=4.4.0"
salt = "^3005"
Expand Down

0 comments on commit 240d466

Please sign in to comment.