From 5a160825652ac879eb6ddf77873e8db3a7fe4780 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 21:13:32 +0000 Subject: [PATCH] Update pylibjpeg requirement from >=2.0.0 to >=2.1.0 Updates the requirements on [pylibjpeg](https://github.com/pydicom/pylibjpeg) to permit the latest version. - [Release notes](https://github.com/pydicom/pylibjpeg/releases) - [Commits](https://github.com/pydicom/pylibjpeg/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: pylibjpeg dependency-version: 2.1.0 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..19feed22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ dependencies = [ "pydicom>=3.0.1", "pynetdicom>=3.0.4", "numpy>=2.4.0,<3", - "pylibjpeg>=2.0.0", + "pylibjpeg>=2.1.0", "pylibjpeg-openjpeg>=2.5.0", "pillow>=11.0.0", "websockets==16.0",