Skip to content

Commit e883289

Browse files
Bump ruff from 0.9.6 to 0.9.7 in the python-dependencies group
Bumps the python-dependencies group with 1 update: [ruff](https://github.com/astral-sh/ruff). Updates `ruff` from 0.9.6 to 0.9.7 - [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.9.6...0.9.7) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9bfc222 commit e883289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ requires-python = ">= 3.10"
1515
[project.optional-dependencies]
1616
lint = [
1717
"mypy==1.15.0",
18-
"ruff==0.9.6"
18+
"ruff==0.9.7"
1919
]
2020

2121
[tool.hatch.version]

0 commit comments

Comments
 (0)