From 44740c91d783a78984193e703f88d972fd5fb65a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Feb 2022 13:30:07 +0000 Subject: [PATCH] Bump pytest-doctestplus from 0.11.1 to 0.12.0 Bumps [pytest-doctestplus](https://github.com/astropy/pytest-doctestplus) from 0.11.1 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.11.1...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 1ff4c2b052..6661582c39 100644 --- a/requirements_dev_optional.txt +++ b/requirements_dev_optional.txt @@ -16,7 +16,7 @@ tox==3.24.4 coverage flake8==4.0.1 pytest-cov==3.0.0 -pytest-doctestplus==0.11.1 +pytest-doctestplus==0.12.0 pytest-timeout==2.0.1 h5py==3.6.0 fsspec[s3]==2021.11.1