diff --git a/app-frame/poetry.lock b/app-frame/poetry.lock index 8816256..34e10eb 100644 --- a/app-frame/poetry.lock +++ b/app-frame/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "click" @@ -92,6 +92,17 @@ files = [ {file = "mdurl-0.1.2.tar.gz", hash = "sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba"}, ] +[[package]] +name = "packaging" +version = "23.2" +description = "Core utilities for Python packages" +optional = false +python-versions = ">=3.7" +files = [ + {file = "packaging-23.2-py3-none-any.whl", hash = "sha256:8c491190033a9af7e1d931d0b5dacc2ef47509b34dd0de67ed209b5203fc88c7"}, + {file = "packaging-23.2.tar.gz", hash = "sha256:048fb0e9405036518eaaf48a55953c750c11e1a1b68e0dd1a9d62ed0c092cfc5"}, +] + [[package]] name = "pydantic" version = "1.10.7" @@ -236,4 +247,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "48ab9ab958c58f9851147b92ae4465052bc1638d306576e2e566509bcf87340c" +content-hash = "68dff18a8f9d0263c9e26d1358cf91fd42eee6d0b22478ae46f95e9836a09606" diff --git a/app-frame/pyproject.toml b/app-frame/pyproject.toml index 959db23..4aa30d7 100644 --- a/app-frame/pyproject.toml +++ b/app-frame/pyproject.toml @@ -15,6 +15,7 @@ python-dotenv = "^1.0.0" toposort = "^1.5" rich = "^13" typer = "^0.9.0" +packaging = "^23.2" [tool.poetry.dev-dependencies]