From e651f25cd81440b32bca6cc55b9eec9c806af372 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 04:37:00 +0000 Subject: [PATCH] Bump pytest-sphinx from 0.6.0 to 0.6.2 Bumps [pytest-sphinx](https://github.com/thisch/pytest-sphinx) from 0.6.0 to 0.6.2. - [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.2) --- 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..84b2875 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.2", ] tests = [