From 21fe62957d601b792bc72d5ada9c601aff44d9eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 10:56:56 +0000 Subject: [PATCH] Update dependency boltons to v25 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 532bb073..b6b7e1d5 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,<24.2", + "boltons>=25,<26", "GitPython<4", "isort>=5.12,<6.1", "libcst>=1.6,<1.7",