From d78f02f535b92ca1affb38bce72a52a6db612765 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 06:51:20 +0000 Subject: [PATCH] Update pandas requirement from <1.5.0,>=1.0.0 to >=1.0.0,<2.2.0 Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to permit the latest version. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v1.0.0...v2.1.0) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 9c7690dbaa..b9c5078dc6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -88,7 +88,7 @@ development = pytest-xdist pytzdata pandas = - pandas>=1.0.0,<1.5.0 + pandas>=1.0.0,<2.2.0 pyarrow>=6.0.0,<6.1.0 secure-local-storage = keyring!=16.1.0,<24.0.0