From 8a3c200fc47a20f1ecf0a8334bc6b26160c3cc85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 09:13:58 +0000 Subject: [PATCH] build(deps): bump ruff from 0.15.11 to 0.15.12 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.11 to 0.15.12. - [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.11...0.15.12) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.12 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 3237336..04d6223 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.11 +ruff==0.15.12 diff --git a/openai-agents-sdk/requirements.txt b/openai-agents-sdk/requirements.txt index 84b96f8..99f4fea 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.11 +ruff==0.15.12 diff --git a/pydantic-ai/requirements.txt b/pydantic-ai/requirements.txt index b932164..8536381 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.11 +ruff==0.15.12