From dca08d6e5b1afd8bb72d82cb7f1c72e39d297145 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 19:05:23 +0000 Subject: [PATCH] Bump jinja2 from 3.0.3 to 3.1.3 Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.3 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.0.3...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 007aa7a4..81c3d382 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.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 = "appdirs" @@ -539,13 +539,13 @@ requirements-deprecated-finder = ["pip-api", "pipreqs"] [[package]] name = "jinja2" -version = "3.0.3" +version = "3.1.3" description = "A very fast and expressive template engine." optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" files = [ - {file = "Jinja2-3.0.3-py3-none-any.whl", hash = "sha256:077ce6014f7b40d03b47d1f1ca4b0fc8328a692bd284016f806ed0eaca390ad8"}, - {file = "Jinja2-3.0.3.tar.gz", hash = "sha256:611bb273cd68f3b993fabdc4064fc858c5b47a973cb5aa7999ec1ba405c87cd7"}, + {file = "Jinja2-3.1.3-py3-none-any.whl", hash = "sha256:7d6d50dd97d52cbc355597bd845fabfbac3f551e1f99619e39a35ce8c370b5fa"}, + {file = "Jinja2-3.1.3.tar.gz", hash = "sha256:ac8bd6544d4bb2c9792bf3a159e80bba8fda7f07e81bc3aed565432d5925ba90"}, ] [package.dependencies] @@ -1598,4 +1598,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "3814fb2f4805305a5f5c47cb2222890922dd49f499c016562c633b9bfed5dfaf" +content-hash = "00c0542f260b57a15ef1b5748195b5a6904402c50865bb421a8bb4198ef0ee20" diff --git a/pyproject.toml b/pyproject.toml index 4a5f0307..efa7b02b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ mkdocs-material = "^8.1.3" PyYAML = "^6.0" types-PyYAML = "^6.0.1" mkdocstrings = {extras = ["python"], version = "^0.19.0"} -Jinja2 = "3.0.3" +Jinja2 = "3.1.3" mkdocs-awesome-pages-plugin = "^2.8.0" hypothesis = "^6.68.2" pygithub = "^1.58.1"