From 12392857b119f65d29f7ce8bb75ddec4bcac8406 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 00:07:57 +0000 Subject: [PATCH 1/3] chore(deps): bump pygithub from 2.6.0 to 2.6.1 Bumps [pygithub](https://github.com/pygithub/pygithub) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/pygithub/pygithub/releases) - [Changelog](https://github.com/PyGithub/PyGithub/blob/v2.6.1/doc/changes.rst) - [Commits](https://github.com/pygithub/pygithub/compare/v2.6.0...v2.6.1) --- updated-dependencies: - dependency-name: pygithub dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b81af81aa..ad6ced810 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ doc = [ "numpydoc==1.8.0", "pandas==2.2.3", "Pillow>=9.0", - "PyGitHub==2.6.0", + "PyGitHub==2.6.1", "pyvista[jupyter]==0.44.2", "PyYAML==6.0.2", "requests==2.32.3", From 5e03274f1eb7d771b7256e88bd7ef9ac251db95a Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 24 Feb 2025 00:08:55 +0000 Subject: [PATCH 2/3] chore: adding changelog file 632.dependencies.md [dependabot-skip] --- doc/changelog.d/632.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/632.dependencies.md diff --git a/doc/changelog.d/632.dependencies.md b/doc/changelog.d/632.dependencies.md new file mode 100644 index 000000000..0194a28ab --- /dev/null +++ b/doc/changelog.d/632.dependencies.md @@ -0,0 +1 @@ +chore(deps): bump pygithub from 2.6.0 to 2.6.1 \ No newline at end of file From 55995e31c7d68df4338fe9a23d44a221a5f6e848 Mon Sep 17 00:00:00 2001 From: Revathyvenugopal162 Date: Mon, 3 Mar 2025 09:36:01 +0100 Subject: [PATCH 3/3] fix: license issue --- .github/workflows/ci_cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 705edc3ec..8dcbb625c 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -162,6 +162,7 @@ jobs: library-name: ${{ env.PACKAGE_NAME }} operating-system: ${{ matrix.os }} python-version: ${{ matrix.python-version }} + whitelist-license-check: "Sphinx" # This has BSD licence , but check failed build-library: name: "Build library"