From 29437a61c2f1f0e7b65e2c76c83e3f946edbed97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 05:45:46 +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:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9656539f..1303c2d8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -898,13 +898,13 @@ tpu = ["jaxlib (==0.4.13)", "libtpu-nightly (==0.1.dev20230622)"] [[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] @@ -2694,4 +2694,4 @@ ml = ["keras", "scikit-learn", "scikit-learn", "tensorflow", "tensorflow", "tens [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<3.12" -content-hash = "efb4ab3e2d95a408fddee23110fb7bba1faece5457b9538b6da1bb8bfb388d1e" +content-hash = "16944cc20f4543a852b0fc0d0c18b0e1934caddb3062d6aaf77a7f9ca418bfa7" diff --git a/pyproject.toml b/pyproject.toml index b97fcdbf..48f46385 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ cachetools = "5.3.0" croniter = "1.3.7" dill = "0.3.6" ics = "0.6" -Jinja2 = "3.0.3" +Jinja2 = "3.1.3" keras = {version = "2.12.0", optional = true} nltk = "3.8.1" numpy = "1.23.5"