From 7fb2f1bec01af74caf96160e1128106422e0b91f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 08:15:40 +0000 Subject: [PATCH] build(deps): bump ruff from 0.15.4 to 0.15.6 in /pydantic-ai Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.4 to 0.15.6. - [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.4...0.15.6) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pydantic-ai/pyproject.toml | 2 +- pydantic-ai/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pydantic-ai/pyproject.toml b/pydantic-ai/pyproject.toml index 2028bd2..37f7e1a 100644 --- a/pydantic-ai/pyproject.toml +++ b/pydantic-ai/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "pytest", - "ruff==0.15.4", + "ruff==0.15.6", ] [tool.setuptools.packages.find] diff --git a/pydantic-ai/requirements.txt b/pydantic-ai/requirements.txt index 8a3d606..0310dc1 100644 --- a/pydantic-ai/requirements.txt +++ b/pydantic-ai/requirements.txt @@ -5,4 +5,4 @@ pydantic-ai[openai] python-dotenv==1.2.2 pytest -ruff==0.15.5 +ruff==0.15.6