Skip to content

Commit 2d0b71d

Browse files
chore(deps-dev): update ruff requirement in /sdk (#151)
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.16...0.15.17) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.17 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 882f1b1 commit 2d0b71d

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
@@ -41,7 +41,7 @@ dev = [
4141
"pytest-asyncio>=1.4.0",
4242
"mypy>=2.1.0",
4343
"mypy-protobuf>=5.1.0",
44-
"ruff>=0.15.16",
44+
"ruff>=0.15.17",
4545
"grpcio-tools>=1.81.0",
4646
]
4747

0 commit comments

Comments
 (0)