From 6d3d8453529de6dfaf0428df76d52e94df2155ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 21:13:41 +0000 Subject: [PATCH] Update pydicom requirement from >=3.0.1 to >=3.0.2 Updates the requirements on [pydicom](https://github.com/pydicom/pydicom) to permit the latest version. - [Release notes](https://github.com/pydicom/pydicom/releases) - [Commits](https://github.com/pydicom/pydicom/compare/v3.0.1...v3.0.2) --- updated-dependencies: - dependency-name: pydicom dependency-version: 3.0.2 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 99446f1b..fb103fd5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ requires-python = ">=3.14,<4.0.0" readme = "README.md" license = { text = "MIT" } dependencies = [ - "pydicom>=3.0.1", + "pydicom>=3.0.2", "pynetdicom>=3.0.4", "numpy>=2.4.0,<3", "pylibjpeg>=2.0.0",