From d0085dcc44a11ac9d9abfeb8ec848628036e512c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 16:09:15 +0000 Subject: [PATCH] Bump jinja2 from 3.1.1 to 3.1.3 in /src/lamplib Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.1 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.1.1...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/lamplib/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lamplib/requirements.txt b/src/lamplib/requirements.txt index 399ae5fde..52c489b4e 100644 --- a/src/lamplib/requirements.txt +++ b/src/lamplib/requirements.txt @@ -18,4 +18,4 @@ numpy==1.23.5 numexpr==2.8.4 -jinja2==3.1.1 \ No newline at end of file +jinja2==3.1.3 \ No newline at end of file