From 7be7db9e50f76ce9cbd08d0e48332360db49bd12 Mon Sep 17 00:00:00 2001 From: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com> Date: Mon, 28 Mar 2022 14:46:04 -0400 Subject: [PATCH] Remove jinja2, no longer used (#7452) --- infra/ci/requirements.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/infra/ci/requirements.txt b/infra/ci/requirements.txt index 0455f5f28..f24000f29 100644 --- a/infra/ci/requirements.txt +++ b/infra/ci/requirements.txt @@ -5,6 +5,4 @@ pylint==2.5.3 pytest==6.2.1 pytest-xdist==2.5.0 PyYAML==6.0 -yapf==0.32.0 -# Needed for cifuzz tests. -Jinja2==3.0.3 +yapf==0.32.0 \ No newline at end of file