We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6584b6e commit 2a51037Copy full SHA for 2a51037
.github/workflows/ci_cd.yml
@@ -162,6 +162,7 @@ jobs:
162
library-name: ${{ env.PACKAGE_NAME }}
163
operating-system: ${{ matrix.os }}
164
python-version: ${{ matrix.python-version }}
165
+ whitelist-license-check: "Sphinx" # This has BSD licence , but check failed
166
167
build-library:
168
name: "Build library"
doc/changelog.d/632.dependencies.md
@@ -0,0 +1 @@
1
+chore(deps): bump pygithub from 2.6.0 to 2.6.1
pyproject.toml
@@ -44,7 +44,7 @@ doc = [
44
"numpydoc==1.8.0",
45
"pandas==2.2.3",
46
"Pillow>=9.0",
47
- "PyGitHub==2.6.0",
+ "PyGitHub==2.6.1",
48
"pyvista[jupyter]==0.44.2",
49
"PyYAML==6.0.2",
50
"requests==2.32.3",
0 commit comments