From e983b0e0b2801e0c16fee9efd23fd9ca0afedfeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 05:48:43 +0000 Subject: [PATCH] Update boltons requirement from <24.2,>=21.0 to >=21.0,<25.1 Updates the requirements on [boltons](https://github.com/mahmoud/boltons) to permit the latest version. - [Release notes](https://github.com/mahmoud/boltons/releases) - [Changelog](https://github.com/mahmoud/boltons/blob/master/CHANGELOG.md) - [Commits](https://github.com/mahmoud/boltons/compare/21.0.0...25.0.0) --- updated-dependencies: - dependency-name: boltons dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e40dee92..c4fad1ef 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>=21.0,<25.1", "GitPython<4", "isort>=5.12,<6.1", "libcst>=1.6,<1.7",