From 9b9b57cf2ca078d32fd7769a724d12ca9e4ff21a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 08:14:28 +0000 Subject: [PATCH] build(deps): bump ruff from 0.15.21 to 0.16.0 in /claude-agent-sdk Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.21 to 0.16.0. - [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.15.21...0.16.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- claude-agent-sdk/pyproject.toml | 2 +- claude-agent-sdk/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/claude-agent-sdk/pyproject.toml b/claude-agent-sdk/pyproject.toml index 1afa983..aba034b 100644 --- a/claude-agent-sdk/pyproject.toml +++ b/claude-agent-sdk/pyproject.toml @@ -18,7 +18,7 @@ test = [ ] dev = [ "bolt-python-support-agent-claude[test]", - "ruff==0.15.21", + "ruff==0.16.0", ] [tool.setuptools.packages.find] diff --git a/claude-agent-sdk/requirements.txt b/claude-agent-sdk/requirements.txt index 5617e2d..5f8c84f 100644 --- a/claude-agent-sdk/requirements.txt +++ b/claude-agent-sdk/requirements.txt @@ -7,4 +7,4 @@ python-dotenv==1.2.2 pytest==9.1.1 pytest-asyncio==1.4.0 -ruff==0.15.21 +ruff==0.16.0