From 62b15308c3db94204a4e8ae4a64d72e0aa1e78ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 12:15:36 +0000 Subject: [PATCH] deps(dev): bump ruff Bumps the patch-and-minor group with 1 update in the /apps/orchestrator directory: [ruff](https://github.com/astral-sh/ruff). Updates `ruff` from 0.16.0 to 0.16.3 - [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.16.0...0.16.3) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-and-minor ... Signed-off-by: dependabot[bot] --- apps/orchestrator/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/orchestrator/pyproject.toml b/apps/orchestrator/pyproject.toml index 0556f94..b1cf672 100644 --- a/apps/orchestrator/pyproject.toml +++ b/apps/orchestrator/pyproject.toml @@ -47,7 +47,7 @@ dependencies = [ # so a linter release could turn a green branch red with no change to this repo. # It did: 0.16.0 widened the default rule set and CI reported 132 errors against # code that passed locally on 0.15.x. Bump this deliberately, not by accident. -dev = ["pytest>=8.0", "pytest-asyncio>=0.24", "pytest-cov>=6.0", "ruff==0.16.0"] +dev = ["pytest>=8.0", "pytest-asyncio>=0.24", "pytest-cov>=6.0", "ruff==0.16.3"] [project.urls] Homepage = "https://agentmetry.ai"