]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] Bump mypy to 1.7.0 (GH-111961) (#112033)
authorAlex Waygood <Alex.Waygood@Gmail.com>
Mon, 13 Nov 2023 13:59:56 +0000 (13:59 +0000)
committerGitHub <noreply@github.com>
Mon, 13 Nov 2023 13:59:56 +0000 (13:59 +0000)
.github/workflows/mypy.yml
Tools/requirements-dev.txt

index 67a4af239e18fc981d1d7c4bd48fb4aa46c1dfdc..f6dc01986a13d6eeb7b77b073660144dc2acb67a 100644 (file)
@@ -8,6 +8,7 @@ on:
   pull_request:
     paths:
       - "Tools/clinic/**"
+      - "Tools/requirements-dev.txt"
       - ".github/workflows/mypy.yml"
   workflow_dispatch:
 
index 79ef43a4024c98387201e9a62b7d80ca5d0f7b9c..b8ecea0e01e49bb538bcfb80a170d0c7dada5cde 100644 (file)
@@ -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