Skip to content

Commit 0e6945c

Browse files
chore(deps-dev): update ruff requirement
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.15.11...0.15.12) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.11 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f9e303a commit 0e6945c

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
@@ -40,7 +40,7 @@ traccia = "traccia.cli:app"
4040
[dependency-groups]
4141
dev = [
4242
"pytest>=9.0.3,<10",
43-
"ruff>=0.15.11,<1",
43+
"ruff>=0.15.12,<1",
4444
]
4545

4646
[tool.hatch.build.targets.wheel]

0 commit comments

Comments
 (0)