Skip to content

Commit

Permalink
chore(python): Bump pygithub from 2.4.0 to 2.5.0 in /docs in the docu…
Browse files Browse the repository at this point in the history
…mentation group (#20087)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stijn de Gooijer <[email protected]>
  • Loading branch information
dependabot[bot] and stinodego authored Dec 1, 2024
1 parent 1f104f9 commit 31b0e52
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-global.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 3 additions & 0 deletions docs/source/mlc-config.json → docs/mlc-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
},
{
"pattern": "^https://stackoverflow.com/"
},
{
"pattern": "^https://marketplace.visualstudio.com/"
}
]
}
2 changes: 1 addition & 1 deletion docs/source/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 31b0e52

Please sign in to comment.