]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] Sync location of `mypy` pin with the `main` branch (#111317)
authorArtyom Romanov <92092049+art3xa@users.noreply.github.com>
Wed, 25 Oct 2023 12:54:05 +0000 (17:54 +0500)
committerGitHub <noreply@github.com>
Wed, 25 Oct 2023 12:54:05 +0000 (12:54 +0000)
.github/dependabot.yml
.github/workflows/mypy.yml
Tools/requirements-dev.txt [moved from Tools/clinic/requirements-dev.txt with 100% similarity]

index f026b0f5f9454aec25786d3876e66df31c99fdf7..c8a3165d69036458709f0e492dacdff5598a83d6 100644 (file)
@@ -13,7 +13,7 @@ updates:
           - "version-update:semver-minor"
           - "version-update:semver-patch"
   - package-ecosystem: "pip"
-    directory: "/Tools/clinic/"
+    directory: "/Tools/"
     schedule:
       interval: "monthly"
     labels:
index f089a0b247aeb47b145d05ec332090ae59681e26..67a4af239e18fc981d1d7c4bd48fb4aa46c1dfdc 100644 (file)
@@ -34,6 +34,6 @@ jobs:
         with:
           python-version: "3.x"
           cache: pip
-          cache-dependency-path: Tools/clinic/requirements-dev.txt
-      - run: pip install -r Tools/clinic/requirements-dev.txt
+          cache-dependency-path: Tools/requirements-dev.txt
+      - run: pip install -r Tools/requirements-dev.txt
       - run: mypy --config-file Tools/clinic/mypy.ini