From e425357ae71e1263a032736e2c7ffce2e8ce1e79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 17:12:23 +0200 Subject: [PATCH 1/2] build: bump sphinx-gallery from 0.17.0 to 0.17.1 in the documentation group (#3346) * build: bump sphinx-gallery in the documentation group Bumps the documentation group with 1 update: [sphinx-gallery](https://github.com/sphinx-gallery/sphinx-gallery). Updates `sphinx-gallery` from 0.17.0 to 0.17.1 - [Release notes](https://github.com/sphinx-gallery/sphinx-gallery/releases) - [Changelog](https://github.com/sphinx-gallery/sphinx-gallery/blob/master/.github_changelog_generator) - [Commits](https://github.com/sphinx-gallery/sphinx-gallery/compare/v0.17.0...v0.17.1) --- updated-dependencies: - dependency-name: sphinx-gallery dependency-type: direct:production update-type: version-update:semver-patch dependency-group: documentation ... Signed-off-by: dependabot[bot] * chore: adding changelog file 3346.dependencies.md --------- 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/3346.dependencies.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 doc/changelog.d/3346.dependencies.md diff --git a/doc/changelog.d/3346.dependencies.md b/doc/changelog.d/3346.dependencies.md new file mode 100644 index 0000000000..181e8527ec --- /dev/null +++ b/doc/changelog.d/3346.dependencies.md @@ -0,0 +1 @@ +build: bump sphinx-gallery from 0.17.0 to 0.17.1 in the documentation group \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index bcef3bfb54..ec55b9fbfd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,7 +94,7 @@ doc = [ "sphinx-autodoc-typehints==1.25.2", "sphinx-copybutton==0.5.2", "sphinx-design==0.6.1", - "sphinx-gallery==0.17.0", + "sphinx-gallery==0.17.1", "sphinx-notfound-page==1.0.4", "sphinx==8.0.2", "sphinxcontrib-websupport==2.0.0", From 1af87488fc6e30a8e93e7f86f49791627ee4b1b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 17:26:03 +0200 Subject: [PATCH 2/2] build: bump the core group with 2 updates (#3345) * build: bump the core group with 2 updates Bumps the core group with 2 updates: [matplotlib](https://github.com/matplotlib/matplotlib) and [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme). Updates `matplotlib` from 3.9.1 to 3.9.1.post1 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.9.1...v3.9.1.post1) Updates `ansys-sphinx-theme` from 0.16.6 to 1.0.2 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v0.16.6...v1.0.2) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-patch dependency-group: core - dependency-name: ansys-sphinx-theme dependency-type: direct:production update-type: version-update:semver-major dependency-group: core ... Signed-off-by: dependabot[bot] * chore: adding changelog file 3345.dependencies.md --------- 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/3345.dependencies.md | 1 + pyproject.toml | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 doc/changelog.d/3345.dependencies.md diff --git a/doc/changelog.d/3345.dependencies.md b/doc/changelog.d/3345.dependencies.md new file mode 100644 index 0000000000..7c5203d58d --- /dev/null +++ b/doc/changelog.d/3345.dependencies.md @@ -0,0 +1 @@ +build: bump the core group with 2 updates \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index ec55b9fbfd..5a0f0c5ece 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ tests = [ "ansys-dpf-core==0.10.1", "ansys-tools-visualization-interface==0.4.0", "autopep8==2.3.1", - "matplotlib==3.9.1", + "matplotlib==3.9.1.post1", "pandas==2.2.2", "pyansys-tools-report==0.7.3", "pyiges[full]==0.3.1", @@ -76,13 +76,13 @@ doc = [ "ansys-dpf-core==0.10.1", "ansys-mapdl-reader==0.53.0", "ansys-tools-visualization-interface==0.4.0", - "ansys-sphinx-theme==0.16.6", + "ansys-sphinx-theme==1.0.2", "grpcio==1.65.2", "imageio-ffmpeg==0.5.1", "imageio==2.34.2", "jupyter_sphinx==0.5.3", "jupyterlab>=3.2.8", - "matplotlib==3.9.1", + "matplotlib==3.9.1.post1", "numpydoc==1.7.0", "pandas==2.2.2", "plotly==5.23.0",