From eb59d3b615130f9299a6de262ae4d40d3eeea86a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 08:03:18 +0200 Subject: [PATCH 1/4] build(deps): bump ansys-sphinx-theme in /requirements (#481) Bumps [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) from 1.0.5 to 1.0.7. - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.0.5...v1.0.7) --- updated-dependencies: - dependency-name: ansys-sphinx-theme 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_doc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements_doc.txt b/requirements/requirements_doc.txt index 99411786..482beee2 100644 --- a/requirements/requirements_doc.txt +++ b/requirements/requirements_doc.txt @@ -1,5 +1,5 @@ Sphinx<9 -ansys-sphinx-theme==1.0.5 +ansys-sphinx-theme==1.0.7 imageio==2.35.1 nest-asyncio==1.6.0 notfound==1.0.2 From 35d7abe8e0d41bd14d6c38ceaa685d7468e2e8bd Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 09:42:18 +0200 Subject: [PATCH 2/4] [pre-commit.ci] pre-commit autoupdate (#482) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/python-jsonschema/check-jsonschema: 0.29.1 → 0.29.2](https://github.com/python-jsonschema/check-jsonschema/compare/0.29.1...0.29.2) 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 4e2a39d6..bed23959 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,6 +50,6 @@ repos: exclude: '.*\.(cdb|rst|dat)$' - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.1 + rev: 0.29.2 hooks: - id: check-github-workflows From c998d4201418abb783194dbd85e62b8c1185e98d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 15:52:53 +0000 Subject: [PATCH 3/4] build(deps): bump ansys-sphinx-theme in /requirements (#483) Bumps [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) from 1.0.7 to 1.0.8. - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.0.7...v1.0.8) --- updated-dependencies: - dependency-name: ansys-sphinx-theme 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_doc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements_doc.txt b/requirements/requirements_doc.txt index 482beee2..0abc82c2 100644 --- a/requirements/requirements_doc.txt +++ b/requirements/requirements_doc.txt @@ -1,5 +1,5 @@ Sphinx<9 -ansys-sphinx-theme==1.0.7 +ansys-sphinx-theme==1.0.8 imageio==2.35.1 nest-asyncio==1.6.0 notfound==1.0.2 From c12857cf3bc82a33561d370890707a96b5047c0a Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Thu, 5 Sep 2024 15:11:23 +0200 Subject: [PATCH 4/4] fix: reverting limit support for PyVista (#484) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6b39fc02..275dfc55 100644 --- a/setup.py +++ b/setup.py @@ -108,7 +108,7 @@ "appdirs>=1.4.0", "matplotlib>=3.0.0", "numpy>=1.16.0,<3", - "pyvista>=0.32.0,<0.44", + "pyvista>=0.32.0", "tqdm>=4.45.0", "vtk>=9.0.0", ],