From cc9dec8892f476cf7fd3ff4a79de71245c96f326 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 09:34:34 +0000 Subject: [PATCH] build(deps-dev): bump ruff Bumps the axm-config group in /packages/axm-config 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-config ... Signed-off-by: dependabot[bot] --- packages/axm-config/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/axm-config/pyproject.toml b/packages/axm-config/pyproject.toml index 9c23771a..142e5218 100644 --- a/packages/axm-config/pyproject.toml +++ b/packages/axm-config/pyproject.toml @@ -62,7 +62,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", ]