From f51d3fc9cd6a3e92f60be2d21e1a269440b11cfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 10:15:23 +0000 Subject: [PATCH] build(deps): bump jinja2 from 3.1.3 to 3.1.4 (#140) Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. - [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.1.3...3.1.4) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index ff6eb93..eebd50a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -246,13 +246,13 @@ colors = ["colorama (>=0.4.6)"] [[package]] name = "jinja2" -version = "3.1.3" +version = "3.1.4" description = "A very fast and expressive template engine." optional = false python-versions = ">=3.7" files = [ - {file = "Jinja2-3.1.3-py3-none-any.whl", hash = "sha256:7d6d50dd97d52cbc355597bd845fabfbac3f551e1f99619e39a35ce8c370b5fa"}, - {file = "Jinja2-3.1.3.tar.gz", hash = "sha256:ac8bd6544d4bb2c9792bf3a159e80bba8fda7f07e81bc3aed565432d5925ba90"}, + {file = "jinja2-3.1.4-py3-none-any.whl", hash = "sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d"}, + {file = "jinja2-3.1.4.tar.gz", hash = "sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369"}, ] [package.dependencies] @@ -816,4 +816,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.8.0,<4.0" -content-hash = "e9b53959485b327360bcf514510c26040a0dc0f27d20fab5e1a56a54fe25cb7a" +content-hash = "827d543aaead968d115d6d40755cce85ea26113bbb0d57fe11be447415077c12" diff --git a/pyproject.toml b/pyproject.toml index ab0912a..77c06b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry.dependencies] python = ">=3.8.0,<4.0" passlib = "^1.7.4" -Jinja2 = "^3.1.3" +Jinja2 = "^3.1.4" PyYAML = "^6.0" [tool.poetry.group.dev.dependencies]