diff --git a/.generator/poetry.lock b/.generator/poetry.lock index 69c3608bbb..4630801169 100644 --- a/.generator/poetry.lock +++ b/.generator/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 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 = "click" @@ -63,13 +63,13 @@ files = [ [[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] @@ -433,4 +433,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "08996c741397e50cfbb0854d32f3edce67aa552ecc9896f3349a825df9906442" +content-hash = "2059f2d81246a5e7333739687726285b690cf044eaaf7a2d97dd19d432377029" diff --git a/.generator/pyproject.toml b/.generator/pyproject.toml index 2cf719897d..651fdea29a 100644 --- a/.generator/pyproject.toml +++ b/.generator/pyproject.toml @@ -10,7 +10,7 @@ python = "^3.10" click = "^8.1.4" PyYAML = "^6.0" jsonref = "^1.1.0" -jinja2 = "^3.1.3" +jinja2 = "^3.1.5" pytest = "^7.4.0" pytest-bdd = "^6.1.1" python-dateutil = "^2.8.2"