From: Alex Waygood Date: Mon, 13 Nov 2023 13:59:56 +0000 (+0000) Subject: [3.12] Bump mypy to 1.7.0 (GH-111961) (#112033) X-Git-Tag: v3.12.1~135 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7313bde84c82e37aa1110d44b796ec3025b0f611;p=thirdparty%2FPython%2Fcpython.git [3.12] Bump mypy to 1.7.0 (GH-111961) (#112033) --- diff --git a/.github/workflows/mypy.yml b/.github/workflows/mypy.yml index 67a4af239e18..f6dc01986a13 100644 --- a/.github/workflows/mypy.yml +++ b/.github/workflows/mypy.yml @@ -8,6 +8,7 @@ on: pull_request: paths: - "Tools/clinic/**" + - "Tools/requirements-dev.txt" - ".github/workflows/mypy.yml" workflow_dispatch: diff --git a/Tools/requirements-dev.txt b/Tools/requirements-dev.txt index 79ef43a4024c..b8ecea0e01e4 100644 --- a/Tools/requirements-dev.txt +++ b/Tools/requirements-dev.txt @@ -1,2 +1,2 @@ # Requirements file for external linters and checks we run on Tools/clinic/ in CI -mypy==1.6.1 +mypy==1.7.0