From 85670f0adf13262661f19caa4501f58d05d9be5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 09:34:05 +0000 Subject: [PATCH] chore(deps): bump idc-index-data from 23.0.3 to 23.2.7 Bumps [idc-index-data](https://github.com/ImagingDataCommons/idc-index-data) from 23.0.3 to 23.2.7. - [Release notes](https://github.com/ImagingDataCommons/idc-index-data/releases) - [Commits](https://github.com/ImagingDataCommons/idc-index-data/compare/23.0.3...23.2.7) --- updated-dependencies: - dependency-name: idc-index-data dependency-version: 23.2.7 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 843216d1..af94c661 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,7 +100,7 @@ dependencies = [ "highdicom>=0.26.1,<1; python_version < '3.14'", # transitive dependency pyjpegls not yet supporting Python 3.14 "html-sanitizer>=2.6.0,<3", "httpx>=0.28.1,<1", - "idc-index-data==23.0.3", + "idc-index-data==23.2.7", "ijson>=3.4.0.post0,<4", "jsf>=0.11.2,<1", "jsonschema[format-nongpl]>=4.25.1,<5",