diff --git a/poetry.lock b/poetry.lock index 04143dd..0e964ca 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "anyio" @@ -734,13 +734,13 @@ colors = ["colorama (>=0.4.6)"] [[package]] name = "jinja2" -version = "3.1.4" +version = "3.1.5" description = "A very fast and expressive template engine." optional = false python-versions = ">=3.7" files = [ - {file = "jinja2-3.1.4-py3-none-any.whl", hash = "sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d"}, - {file = "jinja2-3.1.4.tar.gz", hash = "sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369"}, + {file = "jinja2-3.1.5-py3-none-any.whl", hash = "sha256:aba0f4dc9ed8013c424088f68a5c226f7d6097ed89b246d7749c2ec4175c6adb"}, + {file = "jinja2-3.1.5.tar.gz", hash = "sha256:8fefff8dc3034e27bb80d67c671eb8a9bc424c0ef4c0826edbff304cceff43bb"}, ] [package.dependencies] @@ -1275,23 +1275,6 @@ files = [ {file = "pyyaml-6.0.2.tar.gz", hash = "sha256:d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e"}, ] -[[package]] -name = "pyyaml-include" -version = "1.4.1" -description = "Extending PyYAML with a custom constructor for including YAML files within YAML files" -optional = false -python-versions = ">=3.6" -files = [ - {file = "pyyaml-include-1.4.1.tar.gz", hash = "sha256:1a96e33a99a3e56235f5221273832464025f02ff3d8539309a3bf00dec624471"}, - {file = "pyyaml_include-1.4.1-py3-none-any.whl", hash = "sha256:323c7f3a19c82fbc4d73abbaab7ef4f793e146a13383866831631b26ccc7fb00"}, -] - -[package.dependencies] -PyYAML = ">=6.0,<7.0" - -[package.extras] -toml = ["toml"] - [[package]] name = "rtyaml" version = "1.0.0" @@ -1473,4 +1456,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "c7aae94528fddddaea2fcf85a9939b60e1830d63a00012865df235f1fe6c9e0d" +content-hash = "ae590006cb2e4450eab8e818e9ea8d1d1e97a96649bc882462b4836a5546926c" diff --git a/pyproject.toml b/pyproject.toml index c090200..9477bc5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ packages = [ python = "^3.10" click = "^8.1.6" pyyaml = "^6.0.1" -jinja2 = "^3.1.2" +jinja2 = "^3.1.5" md-toc = "^9.0.0" rtyaml = "^1.0.0" pydantic = "^1.10.12"