From 6447a1625ba99ca4340f15489a90dd04f94dec19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 10:31:00 +0000 Subject: [PATCH] build(deps): bump pytest-doctestplus from 0.13.0 to 1.0.0 in /requirements (#1995) build(deps): bump pytest-doctestplus in /requirements Bumps [pytest-doctestplus](https://github.com/scientific-python/pytest-doctestplus) from 0.13.0 to 1.0.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/v0.13.0...v1.0.0) --- updated-dependencies: - dependency-name: pytest-doctestplus dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/doctest.txt | 2 +- requirements/test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/doctest.txt b/requirements/doctest.txt index 117e0d75d0e..9eec81d2c3d 100644 --- a/requirements/doctest.txt +++ b/requirements/doctest.txt @@ -2,5 +2,5 @@ # in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment pytest >=6.0.0, <7.5.0 -pytest-doctestplus >=0.9.0, <=0.13.0 +pytest-doctestplus >=0.9.0, <=1.0.0 pytest-rerunfailures >=10.0, <13.0 diff --git a/requirements/test.txt b/requirements/test.txt index 2c25761a0af..f81e73e9022 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -4,7 +4,7 @@ coverage ==7.2.7 pytest ==7.4.0 pytest-cov ==4.1.0 -pytest-doctestplus ==0.13.0 +pytest-doctestplus ==1.0.0 pytest-rerunfailures ==12.0 pytest-timeout ==2.1.0 phmdoctest ==1.4.0