From ad66c9e085912b601d87eac49209c86ce2dcff6b Mon Sep 17 00:00:00 2001 From: Hasan Ramezani Date: Mon, 21 Aug 2023 15:12:35 +0200 Subject: [PATCH] Update mypy 1.5.0 to 1.5.1 in CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed5f37efc17..6239a3860c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -180,7 +180,7 @@ jobs: matrix: # test recent mypy versions on 3.10 and mypy 1.0.1 on all supported python versions # if you change the value in the lockfile add the old value to this list - mypy-version: ['1.0.1', 'lockfile', '1.2.0', '1.4.1', '1.5.0'] + mypy-version: ['1.0.1', 'lockfile', '1.2.0', '1.4.1', '1.5.1'] python-version: ['3.10'] include: - mypy-version: 'lockfile'