From 2c2316e8089d79ed28dc11ccbf06b6fdad4d7e8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 07:51:23 +0100 Subject: [PATCH] build(deps): bump pytest-doctestplus from 1.1.0 to 1.2.0 in /requirements (#2421) build(deps): bump pytest-doctestplus in /requirements Bumps [pytest-doctestplus](https://github.com/scientific-python/pytest-doctestplus) from 1.1.0 to 1.2.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.1.0...v1.2.0) --- updated-dependencies: - dependency-name: pytest-doctestplus dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/_doctest.txt | 2 +- requirements/_tests.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/_doctest.txt b/requirements/_doctest.txt index e2247199043..ee8fd6c2e1e 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, <=1.1.0 +pytest-doctestplus >=0.9.0, <=1.2.0 pytest-rerunfailures >=10.0, <14.0 diff --git a/requirements/_tests.txt b/requirements/_tests.txt index a30c04a3135..0f39bf8d646 100644 --- a/requirements/_tests.txt +++ b/requirements/_tests.txt @@ -4,7 +4,7 @@ coverage ==7.4.3 pytest ==7.4.4 pytest-cov ==4.1.0 -pytest-doctestplus ==1.1.0 +pytest-doctestplus ==1.2.0 pytest-rerunfailures ==13.0 pytest-timeout ==2.2.0 pytest-xdist ==3.5.0