From f558f063544797734bb0df0291d23ab716b24972 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Sep 2021 03:12:54 +0000 Subject: [PATCH] Bump pytest-doctestplus from 0.4.0 to 0.11.0 Bumps [pytest-doctestplus](https://github.com/astropy/pytest-doctestplus) from 0.4.0 to 0.11.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.11.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..17d960fe0e 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.11.0 h5py==2.10.0 s3fs==0.5.1; python_version > '3.6' fsspec==0.8.4; python_version > '3.6'