From 16d33680efdda5f54ed4e89cf0f165a01bdd6ec7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 11:35:29 +0000 Subject: [PATCH] Update nested-pandas requirement from <0.4.0,>=0.3.8 to >=0.3.8,<0.5.0 Updates the requirements on [nested-pandas](https://github.com/lincc-frameworks/nested-pandas) to permit the latest version. - [Release notes](https://github.com/lincc-frameworks/nested-pandas/releases) - [Commits](https://github.com/lincc-frameworks/nested-pandas/compare/v0.3.8...v0.4.1) --- updated-dependencies: - dependency-name: nested-pandas dependency-version: 0.4.1 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 2b6d6e3..1db3f83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ classifiers = [ dynamic = ["version"] requires-python = ">=3.10" dependencies = [ - 'nested-pandas>=0.3.8,<0.4.0', + 'nested-pandas>=0.3.8,<0.5.0', 'numpy', 'dask>=2025.1.0', 'dask[distributed]>=2025.2.0',