From 5b950665fbb1fa810752f38f7ae0a5be6dbdee38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 09:53:35 +0000 Subject: [PATCH] chore(deps): bump jinja2 from 3.1.2 to 3.1.4 Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 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.2...3.1.4) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6d26a9c..2a24573 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1059,13 +1059,13 @@ files = [ [[package]] name = "jinja2" -version = "3.1.2" +version = "3.1.4" description = "A very fast and expressive template engine." optional = false python-versions = ">=3.7" files = [ - {file = "Jinja2-3.1.2-py3-none-any.whl", hash = "sha256:6088930bfe239f0e6710546ab9c19c9ef35e29792895fed6e6e31a023a182a61"}, - {file = "Jinja2-3.1.2.tar.gz", hash = "sha256:31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852"}, + {file = "jinja2-3.1.4-py3-none-any.whl", hash = "sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d"}, + {file = "jinja2-3.1.4.tar.gz", hash = "sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369"}, ] [package.dependencies] @@ -3363,4 +3363,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "a49719ce8f9fa5c4147c84d8b27f960463193a7fc0f6a2f04839c45577fefc71" +content-hash = "2801c67ffda6480123432090b0255d893968faa0aff5333b1fe39fed554ab36f" diff --git a/pyproject.toml b/pyproject.toml index af32a2e..688a6aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ future = "^0.18.2" gym = "^0.26.2" h5py = "^3.8.0" imutils = "^0.5.4" -jinja2 = "^3.1.2" +jinja2 = "^3.1.4" keras = "^2.12.0" loguru = ">=0.6.0,<0.7.0" more-itertools = "^9.1.0"