Skip to content

Commit 23ce0f4

Browse files
build(deps-dev): update ruff requirement from >=0.15.18 to >=0.15.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.15.18...0.15.20) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.20 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aa26e5b commit 23ce0f4

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
@@ -32,7 +32,7 @@ dependencies = [
3232
[project.optional-dependencies]
3333
dev = [
3434
"pytest>=9.1.0",
35-
"ruff>=0.15.18",
35+
"ruff>=0.15.20",
3636
"mypy>=2.1.0",
3737
"types-PyYAML>=6.0.12"
3838
]

0 commit comments

Comments
 (0)