From d76ac85df20433a0c5fe42fbcbe35daa773fe584 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 09:27:11 +0000 Subject: [PATCH 1/5] [pre-commit.ci] pre-commit autoupdate (#663) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9c21e9bb..b5ab909f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -60,7 +60,7 @@ repos: # this validates our github workflow files - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.4 + rev: 0.30.0 hooks: - id: check-github-workflows From 1195834a1b5a469a3d9f3e06b74f43f0fe119042 Mon Sep 17 00:00:00 2001 From: Tetsuo Koyama Date: Tue, 3 Dec 2024 19:47:34 +0900 Subject: [PATCH 2/5] Revert "Build(deps): Bump codecov/codecov-action from 4 to 5 in /.github/workflows" (#665) --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8cc88d72..1acb8bbd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: pytest -v tests/test_qt.py name: "Import without Qt" if: matrix.qt == 'None' - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v4 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} if: success() @@ -144,7 +144,7 @@ jobs: name: "Install pyvistaqt" - run: pytest -v --cov pyvistaqt --cov-report html name: "Run Tests" - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v4 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} if: success() @@ -186,7 +186,7 @@ jobs: - shell: bash -el {0} run: pytest -v --cov pyvistaqt --cov-report html name: "Run Tests" - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v4 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} if: success() From 9658ca54d6bef5b9b5f5f081200a1603029ac545 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:04:15 +0000 Subject: [PATCH 3/5] Build(deps): Bump imageio from 2.36.0 to 2.36.1 (#662) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eric Larson Co-authored-by: Tetsuo Koyama --- requirements_docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_docs.txt b/requirements_docs.txt index dbeb739f..f71e7881 100644 --- a/requirements_docs.txt +++ b/requirements_docs.txt @@ -1,6 +1,6 @@ cmocean==4.0.3 colorcet==3.1.0 -imageio==2.36.0 +imageio==2.36.1 imageio-ffmpeg==0.5.1 lxml==5.3.0 matplotlib==3.9.2 From 9d5022fe22f65baa0fce58471ede9523c8a6acca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 23:48:09 +0000 Subject: [PATCH 4/5] Build(deps): Bump pyvista from 0.44.1 to 0.44.2 (#660) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tetsuo Koyama --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 3d94575f..3e083dd9 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -4,7 +4,7 @@ pytest==8.3.3 pytest-cov==6.0.0 pytest-memprof==0.2.0 pytest-qt==4.4.0 -pyvista==0.44.1 +pyvista==0.44.2 QtPy==2.4.1 scooby==0.10.0 check-jsonschema==0.29.4 From f0220ee95af15a4bac6fc3ac70c29c983d500019 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 16:22:08 +0900 Subject: [PATCH 5/5] Build(deps): Bump codecov/codecov-action from 4 to 5 in /.github/workflows (#667) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1acb8bbd..8cc88d72 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: pytest -v tests/test_qt.py name: "Import without Qt" if: matrix.qt == 'None' - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} if: success() @@ -144,7 +144,7 @@ jobs: name: "Install pyvistaqt" - run: pytest -v --cov pyvistaqt --cov-report html name: "Run Tests" - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} if: success() @@ -186,7 +186,7 @@ jobs: - shell: bash -el {0} run: pytest -v --cov pyvistaqt --cov-report html name: "Run Tests" - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} if: success()