From 55a075eb77cd654fef5508a4057aaf97309e9781 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 14:45:55 +0000 Subject: [PATCH 1/9] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/label.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 355dba5..ca5a27c 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -16,7 +16,7 @@ jobs: name: Syncer runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: micnncim/action-label-syncer@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 36f77d33a4f638ce457136689f7ab385af449059 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 14:45:58 +0000 Subject: [PATCH 2/9] Bump peter-evans/create-or-update-comment from 2 to 3 Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 2 to 3. - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](https://github.com/peter-evans/create-or-update-comment/compare/v2...v3) --- updated-dependencies: - dependency-name: peter-evans/create-or-update-comment dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/label.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 355dba5..baef825 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -70,7 +70,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Suggest to add labels - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v3 # Execute only when no labels have been applied to the pull request if: toJSON(github.event.pull_request.labels.*.name) == '{}' with: From 66a24e4d8307f53e73f075366251d7cf14532f8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 14:46:36 +0000 Subject: [PATCH 3/9] Update ansys-sphinx-theme requirement from ^0.9.7 to ^0.12.5 Updates the requirements on [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) to permit the latest version. - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v0.9.7...v0.12.5) --- updated-dependencies: - dependency-name: ansys-sphinx-theme dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9d14eb8..6649758 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ optional = true [tool.poetry.group.doc.dependencies] Sphinx = "^5.3.0" numpydoc = "^1.5.0" -ansys-sphinx-theme = "^0.9.7" +ansys-sphinx-theme = "^0.12.5" sphinx-copybutton = "^0.5.1" # Optional testing dependencies From faceb6dd3bbb040648fdf694237316a7e8db941b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 14:47:40 +0000 Subject: [PATCH 4/9] Update build requirement from ^0.10.0 to ^1.0.3 Updates the requirements on [build](https://github.com/pypa/build) to permit the latest version. - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/build/compare/0.10.0...1.0.3) --- updated-dependencies: - dependency-name: build dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9d14eb8..507991d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ pytest-cov = "^4.0.0" [tool.poetry.group.build] optional = true [tool.poetry.group.build.dependencies] -build = "^0.10.0" +build = "^1.0.3" twine = "^4.0.2" [tool.black] From 1fd63b7a768204ba9db1e1fc131050e88a135b24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 14:48:15 +0000 Subject: [PATCH 5/9] Update sphinx requirement from ^5.3.0 to ^7.2.6 Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v5.3.0...v7.2.6) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9d14eb8..b5d12af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ importlib-metadata = {version = "^4.0", python = "<3.8"} optional = true [tool.poetry.group.doc.dependencies] -Sphinx = "^5.3.0" +Sphinx = "^7.2.6" numpydoc = "^1.5.0" ansys-sphinx-theme = "^0.9.7" sphinx-copybutton = "^0.5.1" From 585f6ddcae0f0f865c9cbdb6c83a916b3695962b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 15:41:28 +0000 Subject: [PATCH 6/9] Update importlib-metadata requirement from ^4.0 to ^7.0 Updates the requirements on [importlib-metadata](https://github.com/python/importlib_metadata) to permit the latest version. - [Release notes](https://github.com/python/importlib_metadata/releases) - [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst) - [Commits](https://github.com/python/importlib_metadata/compare/v4.0.0...v7.0.0) --- updated-dependencies: - dependency-name: importlib-metadata dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4dcbf8e..8845614 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ packages = [ [tool.poetry.dependencies] python = ">=3.11,<4.0" -importlib-metadata = {version = "^4.0", python = "<3.8"} +importlib-metadata = {version = "^7.0", python = "<3.8"} python-dotenv = "^1.0.0" plotly = "^5.18.0" httpx = "^0.25.2" From 7f621c2cef7dc68f55ed90711bc169f890051f04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 21:28:23 +0000 Subject: [PATCH 7/9] Bump ansys/actions from 4 to 5 Bumps [ansys/actions](https://github.com/ansys/actions) from 4 to 5. - [Release notes](https://github.com/ansys/actions/releases) - [Commits](https://github.com/ansys/actions/compare/v4...v5) --- updated-dependencies: - dependency-name: ansys/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_cd.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index b9a0161..ab6f752 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -23,7 +23,7 @@ jobs: name: "Code style" runs-on: ubuntu-latest steps: - - uses: ansys/actions/code-style@v4 + - uses: ansys/actions/code-style@v5 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} @@ -31,7 +31,7 @@ jobs: name: "Documentation style" runs-on: ubuntu-latest steps: - - uses: ansys/actions/doc-style@v4 + - uses: ansys/actions/doc-style@v5 with: token: ${{ secrets.GITHUB_TOKEN }} @@ -45,7 +45,7 @@ jobs: os: [ubuntu-latest, windows-latest] python-version: [] steps: - - uses: ansys/actions/build-wheelhouse@v4 + - uses: ansys/actions/build-wheelhouse@v5 with: library-name: ${{ env.LIBRARY_NAME }} library-namespace: ${{ env.LIBRARY_NAMESPACE }} @@ -62,7 +62,7 @@ jobs: python-version: [] fail-fast: false steps: - - uses: ansys/actions/tests-pytest@v4 + - uses: ansys/actions/tests-pytest@v5 with: pytest-extra-args: "--cov=ansys --cov-report=term --cov-report=html:.cov/html" @@ -71,7 +71,7 @@ jobs: runs-on: ubuntu-latest needs: [doc-style] steps: - - uses: ansys/actions/doc-build@v4 + - uses: ansys/actions/doc-build@v5 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} @@ -80,7 +80,7 @@ jobs: runs-on: ubuntu-latest needs: [doc-build, tests] steps: - - uses: ansys/actions/build-library@v4 + - uses: ansys/actions/build-library@v5 with: library-name: ${{ env.LIBRARY_NAME }} python-version: ${{ env.MAIN_PYTHON_VERSION }} @@ -91,7 +91,7 @@ jobs: needs: [build-library] if: github.event_name == 'push' && !contains(github.ref, 'refs/tags') steps: - - uses: ansys/actions/doc-deploy-dev@v4 + - uses: ansys/actions/doc-deploy-dev@v5 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.GITHUB_TOKEN }} @@ -102,7 +102,7 @@ jobs: needs: [build-library] if: github.event_name == 'push' && contains(github.ref, 'refs/tags') steps: - - uses: ansys/actions/doc-deploy-stable@v4 + - uses: ansys/actions/doc-deploy-stable@v5 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.GITHUB_TOKEN }} From b6d18907743f1dbe4cc461d9d445829d3fb6a979 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 22:00:47 +0000 Subject: [PATCH 8/9] Update httpx requirement from ^0.25.2 to ^0.26.0 Updates the requirements on [httpx](https://github.com/encode/httpx) to permit the latest version. - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpx/compare/0.25.2...0.26.0) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4dcbf8e..8e850c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ python = ">=3.11,<4.0" importlib-metadata = {version = "^4.0", python = "<3.8"} python-dotenv = "^1.0.0" plotly = "^5.18.0" -httpx = "^0.25.2" +httpx = "^0.26.0" [tool.poetry.group.doc] # Optional documentation dependencies optional = true From 2945d86913c15bc41c19c67ecd2d249946e28be0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 21:56:14 +0000 Subject: [PATCH 9/9] Update ansys-sphinx-theme requirement from ^0.12.5 to ^0.13.0 Updates the requirements on [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) to permit the latest version. - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v0.12.5...v0.13.0) --- updated-dependencies: - dependency-name: ansys-sphinx-theme dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 58634a2..24e14fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ optional = true [tool.poetry.group.doc.dependencies] Sphinx = "^7.2.6" numpydoc = "^1.5.0" -ansys-sphinx-theme = "^0.12.5" +ansys-sphinx-theme = "^0.13.0" sphinx-copybutton = "^0.5.1" # Optional testing dependencies