Skip to content

Commit 418366b

Browse files
Update dependency boltons to v25
1 parent 0fac541 commit 418366b

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>=25,<26",
1515
"GitPython<4",
1616
"isort>=5.12,<6.1",
1717
"libcst>=1.6,<1.7",

0 commit comments

Comments
 (0)