From d01baa1965cec31045145d3a7b4efe318d09132b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 20:49:34 +0000 Subject: [PATCH] chore(deps): Bump readthedocs-sphinx-search from 0.1.2 to 0.3.2 Bumps [readthedocs-sphinx-search](https://github.com/readthedocs/readthedocs-sphinx-search) from 0.1.2 to 0.3.2. - [Changelog](https://github.com/readthedocs/readthedocs-sphinx-search/blob/main/CHANGELOG.rst) - [Commits](https://github.com/readthedocs/readthedocs-sphinx-search/compare/0.1.2...0.3.2) --- updated-dependencies: - dependency-name: readthedocs-sphinx-search dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index c981d96..48dd48f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "alabaster" @@ -618,13 +618,13 @@ files = [ [[package]] name = "readthedocs-sphinx-search" -version = "0.1.2" +version = "0.3.2" description = "Sphinx extension to enable search as you type for docs hosted on Read the Docs." optional = false python-versions = ">=3.6" files = [ - {file = "readthedocs-sphinx-search-0.1.2.tar.gz", hash = "sha256:66d950fadcc044a082816763c766d3ebc7130cb84caeabbffa239368dc5124fe"}, - {file = "readthedocs_sphinx_search-0.1.2-py3-none-any.whl", hash = "sha256:f3eacbebf766c0b12342462959913d4c5b2de1763f790a46563f719cd910f0f7"}, + {file = "readthedocs-sphinx-search-0.3.2.tar.gz", hash = "sha256:277773bfa28566a86694c08e568d5a648cd80f22826545555a764d6d20c365fb"}, + {file = "readthedocs_sphinx_search-0.3.2-py3-none-any.whl", hash = "sha256:58716fd21f01581e6e67bf3bc02e79c77e10dc58b5f8e4c7cc1977e013eda173"}, ] [[package]] @@ -939,4 +939,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "ba3a5bd0bb84a8c497b7ee10ea91d5c9801c360551296c87edd12eb0b2e6415c" +content-hash = "24b375c466f8bd43ad8d4b705bbe04c159c0b87144eaf9576337b41d44e70bd9" diff --git a/pyproject.toml b/pyproject.toml index 8402ebc..52a4bda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ tox = "^3.28.0" [tool.poetry.group.docs.dependencies] sphinx = "^5.3.0" furo = "^2022.12.7" -readthedocs-sphinx-search = "^0.1.2" +readthedocs-sphinx-search = ">=0.1.2,<0.4.0" myst-parser = "^0.18.1" [build-system]