From 20211011d7d684f1c390bf3924c47b9d40ea3f92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 22:12:32 +0000 Subject: [PATCH] chore(deps): bump ruff from 0.15.22 to 0.16.0 in /claude-agent-sdk Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.22 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.22...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 f1e9b4a..9c6f349 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.22", + "ruff==0.16.0", ] [tool.setuptools.packages.find] diff --git a/claude-agent-sdk/requirements.txt b/claude-agent-sdk/requirements.txt index 8b8ca6f..db4e6a3 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.22 +ruff==0.16.0