Skip to content

Commit 2a51037

Browse files
dependabot[bot]pyansys-ci-botRevathyvenugopal162
authored
chore(deps): bump pygithub from 2.6.0 to 2.6.1 (#632)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <[email protected]> Co-authored-by: Revathyvenugopal162 <[email protected]>
1 parent 6584b6e commit 2a51037

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ jobs:
162162
library-name: ${{ env.PACKAGE_NAME }}
163163
operating-system: ${{ matrix.os }}
164164
python-version: ${{ matrix.python-version }}
165+
whitelist-license-check: "Sphinx" # This has BSD licence , but check failed
165166

166167
build-library:
167168
name: "Build library"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
chore(deps): bump pygithub from 2.6.0 to 2.6.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ doc = [
4444
"numpydoc==1.8.0",
4545
"pandas==2.2.3",
4646
"Pillow>=9.0",
47-
"PyGitHub==2.6.0",
47+
"PyGitHub==2.6.1",
4848
"pyvista[jupyter]==0.44.2",
4949
"PyYAML==6.0.2",
5050
"requests==2.32.3",

0 commit comments

Comments
 (0)