Skip to content

Commit 1f79e7b

Browse files
Update ruff requirement from <0.15,>=0.14.1 to >=0.14.1,<0.16 (#20)
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.14.1...0.15.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4e63c19 commit 1f79e7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
dev = [
2323
"pytest>=8.4.1,<10",
2424
"pytest-cov>=7.0.0,<8",
25-
"ruff>=0.14.1,<0.15",
25+
"ruff>=0.14.1,<0.16",
2626
"pyright>=1.1.390",
2727
"ipdb>=0.13.13,<0.14",
2828
"pytest-asyncio>=1.3.0,<1.4.0",

0 commit comments

Comments
 (0)