Skip to content

Commit

Permalink
Upgrade lsprotocol
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh committed Mar 3, 2023
1 parent 1ec1e66 commit 3dd1e68
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ classifiers = [
]
urls = { repository = "https://github.com/charliermarsh/ruff-lsp" }
dependencies = [
"pygls>=1.0.0a3",
"pygls>=1.0.0",
"ruff>=0.0.150",
"typing_extensions",
]
Expand Down
20 changes: 10 additions & 10 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,25 @@ click==8.1.3
# via black
exceptiongroup==1.1.0
# via cattrs
importlib-metadata==5.2.0
importlib-metadata==6.0.0
# via click
lsprotocol==2022.0.0a9
lsprotocol==2023.0.0a0
# via pygls
mypy==0.991
# via ruff-lsp (pyproject.toml)
mypy-extensions==0.4.3
mypy-extensions==1.0.0
# via
# black
# mypy
pathspec==0.10.3
pathspec==0.11.0
# via black
platformdirs==2.6.2
platformdirs==3.0.0
# via black
pygls==1.0.0
pygls==1.0.1
# via ruff-lsp (pyproject.toml)
python-lsp-jsonrpc==1.0.0
# via ruff-lsp (pyproject.toml)
ruff==0.0.204
ruff==0.0.253
# via ruff-lsp (pyproject.toml)
tomli==2.0.1
# via
Expand All @@ -46,15 +46,15 @@ typed-ast==1.5.4
# mypy
typeguard==2.13.3
# via pygls
typing-extensions==4.4.0
typing-extensions==4.5.0
# via
# black
# cattrs
# importlib-metadata
# mypy
# platformdirs
# ruff-lsp (pyproject.toml)
ujson==5.6.0
ujson==5.7.0
# via python-lsp-jsonrpc
zipp==3.11.0
zipp==3.15.0
# via importlib-metadata
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ cattrs==22.2.0
# via lsprotocol
exceptiongroup==1.1.0
# via cattrs
lsprotocol==2022.0.0a9
lsprotocol==2023.0.0a0
# via pygls
pygls==1.0.0
pygls==1.0.1
# via ruff-lsp (pyproject.toml)
ruff==0.0.204
ruff==0.0.253
# via ruff-lsp (pyproject.toml)
typeguard==2.13.3
# via pygls
typing-extensions==4.4.0
typing-extensions==4.5.0
# via
# cattrs
# ruff-lsp (pyproject.toml)

0 comments on commit 3dd1e68

Please sign in to comment.