From 7374d46b70b07ee15913a59997023ce2e4e4bf1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 12:50:33 +0000 Subject: [PATCH] Bump pytest-doctestplus from 1.2.1 to 1.3.0 Bumps [pytest-doctestplus](https://github.com/scientific-python/pytest-doctestplus) from 1.2.1 to 1.3.0. - [Release notes](https://github.com/scientific-python/pytest-doctestplus/releases) - [Changelog](https://github.com/scientific-python/pytest-doctestplus/blob/main/CHANGES.rst) - [Commits](https://github.com/scientific-python/pytest-doctestplus/compare/v1.2.1...v1.3.0) --- updated-dependencies: - dependency-name: pytest-doctestplus dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 4f1b5483..9e60b9c1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -70,7 +70,7 @@ docs = tests = pytest==8.1.1 pytest-cov==5.0.0 - pytest-doctestplus==1.2.1 + pytest-doctestplus==1.3.0 dev = black==24.3.0