Skip to content

Commit bc8d45b

Browse files
authored
[TorchFix] Update to LibCST 1.1.0 (#4712)
1 parent 9d6f47f commit bc8d45b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "TorchFix"
33
dynamic = ["version"]
4-
dependencies = ["flake8>=3.8.2", "PyYAML", "libcst>=1.0.1,<1.1.0"]
4+
dependencies = ["flake8>=3.8.2", "PyYAML", "libcst>=1.1.0,<1.2.0"]
55

66
[project.scripts]
77
torchfix = "torchfix.__main__:main"

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
flake8==6.0.0
22
pytest==7.2.0
3-
libcst==1.0.1
3+
libcst==1.1.0
44
types-PyYAML==6.0.7
55
mypy==1.4.1

0 commit comments

Comments
 (0)