From e6b9f00fd3e66865695939145edd4981aedfea7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 18:46:47 +0200 Subject: [PATCH] build: bump the documentation group with 2 updates (#3214) * build: bump the documentation group with 2 updates Bumps the documentation group with 2 updates: [imageio](https://github.com/imageio/imageio) and [sphinx-reredirects](https://github.com/documatt/sphinx-reredirects). Updates `imageio` from 2.34.1 to 2.34.2 - [Release notes](https://github.com/imageio/imageio/releases) - [Changelog](https://github.com/imageio/imageio/blob/master/CHANGELOG.md) - [Commits](https://github.com/imageio/imageio/compare/v2.34.1...v2.34.2) Updates `sphinx-reredirects` from 0.1.3 to 0.1.4 - [Commits](https://github.com/documatt/sphinx-reredirects/compare/v0.1.3...v0.1.4) --- updated-dependencies: - dependency-name: imageio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: documentation - dependency-name: sphinx-reredirects dependency-type: direct:production update-type: version-update:semver-patch dependency-group: documentation ... Signed-off-by: dependabot[bot] * Adding changelog entry: 3214.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 --- doc/changelog.d/3214.dependencies.md | 1 + pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 doc/changelog.d/3214.dependencies.md diff --git a/doc/changelog.d/3214.dependencies.md b/doc/changelog.d/3214.dependencies.md new file mode 100644 index 0000000000..ed1f41ce94 --- /dev/null +++ b/doc/changelog.d/3214.dependencies.md @@ -0,0 +1 @@ +build: bump the documentation group with 2 updates \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 9b7b3f30b5..b0934f4f4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ doc = [ "ansys-sphinx-theme==0.16.6", "grpcio==1.64.1", "imageio-ffmpeg==0.5.1", - "imageio==2.34.1", + "imageio==2.34.2", "jupyter_sphinx==0.5.3", "jupyterlab>=3.2.8", "matplotlib==3.9.0", @@ -100,7 +100,7 @@ doc = [ "sphinx-notfound-page==1.0.2", "sphinxcontrib-websupport==1.2.7", "sphinxemoji==0.3.1", - "sphinx-reredirects==0.1.3", + "sphinx-reredirects==0.1.4", "vtk==9.3.0", ]