From ae6ec634675a06bff81ec4f1d8644369e045ac34 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 01:45:55 +0000 Subject: [PATCH 1/2] Update dependency lcms2 to v2.19.1 --- .github/dependencies.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependencies.json b/.github/dependencies.json index 85db4ca0de3..ed27070c25b 100644 --- a/.github/dependencies.json +++ b/.github/dependencies.json @@ -5,7 +5,7 @@ "fribidi": "1.0.16", "harfbuzz": "14.2.0", "jpegturbo": "3.1.4.1", - "lcms2": "2.19", + "lcms2": "2.19.1", "libavif": "1.4.1", "libimagequant": "4.4.1", "libpng": "1.6.58", From 3bb86c1fb4e6f1b6ed56a717a8ac3997c013e7b2 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Wed, 3 Jun 2026 13:43:40 +1000 Subject: [PATCH 2/2] Update tested version --- docs/installation/building-from-source.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/building-from-source.rst b/docs/installation/building-from-source.rst index ecb892e1fcb..437677c3446 100644 --- a/docs/installation/building-from-source.rst +++ b/docs/installation/building-from-source.rst @@ -51,7 +51,7 @@ Many of Pillow's features require external libraries: * **littlecms** provides color management * Pillow version 2.2.1 and below uses liblcms1, Pillow 2.3.0 and - above uses liblcms2. Tested with **1.19** and **2.7-2.19**. + above uses liblcms2. Tested with **1.19** and **2.7-2.19.1**. * **libwebp** provides the WebP format.