From 2ef69259d4371f18474b70148d8e9dbdb0d0c415 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Feb 2022 03:13:42 +0000 Subject: [PATCH] Bump pytest-doctestplus from 0.4.0 to 0.12.0 Bumps [pytest-doctestplus](https://github.com/astropy/pytest-doctestplus) from 0.4.0 to 0.12.0. - [Release notes](https://github.com/astropy/pytest-doctestplus/releases) - [Changelog](https://github.com/astropy/pytest-doctestplus/blob/main/CHANGES.rst) - [Commits](https://github.com/astropy/pytest-doctestplus/compare/v0.4.0...v0.12.0) --- updated-dependencies: - dependency-name: pytest-doctestplus dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements_dev_optional.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev_optional.txt b/requirements_dev_optional.txt index 1a6efc470f..8552dbeaba 100644 --- a/requirements_dev_optional.txt +++ b/requirements_dev_optional.txt @@ -14,7 +14,7 @@ tox==3.14.0 coverage flake8==3.9.2 pytest-cov==2.7.1 -pytest-doctestplus==0.4.0 +pytest-doctestplus==0.12.0 h5py==2.10.0 s3fs==0.5.1; python_version > '3.6' fsspec==0.8.4; python_version > '3.6'