diff --git a/poetry.lock b/poetry.lock index 2e3f560..834b8de 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1054,6 +1054,7 @@ description = "A super-fast templating language that borrows the best ideas from optional = false python-versions = ">=3.8" groups = ["codegen"] +markers = "python_version < \"3.11\"" files = [ {file = "mako-1.3.12-py3-none-any.whl", hash = "sha256:8f61569480282dbf557145ce441e4ba888be453c30989f879f0d652e39f53ea9"}, {file = "mako-1.3.12.tar.gz", hash = "sha256:9f778e93289bd410bb35daadeb4fc66d95a746f0b75777b942088b7fd7af550a"}, @@ -1067,6 +1068,27 @@ babel = ["Babel"] lingua = ["lingua"] testing = ["pytest"] +[[package]] +name = "mako" +version = "1.4.1" +description = "A super-fast templating language that borrows the best ideas from the existing templating languages." +optional = false +python-versions = ">=3.10" +groups = ["codegen"] +markers = "python_version >= \"3.11\"" +files = [ + {file = "mako-1.4.1-py3-none-any.whl", hash = "sha256:a359d9a94a541213958742b2698d0a7757bb83551767bc468a74b9905aba9617"}, + {file = "mako-1.4.1.tar.gz", hash = "sha256:d7904710b662996425a21627710c4777c45053146942cf8a7aebf757c92b8c27"}, +] + +[package.dependencies] +MarkupSafe = ">=2.0" + +[package.extras] +babel = ["Babel"] +lingua = ["lingua (>=4.16)"] +testing = ["pytest"] + [[package]] name = "markdown-it-py" version = "3.0.0"