Skip to content

Commit eae284b

Browse files
Update boltons requirement from ~=21.0.0 to >=21.0,<24.2 (#931)
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...24.1.0) --- updated-dependencies: - dependency-name: boltons dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 48734f7 commit eae284b

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.0",
14+
"boltons>=21.0,<24.2",
1515
"GitPython<4",
1616
"isort>=5.12,<5.14",
1717
"libcst>=1.1,<1.6",

0 commit comments

Comments
 (0)