From 31b0e525ffa1e98c59d3d9fb37971c811ec2d471 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 11:18:31 +0100 Subject: [PATCH] chore(python): Bump pygithub from 2.4.0 to 2.5.0 in /docs in the documentation group (#20087) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stijn de Gooijer --- .github/workflows/docs-global.yml | 2 +- docs/{source => }/mlc-config.json | 3 +++ docs/source/requirements.txt | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) rename docs/{source => }/mlc-config.json (66%) diff --git a/.github/workflows/docs-global.yml b/.github/workflows/docs-global.yml index 5246f468e18f..75214e19a090 100644 --- a/.github/workflows/docs-global.yml +++ b/.github/workflows/docs-global.yml @@ -21,7 +21,7 @@ jobs: ref: ${{ github.event.client_payload.sha }} - uses: gaurav-nelson/github-action-markdown-link-check@v1 with: - config-file: docs/source/mlc-config.json + config-file: docs/mlc-config.json folder-path: docs lint: diff --git a/docs/source/mlc-config.json b/docs/mlc-config.json similarity index 66% rename from docs/source/mlc-config.json rename to docs/mlc-config.json index 3118f15fe6f6..888be1eaf3da 100644 --- a/docs/source/mlc-config.json +++ b/docs/mlc-config.json @@ -5,6 +5,9 @@ }, { "pattern": "^https://stackoverflow.com/" + }, + { + "pattern": "^https://marketplace.visualstudio.com/" } ] } diff --git a/docs/source/requirements.txt b/docs/source/requirements.txt index 10891eabb65e..5d7b9089b65f 100644 --- a/docs/source/requirements.txt +++ b/docs/source/requirements.txt @@ -14,4 +14,4 @@ mkdocs-macros-plugin==1.3.7 mkdocs-redirects==1.2.1 material-plausible-plugin==0.2.0 markdown-exec[ansi]==1.9.3 -pygithub==2.4.0 +pygithub==2.5.0