From 7b6f263982adbb913f01575ed75d19c00aee9924 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 01:29:00 +0000 Subject: [PATCH] chore(deps): bump idc-index-data from 22.0.2 to 22.0.3 Bumps [idc-index-data](https://github.com/ImagingDataCommons/idc-index-data) from 22.0.2 to 22.0.3. - [Release notes](https://github.com/ImagingDataCommons/idc-index-data/releases) - [Commits](https://github.com/ImagingDataCommons/idc-index-data/compare/22.0.2...22.0.3) --- updated-dependencies: - dependency-name: idc-index-data dependency-version: 22.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3d635eedd..fde6f6a5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -109,7 +109,7 @@ dependencies = [ "highdicom>=0.26.1,<1", "html-sanitizer>=2.6.0,<3", "httpx>=0.28.1,<1", - "idc-index-data==22.0.2", + "idc-index-data==22.0.3", "ijson>=3.4.0.post0,<4", "jsf>=0.11.2,<1", "jsonschema[format-nongpl]>=4.25.1,<5",