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'