From dab5fdca7dc5d26a5e38cb765847a976c2f31e64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 09:00:51 +0000 Subject: [PATCH 1/4] build: bump sphinx-autodoc-typehints from 2.4.0 to 2.4.1 (#121) 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/121.dependencies.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 doc/changelog.d/121.dependencies.md diff --git a/doc/changelog.d/121.dependencies.md b/doc/changelog.d/121.dependencies.md new file mode 100644 index 000000000..5fa707517 --- /dev/null +++ b/doc/changelog.d/121.dependencies.md @@ -0,0 +1 @@ +build: bump sphinx-autodoc-typehints from 2.4.0 to 2.4.1 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index e3534e517..3c37bfdf7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ doc = [ "Sphinx==8.0.2", "ansys-sphinx-theme==1.0.8", "numpydoc==1.8.0", - "sphinx-autodoc-typehints==2.4.0", + "sphinx-autodoc-typehints==2.4.1", "sphinx-copybutton==0.5.2", "sphinx-gallery==0.17.1", "sphinx-design==0.6.1", From 23950d8b8a257b2c8857d9f05075d527afee15c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 15:11:37 +0200 Subject: [PATCH 2/4] build: bump regex from 2024.7.24 to 2024.9.11 (#120) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Alexandre Bouthéon <137152543+a-bouth@users.noreply.github.com> --- doc/changelog.d/120.dependencies.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 doc/changelog.d/120.dependencies.md diff --git a/doc/changelog.d/120.dependencies.md b/doc/changelog.d/120.dependencies.md new file mode 100644 index 000000000..227ed74a8 --- /dev/null +++ b/doc/changelog.d/120.dependencies.md @@ -0,0 +1 @@ +build: bump regex from 2024.7.24 to 2024.9.11 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 3c37bfdf7..de2a4f43d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ tests = [ "pytest-cov==5.0.0", "pytest-dependency==0.6.0", "platformdirs==4.2.2", - "regex==2024.7.24", + "regex==2024.9.11", ] doc = [ From 94fa016b5b092ed00fe3cfc1fcd04b5771291dec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 15:48:32 +0200 Subject: [PATCH 3/4] build: bump trame from 3.6.3 to 3.6.5 (#127) 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/127.dependencies.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 doc/changelog.d/127.dependencies.md diff --git a/doc/changelog.d/127.dependencies.md b/doc/changelog.d/127.dependencies.md new file mode 100644 index 000000000..e9e47bdf9 --- /dev/null +++ b/doc/changelog.d/127.dependencies.md @@ -0,0 +1 @@ +build: bump trame from 3.6.3 to 3.6.5 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index de2a4f43d..b9d2525d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ doc = [ "sphinx-gallery==0.17.1", "sphinx-design==0.6.1", "vtk==9.3.1", - "trame==3.6.3", + "trame==3.6.5", "trame_vtk==2.8.10", "pyvista==0.44.1", "pypandoc==1.13", From dcaebe55867a8b979882ccff5927817d26f7ae17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 17:52:42 +0200 Subject: [PATCH 4/4] build: bump ansys-sphinx-theme from 1.0.8 to 1.0.11 (#126) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Alexandre Bouthéon <137152543+a-bouth@users.noreply.github.com> --- doc/changelog.d/126.dependencies.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 doc/changelog.d/126.dependencies.md diff --git a/doc/changelog.d/126.dependencies.md b/doc/changelog.d/126.dependencies.md new file mode 100644 index 000000000..e57bbeae9 --- /dev/null +++ b/doc/changelog.d/126.dependencies.md @@ -0,0 +1 @@ +build: bump ansys-sphinx-theme from 1.0.8 to 1.0.11 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index b9d2525d1..3442e6a0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ tests = [ doc = [ "Sphinx==8.0.2", - "ansys-sphinx-theme==1.0.8", + "ansys-sphinx-theme==1.0.11", "numpydoc==1.8.0", "sphinx-autodoc-typehints==2.4.1", "sphinx-copybutton==0.5.2",