8000 Remove upper constraint · python-lsp/python-lsp-ruff@46141e5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 46141e5

Browse files
committed
Remove upper constraint
1 parent 6bb850b commit 46141e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ readme = "README.md"
1313
requires-python = ">=3.8"
1414
license = {text = "MIT"}
1515
dependencies = [
16-
"ruff>=0.2.0, <0.4.0",
16+
"ruff>=0.2.0",
1717
"python-lsp-server",
1818
"cattrs!=23.2.1",
1919
"lsprotocol>=2023.0.1",

0 commit comments

Comments
 (0)
0