From 91558fc649a8d582c4403261d8c2c2b885f6af9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 22:12:29 +0000 Subject: [PATCH] chore(deps): bump ruff from 0.15.22 to 0.16.0 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/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 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 diff --git a/openai-agents-sdk/requirements.txt b/openai-agents-sdk/requirements.txt index c94dacd..18a5c20 100644 --- a/openai-agents-sdk/requirements.txt +++ b/openai-agents-sdk/requirements.txt @@ -5,4 +5,4 @@ openai-agents==0.19.1 python-dotenv==1.2.2 pytest==9.1.1 -ruff==0.15.22 +ruff==0.16.0 diff --git a/pydantic-ai/requirements.txt b/pydantic-ai/requirements.txt index e584cc0..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.22 +ruff==0.16.0