From 764493f9547cba5647cea0b070dd7879f840f975 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Nov 2025 06:23:13 +0000 Subject: [PATCH] chore(deps): bump idc-index-data from 22.1.5 to 23.0.1 Bumps [idc-index-data](https://github.com/ImagingDataCommons/idc-index-data) from 22.1.5 to 23.0.1. - [Release notes](https://github.com/ImagingDataCommons/idc-index-data/releases) - [Commits](https://github.com/ImagingDataCommons/idc-index-data/compare/22.1.5...23.0.1) --- updated-dependencies: - dependency-name: idc-index-data dependency-version: 23.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 883d09d96..0b6fbe70e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,7 +100,7 @@ dependencies = [ "highdicom>=0.26.1,<1", "html-sanitizer>=2.6.0,<3", "httpx>=0.28.1,<1", - "idc-index-data==22.1.5", + "idc-index-data==23.0.1", "ijson>=3.4.0.post0,<4", "jsf>=0.11.2,<1", "jsonschema[format-nongpl]>=4.25.1,<5",