From 5c25ade04a1bfe3400f67353db95341e844ce094 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 18:41:52 +0000 Subject: [PATCH] Update pandas requirement from <2.2 to <2.3 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/0.3.0...v2.2.0) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c8c748c..2c8e6f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -109,7 +109,7 @@ release = [ ] test = [ "dask", - "pandas<2.2", + "pandas<2.3", "pytest<8", "pytest-cov<5", "pytest-mock<4",