From 1086a1287c5d0125d92b45c94161c8d88fa69822 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 08:14:23 +0000 Subject: [PATCH] build(deps): bump ruff from 0.15.21 to 0.16.0 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/requirements.txt | 2 +- openai-agents-sdk/requirements.txt | 2 +- pydantic-ai/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 diff --git a/openai-agents-sdk/requirements.txt b/openai-agents-sdk/requirements.txt index c3a42da..b05374c 100644 --- a/openai-agents-sdk/requirements.txt +++ b/openai-agents-sdk/requirements.txt @@ -5,4 +5,4 @@ openai-agents==0.18.3 python-dotenv==1.2.2 pytest==9.1.1 -ruff==0.15.21 +ruff==0.16.0 diff --git a/pydantic-ai/requirements.txt b/pydantic-ai/requirements.txt index 77933f7..df0e7e2 100644 --- a/pydantic-ai/requirements.txt +++ b/pydantic-ai/requirements.txt @@ -5,4 +5,4 @@ pydantic-ai[openai,anthropic]==1.107.0 python-dotenv==1.2.2 pytest==9.1.1 -ruff==0.15.21 +ruff==0.16.0