From 6d37305b5be32e9a575571d63279940da175156d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 08:05:59 +0000 Subject: [PATCH] build(deps): bump ruff from 0.15.19 to 0.15.20 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.19 to 0.15.20. - [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.19...0.15.20) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.20 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 d1c5061..b4b45ad 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.19 +ruff==0.15.20 diff --git a/openai-agents-sdk/requirements.txt b/openai-agents-sdk/requirements.txt index d920d64..72d518b 100644 --- a/openai-agents-sdk/requirements.txt +++ b/openai-agents-sdk/requirements.txt @@ -5,4 +5,4 @@ openai-agents==0.17.7 python-dotenv==1.2.2 pytest==9.1.1 -ruff==0.15.19 +ruff==0.15.20 diff --git a/pydantic-ai/requirements.txt b/pydantic-ai/requirements.txt index 082da42..9b2974f 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.19 +ruff==0.15.20