From 24a6f1a26c2a716bc61ad60d810b620146662c46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Dec 2021 13:27:30 +0000 Subject: [PATCH] Bump pytest-doctestplus from 0.11.1 to 0.11.2 Bumps [pytest-doctestplus](https://github.com/astropy/pytest-doctestplus) from 0.11.1 to 0.11.2. - [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.11.2) --- updated-dependencies: - dependency-name: pytest-doctestplus dependency-type: direct:development update-type: version-update:semver-patch ... 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..34e1f954bb 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.11.2 pytest-timeout==2.0.1 h5py==3.6.0 fsspec[s3]==2021.11.1