Skip to content

Commit de2e785

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

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

0 commit comments

Comments
 (0)