Skip to content

Commit

Permalink
lsp: Bump pygls to v2.0a2
Browse files Browse the repository at this point in the history
  • Loading branch information
alcarney committed Dec 1, 2024
1 parent f1ec7fc commit f8b5992
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ repos:
additional_dependencies:
- aiosqlite
- platformdirs
- pygls>=2a0
- pytest_lsp>=0.3
- pygls>=2a2
- pytest_lsp>=1.0b2
- sphinx
- tomli
- types-docutils
Expand Down
2 changes: 1 addition & 1 deletion lib/esbonio/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
"aiosqlite",
"platformdirs",
"docutils",
"pygls>=2.0a0",
"pygls>=2.0a2",
"tomli ; python_version<'3.11'",
"websockets",
]
Expand Down

0 comments on commit f8b5992

Please sign in to comment.