From fd7ba9796b0039650d4804a41a5a7edb3b84b681 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jan 2024 02:04:15 +0000 Subject: [PATCH] Bump readthedocs-sphinx-search from 0.3.1 to 0.3.2 Bumps [readthedocs-sphinx-search](https://github.com/readthedocs/readthedocs-sphinx-search) from 0.3.1 to 0.3.2. - [Changelog](https://github.com/readthedocs/readthedocs-sphinx-search/blob/main/CHANGELOG.rst) - [Commits](https://github.com/readthedocs/readthedocs-sphinx-search/commits/0.3.2) --- updated-dependencies: - dependency-name: readthedocs-sphinx-search dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index bb3806ba9..19b6821af 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,5 @@ docutils==0.18.1 -readthedocs-sphinx-search==0.3.1 +readthedocs-sphinx-search==0.3.2 # don't use sphinx > 7.2.0 because they dropped support for python 3.8. See https://www.sphinx-doc.org/en/master/changes.html for changelog sphinx==7.1.2 sphinx-design==0.5.0 diff --git a/pyproject.toml b/pyproject.toml index 9ab645908..9b768024a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dev = [ ] docs = [ "docutils==0.18.1", - "readthedocs-sphinx-search==0.3.1", + "readthedocs-sphinx-search==0.3.2", "sphinx==7.1.2", "sphinx-design==0.5.0", "sphinx-argparse==0.4.0",