From 1b54bf29dbe9ab7d16dd2d4600ed8221c50e2e84 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 10:00:53 +0000 Subject: [PATCH] Update dependency boltons to v26 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f6dd8cc1..e53b5159 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ readme = "README.md" license = {file = "LICENSE"} description = "A pluggable framework for building codemods in Python" dependencies = [ - "boltons>=21.0,<25.1", + "boltons>=26,<27", "GitPython<4", "isort>=6.1,<7", "libcst>=1.8,<1.9",