diff --git a/poetry.lock b/poetry.lock index 0e97821..0f9b6c6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3531,4 +3531,4 @@ yaml = ["PyYAML"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "6f4235453a1406fdf3424993058da0bb3041c9b6c75199372b33bc01b771f499" +content-hash = "e9332cb177b5fd0894e64a83dc4270a3ad6e2323f991cbdedd23f1e34b8d0459" diff --git a/pyproject.toml b/pyproject.toml index e81e63c..2be116d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,6 +43,7 @@ jupyter = "^1.0.0" watermark = "^2.3.1" gitchangelog = "^3.0.4" black = "^24.8.0" +tomli = "2.0.1" [build-system] requires = ["poetry-core>=1.0.0"]