From 9e16a487e50373c62771477711641deb95504353 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 04:28:18 +0000 Subject: [PATCH] Bump pytest-sphinx from 0.6.0 to 0.6.3 Bumps [pytest-sphinx](https://github.com/thisch/pytest-sphinx) from 0.6.0 to 0.6.3. - [Release notes](https://github.com/thisch/pytest-sphinx/releases) - [Changelog](https://github.com/thisch/pytest-sphinx/blob/master/CHANGELOG.md) - [Commits](https://github.com/thisch/pytest-sphinx/compare/v0.6.0...v0.6.3) --- updated-dependencies: - dependency-name: pytest-sphinx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f46acb3..0b7a2b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ doc = [ "sphinx-gallery==0.15.0", "sphinx-notfound-page==1.0.0", "sphinx-autoapi==3.1.0a2", - "pytest-sphinx==0.6.0", + "pytest-sphinx==0.6.3", ] tests = [