From fe2cf6818258125b7f5dade2360ee738b151c963 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 21:19:27 +0000 Subject: [PATCH] build(deps): bump ruff from 0.15.9 to 0.15.10 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.9 to 0.15.10. - [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.9...0.15.10) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.10 dependency-type: direct:production update-type: version-update:semver-patch ... 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 479d422..ac0638c 100644 --- a/claude-agent-sdk/requirements.txt +++ b/claude-agent-sdk/requirements.txt @@ -6,4 +6,4 @@ aiohttp>=3.13.3 python-dotenv==1.2.2 pytest -ruff==0.15.9 +ruff==0.15.10 diff --git a/openai-agents-sdk/requirements.txt b/openai-agents-sdk/requirements.txt index de06278..4f1b5cb 100644 --- a/openai-agents-sdk/requirements.txt +++ b/openai-agents-sdk/requirements.txt @@ -5,4 +5,4 @@ openai-agents python-dotenv==1.2.2 pytest -ruff==0.15.9 +ruff==0.15.10 diff --git a/pydantic-ai/requirements.txt b/pydantic-ai/requirements.txt index cda8cec..822f61a 100644 --- a/pydantic-ai/requirements.txt +++ b/pydantic-ai/requirements.txt @@ -5,4 +5,4 @@ pydantic-ai[openai,anthropic] python-dotenv==1.2.2 pytest -ruff==0.15.9 +ruff==0.15.10