Skip to content

Commit 4802dca

Browse files
Update dependency boltons to v24
1 parent 7e5a741 commit 4802dca

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~=24.1.0",
1515
"GitPython<4",
1616
"isort>=5.12,<5.14",
1717
"libcst>=1.1,<1.6",

0 commit comments

Comments
 (0)