Skip to content

Commit b71fcd3

Browse files
authored
Merge pull request #50 from python-lsp/ruff_minor_v_change_fixup
Ruff minor v change fixup
2 parents 2373aed + 6a9a2ff commit b71fcd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ name = "python-lsp-ruff"
77
authors = [
88
{name = "Julian Hossbach", email = "[email protected]"}
99
]
10-
version = "1.5.2"
10+
version = "1.5.3"
1111
description = "Ruff linting plugin for pylsp"
1212
readme = "README.md"
1313
requires-python = ">=3.7"
1414
license = {text = "MIT"}
1515
dependencies = [
16-
"ruff>=0.0.267",
16+
"ruff>=0.0.267,<0.1.0",
1717
"python-lsp-server",
1818
"lsprotocol>=2022.0.0a1",
1919
"tomli>=1.1.0; python_version < '3.11'",

0 commit comments

Comments
 (0)