Skip to content

Commit d9cf87a

Browse files
committed
fix(dependencies): update tomlkit version to >=0.8.0,<1.0.0
1 parent b8f9bf6 commit d9cf87a

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
@@ -16,7 +16,7 @@ dependencies = [
1616
"colorama (>=0.4.1,<1.0)",
1717
"termcolor (>=1.1.0,<4.0.0)",
1818
"packaging>=19",
19-
"tomlkit (>=0.5.3,<1.0.0)",
19+
"tomlkit (>=0.8.0,<1.0.0)",
2020
"jinja2>=2.10.3",
2121
"pyyaml>=3.08",
2222
"argcomplete >=1.12.1,<3.7",

0 commit comments

Comments
 (0)