From dfbf65e18db8ca28a928da9dda8941ea934c2cdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jan 2022 05:22:41 +0000 Subject: [PATCH] chore: update numpydoc requirement from <1.2 to <1.3 Updates the requirements on [numpydoc](https://github.com/numpy/numpydoc) to permit the latest version. - [Release notes](https://github.com/numpy/numpydoc/releases) - [Changelog](https://github.com/numpy/numpydoc/blob/main/doc/release_notes.rst) - [Commits](https://github.com/numpy/numpydoc/compare/numpydoc-1.2rc1...numpydoc-1.2) --- updated-dependencies: - dependency-name: numpydoc dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 14b9ac8a9393e..0d38dfd418409 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -79,7 +79,7 @@ pyreadstat tabulate>=0.8.3 natsort git+https://github.com/pydata/pydata-sphinx-theme.git@master -numpydoc < 1.2 +numpydoc < 1.3 pandas-dev-flaker==0.2.0 types-python-dateutil types-PyMySQL