diff --git a/poetry.lock b/poetry.lock index d1aed743..e910bc2c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1009,14 +1009,14 @@ trio = ["async_generator", "trio"] [[package]] name = "jinja2" -version = "3.1.4" +version = "3.1.5" description = "A very fast and expressive template engine." category = "main" -optional = true +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] @@ -1201,7 +1201,7 @@ name = "MarkupSafe" version = "2.1.1" description = "Safely add untrusted strings to HTML/XML markup." category = "main" -optional = true +optional = false python-versions = ">=3.7" files = [ {file = "MarkupSafe-2.1.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:86b1f75c4e7c2ac2ccdaec2b9022845dbb81880ca318bb7a0a01fbf7813e3812"}, @@ -3033,4 +3033,4 @@ publish = ["google-api-python-client", "google-auth-httplib2", "google-auth-oaut [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.12" -content-hash = "650c6f5931a2e7da2fef6bb6d92af58e033d37c7501a3fefa6223b85c32bd6b5" +content-hash = "b685c1aca52777e5e1d6420a30b3d5890c6d184e59f46dc6ee60563eb359c6a1" diff --git a/pyproject.toml b/pyproject.toml index 0a244aa6..635b4058 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -114,6 +114,7 @@ Pygments = { version = "2.15.1", optional = true } urllib3 = { version = "1.26.20", optional = true } idna = { version = "3.7", optional = true } virtualenv = { version = "20.26.6", optional = true } +jinja2 = "3.1.5" [tool.poetry.extras] audit = ["pipenv"]