From 22e885aa5e39645ce3f9010454dffdf05526f878 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 10:17:07 +0000 Subject: [PATCH] fix(deps): update sphinxcontrib-websupport requirement Updates the requirements on [sphinxcontrib-websupport](https://github.com/sphinx-doc/sphinxcontrib-websupport) to permit the latest version. - [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.0.0...2.0.0) --- updated-dependencies: - dependency-name: sphinxcontrib-websupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ac4353f..5ba2f00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "pytest-cov>=2,<6", "sphinx>=3,<8", "sphinxcontrib-log-cabinet>=1,<2", - "sphinxcontrib-websupport>=1,<2", + "sphinxcontrib-websupport>=1,<3", "twine>=4,<6", "black>=23,<25" ]