From 07723fbf7a27ffc2310e18cdfa10a79cc4df1581 Mon Sep 17 00:00:00 2001 From: Andrey Fedorov Date: Sat, 11 Jul 2026 13:50:07 -0400 Subject: [PATCH] enh: update idc-index-data to 24.2.2 Co-Authored-By: Claude Fable 5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a04a1ed..35a5b9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dynamic = ["version"] dependencies = [ "click", 'duckdb>=1.0.0,<2.0.0', - "idc-index-data==24.2.0", + "idc-index-data==24.2.2", "packaging", "pandas<=2.2.4", "platformdirs",