From 03c3ae74f17e79f95b5c15e3c151c41d991d25f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 09:34:33 +0000 Subject: [PATCH] build(deps-dev): bump ruff in /packages/axm-echo in the axm-echo group Bumps the axm-echo group in /packages/axm-echo with 1 update: [ruff](https://github.com/astral-sh/ruff). Updates `ruff` from 0.16.4 to 0.16.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.16.4...0.16.5) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: axm-echo ... Signed-off-by: dependabot[bot] --- packages/axm-echo/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/axm-echo/pyproject.toml b/packages/axm-echo/pyproject.toml index 34ee8249..ef4d1d33 100644 --- a/packages/axm-echo/pyproject.toml +++ b/packages/axm-echo/pyproject.toml @@ -64,7 +64,7 @@ dev = [ "pytest>=9.1.1", "pytest-cov>=7.1.0", "pytest-mock>=3.15.1", - "ruff==0.16.4", + "ruff==0.16.5", "mypy>=2.2.0", "prek>=0.4.9", ]