From b00908264fa5e4ddb44e57ee2ab667a0c917b3a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 17:03:37 +0000 Subject: [PATCH] Chore(deps-dev): Update sphinx-pytest requirement from <0.3 to <0.4 Updates the requirements on [sphinx-pytest](https://github.com/sphinx-extensions2/sphinx-pytest) to permit the latest version. - [Release notes](https://github.com/sphinx-extensions2/sphinx-pytest/releases) - [Commits](https://github.com/sphinx-extensions2/sphinx-pytest/compare/v0.0.1...v0.3.0) --- updated-dependencies: - dependency-name: sphinx-pytest dependency-version: 0.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2efe36e..659740c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -109,7 +109,7 @@ optional-dependencies.release = [ optional-dependencies.test = [ "pytest<9", "pytest-cov<8", - "sphinx-pytest<0.3", + "sphinx-pytest<0.4", ] urls.changelog = "https://github.com/tech-writing/linksmith/blob/main/CHANGES.md" urls.documentation = "https://linksmith.readthedocs.io/"