From 97b7fe32e8d7f6a719ce8b8b27d8f01630a3d141 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 19:41:03 +0000 Subject: [PATCH 1/5] CHORE: Bump grpcio from 1.67.0 to 1.67.1 in the core group (#967) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> --- doc/changelog.d/967.maintenance.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 doc/changelog.d/967.maintenance.md diff --git a/doc/changelog.d/967.maintenance.md b/doc/changelog.d/967.maintenance.md new file mode 100644 index 000000000..fb4a912cf --- /dev/null +++ b/doc/changelog.d/967.maintenance.md @@ -0,0 +1 @@ +Bump grpcio from 1.67.0 to 1.67.1 in the core group \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index be3e049e6..15e442a56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ tests = [ doc = [ "sphinx==8.1.3", "ansys-sphinx-theme[autoapi]==1.1.7", - "grpcio==1.67.0", + "grpcio==1.67.1", "imageio-ffmpeg==0.5.1", "imageio==2.36.0", "jupyter_sphinx==0.5.3", From d05ae8794c37e449dcf69d5b49d0e44ebe914fc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 19:54:37 +0000 Subject: [PATCH 2/5] CHORE: Bump the doc group with 2 updates (#968) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> --- doc/changelog.d/968.maintenance.md | 1 + pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 doc/changelog.d/968.maintenance.md diff --git a/doc/changelog.d/968.maintenance.md b/doc/changelog.d/968.maintenance.md new file mode 100644 index 000000000..46cb383cb --- /dev/null +++ b/doc/changelog.d/968.maintenance.md @@ -0,0 +1 @@ +Bump the doc group with 2 updates \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 15e442a56..7c01a0f15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,14 +57,14 @@ tests = [ ] doc = [ "sphinx==8.1.3", - "ansys-sphinx-theme[autoapi]==1.1.7", + "ansys-sphinx-theme[autoapi]==1.2.0", "grpcio==1.67.1", "imageio-ffmpeg==0.5.1", "imageio==2.36.0", "jupyter_sphinx==0.5.3", "jupyterlab>=3.2.8", "matplotlib==3.9.2", - "numpy==2.1.2", + "numpy==2.1.3", "numpydoc==1.8.0", "pandas==2.2.3", "panel==1.5.3", From 25cb5cf5ad1312d80eb0d87bade81eef8bc8a206 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 15:07:59 -0600 Subject: [PATCH 3/5] CHORE: Bump pytest-cov from 5.0.0 to 6.0.0 (#969) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> --- doc/changelog.d/969.maintenance.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 doc/changelog.d/969.maintenance.md diff --git a/doc/changelog.d/969.maintenance.md b/doc/changelog.d/969.maintenance.md new file mode 100644 index 000000000..29df49383 --- /dev/null +++ b/doc/changelog.d/969.maintenance.md @@ -0,0 +1 @@ +Bump pytest-cov from 5.0.0 to 6.0.0 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 7c01a0f15..38bb6b30f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ Changelog = "https://mechanical.docs.pyansys.com/version/stable/changelog.html" [project.optional-dependencies] tests = [ "pytest==8.3.3", - "pytest-cov==5.0.0", + "pytest-cov==6.0.0", "pytest-print==1.0.2", "psutil==6.1.0" ] From c526fb01db9adcda46b7c910a7b66a0185e92cc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 15:42:32 -0600 Subject: [PATCH 4/5] CHORE: Bump mikepenz/action-junit-report from 4 to 5 (#966) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Co-authored-by: Dipin <26918585+dipinknair@users.noreply.github.com> --- .github/workflows/ci_cd.yml | 8 ++++---- doc/changelog.d/966.maintenance.md | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 doc/changelog.d/966.maintenance.md diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index e3f3e4f0d..cf0189e80 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -222,7 +222,7 @@ jobs: pytest-extra-args: '-s --junitxml remote_results${{ env.MAIN_PYTHON_VERSION}}.xml' - name: Publish Test Report - uses: mikepenz/action-junit-report@v4 + uses: mikepenz/action-junit-report@v5 if: always() with: report_paths: '**/remote_results*.xml' @@ -325,7 +325,7 @@ jobs: retention-days: 7 - name: Publish Test Report - uses: mikepenz/action-junit-report@v4 + uses: mikepenz/action-junit-report@v5 if: always() with: report_paths: '**/test_results*.xml' @@ -395,7 +395,7 @@ jobs: retention-days: 7 - name: Publish Test Report - uses: mikepenz/action-junit-report@v4 + uses: mikepenz/action-junit-report@v5 if: always() with: report_paths: '**/test_results*.xml' @@ -450,7 +450,7 @@ jobs: pytest -m remote_session_launch -s --junitxml launch_test_results${{ matrix.python-version }}.xml || true - name: Publish Launch Test Report - uses: mikepenz/action-junit-report@v4 + uses: mikepenz/action-junit-report@v5 if: always() with: report_paths: '**/launch_test_results*.xml' diff --git a/doc/changelog.d/966.maintenance.md b/doc/changelog.d/966.maintenance.md new file mode 100644 index 000000000..107cc77ef --- /dev/null +++ b/doc/changelog.d/966.maintenance.md @@ -0,0 +1 @@ +Bump mikepenz/action-junit-report from 4 to 5 \ No newline at end of file From 66e8dd8e3471b0f64f4c265f151246d9f57c5254 Mon Sep 17 00:00:00 2001 From: Dipin <26918585+dipinknair@users.noreply.github.com> Date: Wed, 6 Nov 2024 12:01:51 -0600 Subject: [PATCH 5/5] CI: Update docs build action container (#971) Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> --- .github/workflows/ci_cd.yml | 2 +- doc/changelog.d/971.maintenance.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 doc/changelog.d/971.maintenance.md diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index cf0189e80..a1155b725 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -481,7 +481,7 @@ jobs: name: Documentation runs-on: ubuntu-latest container: - image: ${{ needs.revn-variations.outputs.stable_container }} + image: ${{ needs.revn-variations.outputs.test_container }} options: --entrypoint /bin/bash needs: [style, doc-style, revn-variations] diff --git a/doc/changelog.d/971.maintenance.md b/doc/changelog.d/971.maintenance.md new file mode 100644 index 000000000..1905364bf --- /dev/null +++ b/doc/changelog.d/971.maintenance.md @@ -0,0 +1 @@ +Update docs build action container \ No newline at end of file