diff --git a/projects/hatch_polylith_bricks/poetry.lock b/projects/hatch_polylith_bricks/poetry.lock index d2119e67..e9926e34 100644 --- a/projects/hatch_polylith_bricks/poetry.lock +++ b/projects/hatch_polylith_bricks/poetry.lock @@ -78,6 +78,17 @@ files = [ {file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"}, ] +[[package]] +name = "tomlkit" +version = "0.11.8" +description = "Style preserving TOML library" +optional = false +python-versions = ">=3.7" +files = [ + {file = "tomlkit-0.11.8-py3-none-any.whl", hash = "sha256:8c726c4c202bdb148667835f68d68780b9a003a9ec34167b6c673b38eff2a171"}, + {file = "tomlkit-0.11.8.tar.gz", hash = "sha256:9330fc7faa1db67b541b28e62018c17d20be733177d290a13b24c62d1614e0c3"}, +] + [[package]] name = "trove-classifiers" version = "2024.1.8" @@ -92,4 +103,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "27ab6a70560989a8ab2926bac614a4cfab206dfe7c1a61f167b44d5dbe3368be" +content-hash = "61ff7a63aa1cdfe6013883c24b99315fcea1a06175fa46214c2437fc0b3bd7e4" diff --git a/projects/hatch_polylith_bricks/pyproject.toml b/projects/hatch_polylith_bricks/pyproject.toml index 948e0fe2..ec878d79 100644 --- a/projects/hatch_polylith_bricks/pyproject.toml +++ b/projects/hatch_polylith_bricks/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hatch-polylith-bricks" -version = "0.0.2" +version = "0.0.3" description = "Hatch build hook plugin for Polylith" authors = ['David Vujic'] homepage = "https://davidvujic.github.io/python-polylith-docs/" @@ -23,6 +23,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.9" hatchling = "^1.21.0" +tomlkit = "^0.11.5" [tool.poetry.plugins.hatch] polylith-bricks = "hatch_polylith_bricks.polylith.hatch_hooks.hooks"