From cc840cb84705fa54cf5e888198e27949792118b9 Mon Sep 17 00:00:00 2001 From: Chris Green Date: Fri, 31 May 2024 12:58:50 -0500 Subject: [PATCH] Revert to a version of `mypy` supported by Python 3.7 for workflows --- .github/workflows/style/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/style/requirements.txt b/.github/workflows/style/requirements.txt index 08ebcade4f7a49..4e0b152b746e95 100644 --- a/.github/workflows/style/requirements.txt +++ b/.github/workflows/style/requirements.txt @@ -2,6 +2,6 @@ black==24.4.2 clingo==5.7.1 flake8==7.0.0 isort==5.13.2 -mypy==1.10.0 +mypy==1.8.0 types-six==1.16.21.20240513 vermin==1.6.0