diff --git a/pyproject.toml b/pyproject.toml index 532bb073..b6b7e1d5 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,<24.2", + "boltons>=25,<26", "GitPython<4", "isort>=5.12,<6.1", "libcst>=1.6,<1.7",