diff --git a/poetry.lock b/poetry.lock index 457650c..4cf8ce7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "alabaster" @@ -1403,4 +1403,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=2.7.18,<3.0 || >=3.7,<4.0" -content-hash = "5867ee7519aea7c4e6e247a51cdce49ae5f749e5155be2aa79e8720d3a9e2ff7" +content-hash = "0251e5d14069a87790aaf19fabfe7c1e5abb7666d448a11abfa5921732aa16a5" diff --git a/pyproject.toml b/pyproject.toml index 6b0cc42..3af6112 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,6 +58,7 @@ wheel = { version = "==0.37.1", python = "^3.12" } ruff = { version = "^0.5.4", python = "^3.12" } sphinx = { version = '7.4.7', python = "^3.12" } sphinx_rtd_theme = { version = '^2.0.0', python = "^3.12" } +toml = "^0.10.2" [[tool.poetry.source]] name = "pypi"