From 8be0b70b8440b63ede4bd9dfc04e12eb38b5e42d Mon Sep 17 00:00:00 2001 From: "agibot-world[bot]" <246073236+agibot-world[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 02:01:40 +0000 Subject: [PATCH] build(deps): update dependency ruff to v0.15.13 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2ee26d5..d0b3f1e 100644 --- a/Makefile +++ b/Makefile @@ -73,7 +73,7 @@ prerequisites: pipx list --short | grep -q "pipenv 2026.0.3" || pipx install --force pipenv==2026.0.3 pipx list --short | grep -q "pre-commit 4.5.1" || pipx install --force pre-commit==4.5.1 pipx list --short | grep -q "pyproject-fmt 2.11.1" || pipx install --force pyproject-fmt==2.11.1 - pipx list --short | grep -q "ruff 0.15.6" || pipx install --force ruff==0.15.6 + pipx list --short | grep -q "ruff 0.15.13" || pipx install --force ruff==0.15.13 pipx list --short | grep -q "watchfiles 1.1.1" || pipx install --force watchfiles==1.1.1 pipx list --short | grep -q "twine 6.2.0" || pipx install --force twine==6.2.0