From bf5eeaa8c68c82f5e63f680fd01254776c92aeeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 21:28:37 +0000 Subject: [PATCH] build(deps-dev): bump sphinxcontrib-websupport from 1.2.4 to 1.2.6 Bumps [sphinxcontrib-websupport](https://github.com/sphinx-doc/sphinxcontrib-websupport) from 1.2.4 to 1.2.6. - [Release notes](https://github.com/sphinx-doc/sphinxcontrib-websupport/releases) - [Changelog](https://github.com/sphinx-doc/sphinxcontrib-websupport/blob/master/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinxcontrib-websupport/compare/1.2.4...1.2.6) --- updated-dependencies: - dependency-name: sphinxcontrib-websupport dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4a49dd87cf..d28bae78e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ doc = [ "numpydoc==1.5.0", "Sphinx==7.1.2", "sphinx-autobuild==2021.3.14", - "sphinxcontrib-websupport==1.2.4", + "sphinxcontrib-websupport==1.2.6", "pytest-sphinx==0.5.0", "sphinx-notfound-page==0.8.3", "sphinx-copybutton==0.5.2",