Skip to content

Commit

Permalink
Bump Ruff version to 0.0.274 (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh authored Jun 21, 2023
1 parent b68ac8d commit ca5d1fa
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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/astral-sh/ruff-lsp" }
dependencies = [
"pygls>=1.0.1",
"lsprotocol>=2023.0.0a1",
"ruff>=0.0.273",
"ruff>=0.0.274",
"typing_extensions",
]

Expand Down
6 changes: 3 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ pathspec==0.11.1
# via black
pip-tools==6.13.0
# via ruff-lsp (pyproject.toml)
platformdirs==3.6.0
platformdirs==3.7.0
# via black
pluggy==1.1.0
pluggy==1.0.0
# via pytest
pygls==1.0.2
# via ruff-lsp (pyproject.toml)
Expand All @@ -67,7 +67,7 @@ pytest-asyncio==0.21.0
# via ruff-lsp (pyproject.toml)
python-lsp-jsonrpc==1.0.0
# via ruff-lsp (pyproject.toml)
ruff==0.0.273
ruff==0.0.274
# via ruff-lsp (pyproject.toml)
tomli==2.0.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ lsprotocol==2023.0.0a1
# ruff-lsp (pyproject.toml)
pygls==1.0.2
# via ruff-lsp (pyproject.toml)
ruff==0.0.273
ruff==0.0.274
# via ruff-lsp (pyproject.toml)
typeguard==3.0.2
# via pygls
Expand Down
2 changes: 1 addition & 1 deletion ruff_lsp/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.34"
__version__ = "0.0.35"

0 comments on commit ca5d1fa

Please sign in to comment.