Skip to content

Commit fa3c50e

Browse files
chore(deps-dev): update ruff requirement from >=0.8 to >=0.15.12 in /sdk
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.8.0...0.15.12) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.12 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c614c52 commit fa3c50e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dev = [
3434
"pytest-asyncio>=1.3.0",
3535
"mypy>=1.14",
3636
"mypy-protobuf>=3.6",
37-
"ruff>=0.8",
37+
"ruff>=0.15.12",
3838
"grpcio-tools>=1.68.0",
3939
]
4040

0 commit comments

Comments
 (0)