From e37fe3b2f587ee87950bdb77c1aaff6c46670e88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 19:57:57 +0000 Subject: [PATCH 1/3] MAINT: Bump the doc group across 1 directory with 4 updates Bumps the doc group with 4 updates in the / directory: [numpydoc](https://github.com/numpy/numpydoc), [panel](https://github.com/holoviz/panel), [sphinx-gallery](https://github.com/sphinx-gallery/sphinx-gallery) and [sphinx-notfound-page](https://github.com/readthedocs/sphinx-notfound-page). Updates `numpydoc` from 1.7.0 to 1.8.0 - [Release notes](https://github.com/numpy/numpydoc/releases) - [Changelog](https://github.com/numpy/numpydoc/blob/main/RELEASE.rst) - [Commits](https://github.com/numpy/numpydoc/compare/v1.7.0...v1.8.0) Updates `panel` from 1.4.4 to 1.4.5 - [Release notes](https://github.com/holoviz/panel/releases) - [Changelog](https://github.com/holoviz/panel/blob/main/CHANGELOG.md) - [Commits](https://github.com/holoviz/panel/compare/v1.4.4...v1.4.5) 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) Updates `sphinx-notfound-page` from 1.0.2 to 1.0.4 - [Changelog](https://github.com/readthedocs/sphinx-notfound-page/blob/main/CHANGELOG.rst) - [Commits](https://github.com/readthedocs/sphinx-notfound-page/compare/1.0.2...1.0.4) --- updated-dependencies: - dependency-name: numpydoc dependency-type: direct:production update-type: version-update:semver-minor dependency-group: doc - dependency-name: panel dependency-type: direct:production update-type: version-update:semver-patch dependency-group: doc - dependency-name: sphinx-gallery dependency-type: direct:production update-type: version-update:semver-patch dependency-group: doc - dependency-name: sphinx-notfound-page dependency-type: direct:production update-type: version-update:semver-patch dependency-group: doc ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d4d8b839f..f3eb68f6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,9 +62,9 @@ doc = [ "jupyterlab>=3.2.8", "matplotlib==3.9.1", "numpy==2.0.1", - "numpydoc==1.7.0", + "numpydoc==1.8.0", "pandas==2.2.2", - "panel==1.4.4", + "panel==1.4.5", "plotly==5.23.0", "pypandoc==1.13", "pytest-sphinx==0.6.3", @@ -74,8 +74,8 @@ doc = [ "sphinx-autodoc-typehints==2.2.3", "sphinx-copybutton==0.5.2", "sphinx_design==0.6.1", - "sphinx-gallery==0.17.0", - "sphinx-notfound-page==1.0.2", + "sphinx-gallery==0.17.1", + "sphinx-notfound-page==1.0.4", "sphinxcontrib-websupport==2.0.0", "sphinxemoji==0.3.1", ] From f36bf29e226463e117786a00ba21a2bb9c9967dc Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Fri, 9 Aug 2024 19:59:00 +0000 Subject: [PATCH 2/3] chore: adding changelog file 866.dependencies.md --- doc/changelog.d/866.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/866.dependencies.md diff --git a/doc/changelog.d/866.dependencies.md b/doc/changelog.d/866.dependencies.md new file mode 100644 index 000000000..891f3bb7a --- /dev/null +++ b/doc/changelog.d/866.dependencies.md @@ -0,0 +1 @@ +MAINT: Bump the doc group across 1 directory with 4 updates \ No newline at end of file From b8479e29d400ff6bd5d378fcfd406ef9911e9a20 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Fri, 9 Aug 2024 19:59:59 +0000 Subject: [PATCH 3/3] chore: adding changelog file 866.documentation.md --- doc/changelog.d/{866.dependencies.md => 866.documentation.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename doc/changelog.d/{866.dependencies.md => 866.documentation.md} (100%) diff --git a/doc/changelog.d/866.dependencies.md b/doc/changelog.d/866.documentation.md similarity index 100% rename from doc/changelog.d/866.dependencies.md rename to doc/changelog.d/866.documentation.md