From ad40e5d3de3bdad227a6cfae77d2344bd60428fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 08:22:07 +0000 Subject: [PATCH] build(deps): bump ruff from 0.15.12 to 0.15.13 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.12 to 0.15.13. - [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.12...0.15.13) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.13 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 59049a0..eecd164 100644 --- a/claude-agent-sdk/requirements.txt +++ b/claude-agent-sdk/requirements.txt @@ -6,4 +6,4 @@ aiohttp>=3.13.5 python-dotenv==1.2.2 pytest -ruff==0.15.12 +ruff==0.15.13 diff --git a/openai-agents-sdk/requirements.txt b/openai-agents-sdk/requirements.txt index 99f4fea..880573e 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.12 +ruff==0.15.13 diff --git a/pydantic-ai/requirements.txt b/pydantic-ai/requirements.txt index 8536381..39e4fc5 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.12 +ruff==0.15.13