From ab4413d3cb720a4b3792dbc7175d31258eab2ccf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 10:43:43 +0000 Subject: [PATCH] chore(deps): bump ruff from 0.6.9 to 0.14.5 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.9 to 0.14.5. - [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.6.9...0.14.5) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7bec9d4..7c70054 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "pytest==8.3.3", - "ruff==0.6.9", + "ruff==0.14.8", "black==24.8.0", ] diff --git a/requirements.txt b/requirements.txt index 20c0854..bf30e62 100644 --- a/requirements.txt +++ b/requirements.txt @@ -47,7 +47,7 @@ click==8.3.0 # Development and Testing (optional) pytest==8.3.3 black==24.8.0 -ruff==0.6.9 +ruff==0.14.8 # Additional Dependencies openai==2.2.0