Skip to content

Commit c626ef9

Browse files
Update boltons requirement from <24.2,>=21.0 to >=21.0,<25.1 (#987)
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](mahmoud/boltons@21.0.0...25.0.0) --- updated-dependencies: - dependency-name: boltons dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e94166f commit c626ef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ readme = "README.md"
1111
license = {file = "LICENSE"}
1212
description = "A pluggable framework for building codemods in Python"
1313
dependencies = [
14-
"boltons>=21.0,<24.2",
14+
"boltons>=21.0,<25.1",
1515
"GitPython<4",
1616
"isort>=5.12,<6.1",
1717
"libcst>=1.6,<1.7",

0 commit comments

Comments
 (0)