From 0e696fc33c0eb9835630422df1fa2f983d20828d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 10:43:19 +0000 Subject: [PATCH] chore(deps):(deps-dev): bump ruff in /apps/jane-orchestrator Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.4 to 0.14.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/v0.3.4...0.14.6) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.6 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/jane-orchestrator/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/jane-orchestrator/pyproject.toml b/apps/jane-orchestrator/pyproject.toml index 5ce6ffe56..7d3a02473 100644 --- a/apps/jane-orchestrator/pyproject.toml +++ b/apps/jane-orchestrator/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "black==24.3.0", - "ruff==0.3.4", + "ruff==0.14.6", "mypy==1.9.0", "pytest==8.1.1", "pytest-cov==5.0.0",