From 6018f030eb5f6f6aa71967175d0025efe49053f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 04:29:42 +0000 Subject: [PATCH] deps(dev): bump ruff in /apps/orchestrator in the patch-and-minor group Bumps the patch-and-minor group in /apps/orchestrator with 1 update: [ruff](https://github.com/astral-sh/ruff). Updates `ruff` from 0.16.3 to 0.16.4 - [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.3...0.16.4) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.4 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 b1cf672..b1a391c 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.3"] +dev = ["pytest>=8.0", "pytest-asyncio>=0.24", "pytest-cov>=6.0", "ruff==0.16.4"] [project.urls] Homepage = "https://agentmetry.ai"