From 0c1822dbfef481db6936d0d03c073c7c948a5512 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Mar 2023 10:03:41 +0200 Subject: [PATCH 1/6] Bump wheel from 0.38.4 to 0.40.0 (#335) Bumps [wheel](https://github.com/pypa/wheel) from 0.38.4 to 0.40.0. - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.38.4...0.40.0) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/requirements_build.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements_build.txt b/requirements/requirements_build.txt index 7fc138be0..bc32bb97f 100644 --- a/requirements/requirements_build.txt +++ b/requirements/requirements_build.txt @@ -1 +1 @@ -wheel==0.38.4 \ No newline at end of file +wheel==0.40.0 \ No newline at end of file From f0ff0b39371f25e62150e94554a44f52dbffa4c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Mar 2023 10:04:07 +0200 Subject: [PATCH 2/6] Bump coverage from 7.2.1 to 7.2.2 (#337) Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.2.1 to 7.2.2. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.2.1...7.2.2) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements_test.txt b/requirements/requirements_test.txt index 80d49828c..b26a294bd 100644 --- a/requirements/requirements_test.txt +++ b/requirements/requirements_test.txt @@ -1,4 +1,4 @@ -coverage==7.2.1 +coverage==7.2.2 pandas==1.3.5; python_version < "3.8" pandas==1.5.3; python_version >= "3.8" pytest-cov==4.0.0 From 0b780123ace389e9b8be26bce5a60ed7525c0212 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Mar 2023 10:06:33 +0200 Subject: [PATCH 3/6] Bump pyvista from 0.38.3 to 0.38.5 (#338) Bumps [pyvista](https://github.com/pyvista/pyvista) from 0.38.3 to 0.38.5. - [Release notes](https://github.com/pyvista/pyvista/releases) - [Commits](https://github.com/pyvista/pyvista/compare/v0.38.3...v0.38.5) --- updated-dependencies: - dependency-name: pyvista dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements_test.txt b/requirements/requirements_test.txt index b26a294bd..250936df7 100644 --- a/requirements/requirements_test.txt +++ b/requirements/requirements_test.txt @@ -4,4 +4,4 @@ pandas==1.5.3; python_version >= "3.8" pytest-cov==4.0.0 pytest-rerunfailures==11.0 pytest==7.2.1 -pyvista==0.38.3 +pyvista==0.38.5 From bf29ac59e79076d3eddf2f087986e2c743882e33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Mar 2023 10:07:11 +0200 Subject: [PATCH 4/6] Bump imageio from 2.26.0 to 2.27.0 (#347) Bumps [imageio](https://github.com/imageio/imageio) from 2.26.0 to 2.27.0. - [Release notes](https://github.com/imageio/imageio/releases) - [Changelog](https://github.com/imageio/imageio/blob/master/CHANGELOG.md) - [Commits](https://github.com/imageio/imageio/compare/v2.26.0...v2.27.0) --- updated-dependencies: - dependency-name: imageio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/requirements_docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements_docs.txt b/requirements/requirements_docs.txt index 7ba9b0654..2c672eb47 100644 --- a/requirements/requirements_docs.txt +++ b/requirements/requirements_docs.txt @@ -1,5 +1,5 @@ pypandoc==1.10 -imageio==2.26.0 +imageio==2.27.0 numpydoc==1.4.0 imageio-ffmpeg==0.4.7 Sphinx==5.3.0 From 6d766ab0c3d06400eb8be35d0584612ad2844570 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Mar 2023 10:09:25 +0200 Subject: [PATCH 5/6] Bump pyvista/setup-headless-display-action from 1 to 2 (#349) Bumps [pyvista/setup-headless-display-action](https://github.com/pyvista/setup-headless-display-action) from 1 to 2. - [Release notes](https://github.com/pyvista/setup-headless-display-action/releases) - [Commits](https://github.com/pyvista/setup-headless-display-action/compare/v1...v2) --- updated-dependencies: - dependency-name: pyvista/setup-headless-display-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 001fae651..df64f2a78 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -127,7 +127,7 @@ jobs: custom-requirements: ${{ inputs.custom-requirements }} - name: "Setup headless display" - uses: pyvista/setup-headless-display-action@v1 + uses: pyvista/setup-headless-display-action@v2 - name: "Install documentation requirements" shell: bash From a33d8f372a3535dbc77fbe699e8bd3ee4a495b2d Mon Sep 17 00:00:00 2001 From: PProfizi <100710998+PProfizi@users.noreply.github.com> Date: Fri, 31 Mar 2023 16:54:51 +0200 Subject: [PATCH 6/6] Fix call to doc-deploy-stable (#350) --- .github/workflows/releaser.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/releaser.yml b/.github/workflows/releaser.yml index f7aa57708..b46a29704 100644 --- a/.github/workflows/releaser.yml +++ b/.github/workflows/releaser.yml @@ -51,5 +51,3 @@ jobs: with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.GITHUB_TOKEN }} - python-version: ${{ env.MAIN_PYTHON_VERSION }} -