From 321e40c246800d80845a0ed77d50b41ffb54286a Mon Sep 17 00:00:00 2001 From: Thomas Lively <7121787+tlively@users.noreply.github.com> Date: Mon, 21 Mar 2022 14:36:09 -0700 Subject: Update filecheck to 0.0.22 (#4537) This update includes a [fix](https://github.com/mull-project/FileCheck.py/pull/188) to how the filecheck Python package matches whitespace to more closely match the behavior of upstream filecheck in LLVM. We have one test affected by this change, so all users who run the test suite will have to update their installed filecheck. This can be done via ``` pip3 install -r requirements-dev.txt ``` --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'requirements-dev.txt') diff --git a/requirements-dev.txt b/requirements-dev.txt index 6e0d367c2..8bffeb2a9 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,5 +4,5 @@ # Install with `pip3 install -r requirements-dev.txt` flake8==3.7.8 -filecheck==0.0.17 +filecheck==0.0.22 lit==0.11.0.post1 -- cgit v1.2.3