From f13651e290792c644b968c9d158d3864c712348c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 09:34:41 +0000 Subject: [PATCH] build(deps-dev): bump ruff in /packages/axm-init in the axm-init group Bumps the axm-init group in /packages/axm-init 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-init ... Signed-off-by: dependabot[bot] --- packages/axm-init/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/axm-init/pyproject.toml b/packages/axm-init/pyproject.toml index 0bde8066..1a40eb29 100644 --- a/packages/axm-init/pyproject.toml +++ b/packages/axm-init/pyproject.toml @@ -83,7 +83,7 @@ dev = [ "pytest-cov>=7.1.0", "pytest-mock>=3.15.1", "radon>=6.0.1", - "ruff==0.16.4", + "ruff==0.16.5", "types-PyYAML>=6.0", ] docs = [