From 3eb82b790ee9ff1de037ece3776fd3067fb0d083 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 22:09:48 +0000 Subject: [PATCH] chore(deps): bump ruff from 0.15.16 to 0.15.17 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.16 to 0.15.17. - [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.16...0.15.17) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.17 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 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/claude-agent-sdk/requirements.txt b/claude-agent-sdk/requirements.txt index f835a1a..9d02701 100644 --- a/claude-agent-sdk/requirements.txt +++ b/claude-agent-sdk/requirements.txt @@ -6,4 +6,4 @@ aiohttp>=3.14.1 python-dotenv==1.2.2 pytest -ruff==0.15.16 +ruff==0.15.17 diff --git a/openai-agents-sdk/requirements.txt b/openai-agents-sdk/requirements.txt index e0a2a8b..32aa376 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.16 +ruff==0.15.17