From 2df7f262fd15365a61e4f449718008cd14694af3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 04:30:42 +0000 Subject: [PATCH] build: bump pytest-sphinx from 0.6.3 to 0.7.1 Bumps [pytest-sphinx](https://github.com/thisch/pytest-sphinx) from 0.6.3 to 0.7.1. - [Release notes](https://github.com/thisch/pytest-sphinx/releases) - [Changelog](https://github.com/twmr/pytest-sphinx/blob/master/CHANGELOG.md) - [Commits](https://github.com/thisch/pytest-sphinx/compare/v0.6.3...v0.7.1) --- updated-dependencies: - dependency-name: pytest-sphinx dependency-version: 0.7.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8d0f589..8f45065 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ doc = [ "sphinx-copybutton==0.5.2", "sphinx-gallery==0.20.0", "sphinx-notfound-page==1.1.0", - "pytest-sphinx==0.6.3", + "pytest-sphinx==0.7.1", ] tests = [