From dbabf35f268ae1337f2e2fce18d6c81f97c9e91f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 05:52:57 +0000 Subject: [PATCH] Update boltons requirement from ~=21.0.0 to >=21.0,<24.2 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...24.1.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 9a813423..690238c8 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>=21.0,<24.2", "GitPython<4", "isort>=5.12,<5.14", "libcst>=1.1,<1.6",