Skip to content

Commit

Permalink
Upgrade Ruff version to v0.0.264 (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
patillacode committed May 2, 2023
1 parent f1e0892 commit 8474ad1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 11 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ urls = { repository = "https://github.com/charliermarsh/ruff-lsp" }
dependencies = [
"pygls>=1.0.1",
"lsprotocol>=2023.0.0a1",
"ruff>=0.0.253",
"ruff>=0.0.264",
"typing_extensions",
]

Expand Down
16 changes: 9 additions & 7 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --extra=dev --output-file=requirements-dev.txt --resolver=backtracking pyproject.toml
#
attrs==22.2.0
attrs==23.1.0
# via
# cattrs
# lsprotocol
Expand All @@ -14,10 +14,12 @@ cattrs==22.2.0
# via lsprotocol
click==8.1.3
# via black
exceptiongroup==1.1.0
exceptiongroup==1.1.1
# via cattrs
importlib-metadata==6.0.0
# via click
importlib-metadata==6.6.0
# via
# attrs
# click
lsprotocol==2023.0.0a1
# via
# pygls
Expand All @@ -28,15 +30,15 @@ mypy-extensions==1.0.0
# via
# black
# mypy
pathspec==0.11.0
pathspec==0.11.1
# via black
platformdirs==3.1.0
platformdirs==3.5.0
# via black
pygls==1.0.1
# via ruff-lsp (pyproject.toml)
python-lsp-jsonrpc==1.0.0
# via ruff-lsp (pyproject.toml)
ruff==0.0.253
ruff==0.0.264
# via ruff-lsp (pyproject.toml)
tomli==2.0.1
# via
Expand Down
11 changes: 8 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,30 @@
#
# pip-compile --output-file=requirements.txt --resolver=backtracking pyproject.toml
#
attrs==22.2.0
attrs==23.1.0
# via
# cattrs
# lsprotocol
cattrs==22.2.0
# via lsprotocol
exceptiongroup==1.1.0
exceptiongroup==1.1.1
# via cattrs
importlib-metadata==6.6.0
# via attrs
lsprotocol==2023.0.0a1
# via
# pygls
# ruff-lsp (pyproject.toml)
pygls==1.0.1
# via ruff-lsp (pyproject.toml)
ruff==0.0.253
ruff==0.0.264
# via ruff-lsp (pyproject.toml)
typeguard==2.13.3
# via pygls
typing-extensions==4.5.0
# via
# cattrs
# importlib-metadata
# ruff-lsp (pyproject.toml)
zipp==3.15.0
# via importlib-metadata

0 comments on commit 8474ad1

Please sign in to comment.