From 5fc690513d162772beb8284eb376affa3ccc4e61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 23:26:56 +0000 Subject: [PATCH] chore(deps): bump ruff from 0.15.13 to 0.15.14 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.13 to 0.15.14. - [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.13...0.15.14) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.14 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 740d899..93cc7eb 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.13 +ruff==0.15.14 diff --git a/openai-agents-sdk/requirements.txt b/openai-agents-sdk/requirements.txt index deca39e..d8500c2 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.13 +ruff==0.15.14 diff --git a/pydantic-ai/requirements.txt b/pydantic-ai/requirements.txt index 6680f9e..b5d4a67 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.13 +ruff==0.15.14