From 616c6cd78fa4cea32b51ee6572a464639ca9d1ab Mon Sep 17 00:00:00 2001 From: Dominic Davis-Foster Date: Mon, 14 Aug 2023 14:31:40 +0100 Subject: [PATCH] Bump mypy version --- repo_helper.yml | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/repo_helper.yml b/repo_helper.yml index 9f10384..9279242 100644 --- a/repo_helper.yml +++ b/repo_helper.yml @@ -13,7 +13,7 @@ use_flit: true min_coverage: 90 docs_fail_on_warning: true tox_testenv_extras: all -mypy_version: "0.931" +mypy_version: "0.971" python_deploy_version: 3.6 conda_extras: diff --git a/tox.ini b/tox.ini index 55cb3ac..7541137 100644 --- a/tox.ini +++ b/tox.ini @@ -135,7 +135,7 @@ ignore_errors = True changedir = {toxinidir} extras = all deps = - mypy==0.931 + mypy==0.971 -r{toxinidir}/tests/requirements.txt -r{toxinidir}/stubs.txt commands = mypy consolekit tests {posargs}