Skip to content

Commit 5efebc3

Browse files
committed
fix: prefer pinned tomlkit dep
1 parent 4fea9d3 commit 5efebc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kernels/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies = [
1616
"packaging>=20.0",
1717
"pyyaml>=6",
1818
"tomli>=2.0; python_version<'3.11'",
19-
"tomlkit>=0.14.0",
19+
"tomlkit==0.13.3",
2020
]
2121

2222
[build-system]

0 commit comments

Comments
 (0)