From c2ad539b007724af7f96989ac08bb024ca4df966 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 14:09:58 -0700 Subject: [PATCH] infra: bump jinja2 from 3.1.4 to 3.1.5 (#658) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 77655a88..f845f3c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ cvxpy==1.6.0 ipykernel==6.29.5 jax==0.4.29 # Jax 0.4.31 requires Python >=3.10 and 0.4.3 breaks openfermion https://github.com/quantumlib/OpenFermion/issues/893 jaxlib==0.4.29 # Jaxlib 0.4.31 requires Python >=3.10 -jinja2==3.1.4 +jinja2==3.1.5 markupsafe==3.0.2 matplotlib==3.9.3 mistune==3.0.2 # pin until https://github.com/lepture/mistune/issues/403 is resolved