From 766029a54ea8ff917d35565fd70c31464674c573 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jul 2021 03:11:17 +0000 Subject: [PATCH] Bump pytest-doctestplus from 0.4.0 to 0.10.1 Bumps [pytest-doctestplus](https://github.com/astropy/pytest-doctestplus) from 0.4.0 to 0.10.1. - [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.10.1) --- 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..769f458464 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.10.1 h5py==2.10.0 s3fs==0.5.1; python_version > '3.6' fsspec==0.8.4; python_version > '3.6'