From 7905d82fc6833bd66ba43a6e97c3124b96002b5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 15:15:37 +0000 Subject: [PATCH] build(deps): update mckit-nuclides requirement from >=0.3.2 to >=0.6.0 Updates the requirements on [mckit-nuclides](https://github.com/MC-kit/mckit-nuclides) to permit the latest version. - [Release notes](https://github.com/MC-kit/mckit-nuclides/releases) - [Commits](https://github.com/MC-kit/mckit-nuclides/compare/v0.3.3a0...v0.6.0) --- updated-dependencies: - dependency-name: mckit-nuclides dependency-version: 0.6.0 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 c3807b4..e7bead5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ ] dependencies = [ "duckdb>=1", - "mckit-nuclides>=0.3.2", + "mckit-nuclides>=0.6.0", "msgspec>=0.19", "numpy>=2.4", "polars[numpy]>=1.37",