From 4c81599e3b871e9ad6faabb3846c25efe4908627 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jun 2022 05:20:57 +0000 Subject: [PATCH] chore: update numpydoc requirement from <1.2 to <1.5 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...v1.4.0) --- 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..7b5f3e380c4d3 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.5 pandas-dev-flaker==0.2.0 types-python-dateutil types-PyMySQL