From 60441241fa4ecf135aec9fdeb0c7d56771abf8bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 09:34:24 +0000 Subject: [PATCH] build(deps-dev): bump ruff in /packages/axm in the axm group Bumps the axm group in /packages/axm 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 ... Signed-off-by: dependabot[bot] --- packages/axm/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/axm/pyproject.toml b/packages/axm/pyproject.toml index 73ad43c3..055ffa77 100644 --- a/packages/axm/pyproject.toml +++ b/packages/axm/pyproject.toml @@ -64,7 +64,7 @@ dev = [ "pytest>=9.0.3", "pytest-cov>=7.1.0", "pytest-mock>=3.15.1", - "ruff==0.16.4", + "ruff==0.16.5", "mypy>=1.20.0", "prek>=0.4.9", ]