From a4894e308d7c3d71b750b204321794b48b377f24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 08:43:50 +0000 Subject: [PATCH] chore(deps-dev): update ruff requirement in /python-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](https://github.com/astral-sh/ruff/compare/0.5.0...0.15.12) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.12 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- python-sdk/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-sdk/pyproject.toml b/python-sdk/pyproject.toml index bf597d34..f601ad07 100644 --- a/python-sdk/pyproject.toml +++ b/python-sdk/pyproject.toml @@ -34,7 +34,7 @@ dev = [ "pytest>=8.0", "pytest-asyncio>=0.23", "mypy>=1.10", - "ruff>=0.5", + "ruff>=0.15.12", "respx>=0.21", "cryptography>=42", ]