From 46cf7e6dfc7b17976d123d932bb1b7f21b2467a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 20:44:17 +0000 Subject: [PATCH] Bump sphinxcontrib-websupport from 1.2.7 to 2.0.0 Bumps [sphinxcontrib-websupport](https://github.com/sphinx-doc/sphinxcontrib-websupport) from 1.2.7 to 2.0.0. - [Release notes](https://github.com/sphinx-doc/sphinxcontrib-websupport/releases) - [Changelog](https://github.com/sphinx-doc/sphinxcontrib-websupport/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinxcontrib-websupport/compare/1.2.7...2.0.0) --- updated-dependencies: - dependency-name: sphinxcontrib-websupport dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 670111f..0f99d39 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2833,14 +2833,14 @@ test = ["pytest"] [[package]] name = "sphinxcontrib-websupport" -version = "1.2.7" +version = "2.0.0" description = "sphinxcontrib-websupport provides a Python API to easily integrate Sphinx documentation into your Web application" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "sphinxcontrib_websupport-1.2.7-py3-none-any.whl", hash = "sha256:2dc179d7f821ebd54f31f93c894ca52435ebc5364e4e4dfb0da834ac119d51fd"}, - {file = "sphinxcontrib_websupport-1.2.7.tar.gz", hash = "sha256:e322802ebfd5fe79368efd864aeb87b063566ae61911dccb2714e28a45ed7561"}, + {file = "sphinxcontrib_websupport-2.0.0-py3-none-any.whl", hash = "sha256:365b4da67e03cc163dc4752ed44b3c4bc334172c8198102135a7eb7945111229"}, + {file = "sphinxcontrib_websupport-2.0.0.tar.gz", hash = "sha256:0b7367d3bac6454b1f97e42aa8c4d4d4a1b756d525fc726ebbe5571e033e79cd"}, ] [package.dependencies] @@ -2849,7 +2849,7 @@ Sphinx = ">=5" sphinxcontrib-serializinghtml = "*" [package.extras] -lint = ["docutils-stubs", "flake8", "mypy"] +lint = ["mypy", "ruff (==0.5.5)", "types-docutils"] test = ["pytest"] whoosh = ["sqlalchemy", "whoosh"]