From b205ce064bbd3088730762b4fecad13fb1c6e50c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 11:55:23 +0000 Subject: [PATCH] Update dependency boltons to v24 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 457fe40a..f9b014e2 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.0", + "boltons~=24.1.0", "GitPython<4", "isort>=5.12,<5.14", "libcst>=1.1,<1.6",