Skip to content

Commit 1fc4c55

Browse files
build(deps-dev): update ruff requirement from <0.15,>=0.7 to >=0.7,<0.16 in the python group (#222)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e180d01 commit 1fc4c55

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
@@ -22,7 +22,7 @@ dependencies = ["cryptography>=43"]
2222
[dependency-groups]
2323
doc = []
2424
test = ["pytest", "pytest-cov", "pretend", "coverage[toml]"]
25-
lint = ["ruff >= 0.7,< 0.15", "interrogate", "ty>=0.0.14", { include-group = "test" }]
25+
lint = ["ruff >= 0.7,< 0.16", "interrogate", "ty>=0.0.14", { include-group = "test" }]
2626
dev = [{ include-group = "lint" }, { include-group = "doc" }, "maturin>=1.7,<2.0"]
2727

2828
[project.urls]

0 commit comments

Comments
 (0)