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", 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.