From 0b9d0245fe77e5aa4fafbe41b353527f7a748b28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Stolarczuk?= Date: Tue, 25 Mar 2025 14:17:39 +0100 Subject: [PATCH] [CI][UR] Bump jinja2 version to 3.1.6 and remove old bench requirements file - it's now in devops/scripts/benchmarks ref. GHSA-cpwx-vrp4-4pq7 --- .../third_party/benchmark_requirements.txt | 44 ------------------- unified-runtime/third_party/requirements.txt | 2 +- 2 files changed, 1 insertion(+), 45 deletions(-) delete mode 100644 unified-runtime/third_party/benchmark_requirements.txt diff --git a/unified-runtime/third_party/benchmark_requirements.txt b/unified-runtime/third_party/benchmark_requirements.txt deleted file mode 100644 index 0df355c4bea60..0000000000000 --- a/unified-runtime/third_party/benchmark_requirements.txt +++ /dev/null @@ -1,44 +0,0 @@ -six==1.16.0 -matplotlib==3.9.2 -mpld3==0.5.10 -alabaster==0.7.12 -Babel==2.14.0 -bandit==1.6.2 -beautifulsoup4==4.11.1 -breathe==4.33.1 -bs4==0.0.1 -certifi==2024.07.04 -chardet==3.0.4 -clang-format==15.0.7 -colorama==0.4.1 -docutils==0.15.2 -exhale==0.3.0 -idna==3.7 -imagesize==1.1.0 -Jinja2==3.1.4 -lxml==4.9.3 -Mako==1.3.0 -MarkupSafe==2.1.5 -packaging==24.1 -Pygments==2.17.2 -pyparsing==2.4.5 -pytest>=7.0 -pytz==2019.3 -PyYAML==6.0.1 -requests==2.32.2 -rst2pdf==0.102 -snowballstemmer==2.0.0 -soupsieve==1.9.5 -Sphinx==4.5.0 -sphinx-book-theme==0.3.3 -sphinxcontrib-applehelp==1.0.2 -sphinxcontrib-devhelp==1.0.2 -sphinxcontrib-htmlhelp==2.0.0 -sphinxcontrib-jsmath==1.0.1 -sphinxcontrib-qthelp==1.0.3 -sphinxcontrib-serializinghtml==1.1.5 -sphinxcontrib-websupport==1.2.4 -sphinx-rtd-theme==1.0.0 -urllib3==2.2.2 -dataclasses-json==0.6.7 -PyYAML==6.0.1 diff --git a/unified-runtime/third_party/requirements.txt b/unified-runtime/third_party/requirements.txt index 86292c932b6db..f4ce72724508b 100644 --- a/unified-runtime/third_party/requirements.txt +++ b/unified-runtime/third_party/requirements.txt @@ -12,7 +12,7 @@ docutils==0.15.2 exhale==0.3.0 idna==3.7 imagesize==1.1.0 -Jinja2==3.1.4 +Jinja2==3.1.6 lxml==4.9.3 Mako==1.3.0 MarkupSafe==2.1.5