Skip to content

Commit 9bd4fb5

Browse files
authored
Update libcst dependency to 1.5 (#85)
To enable python-3.13 support, see #84
1 parent 6bfffd9 commit 9bd4fb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ dynamic = ["version"]
1616
dependencies = [
1717
"flake8>=3.8.2",
1818
"PyYAML",
19-
"libcst>=1.1.0,<1.2.0"
19+
"libcst>=1.5.0,<1.6.0"
2020
]
2121

2222
[project.optional-dependencies]
2323
dev = [
2424
"flake8==6.0.0",
2525
"pytest==7.2.0",
26-
"libcst==1.1.0",
26+
"libcst==1.5.0",
2727
"types-PyYAML==6.0.7",
2828
"mypy==1.7.0",
2929
"black==24.4.0",

0 commit comments

Comments
 (0)