Skip to content

Commit a865ca4

Browse files
chore(deps-dev): update ruff requirement in /sdk (#42)
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.12...0.15.13) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.13 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 a618b4b commit a865ca4

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>=2.1.0",
3636
"mypy-protobuf>=5.1.0",
37-
"ruff>=0.15.12",
37+
"ruff>=0.15.13",
3838
"grpcio-tools>=1.80.0",
3939
]
4040

0 commit comments

Comments
 (0)