Skip to content

Commit 8684934

Browse files
committed
Updated libtiff to 4.7.0
1 parent b965116 commit 8684934

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/wheels-dependencies.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ LIBPNG_VERSION=1.6.47
4343
JPEGTURBO_VERSION=3.1.0
4444
OPENJPEG_VERSION=2.5.3
4545
XZ_VERSION=5.6.4
46-
TIFF_VERSION=4.6.0
46+
TIFF_VERSION=4.7.0
4747
LCMS2_VERSION=2.17
4848
ZLIB_NG_VERSION=2.2.4
4949
LIBWEBP_VERSION=1.5.0

docs/installation/building-from-source.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Many of Pillow's features require external libraries:
4444

4545
* **libtiff** provides compressed TIFF functionality
4646

47-
* Pillow has been tested with libtiff versions **3.x** and **4.0-4.6.0**
47+
* Pillow has been tested with libtiff versions **3.x** and **4.0-4.7.0**
4848

4949
* **libfreetype** provides type related services
5050

winbuild/build_prepare.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def cmd_msbuild(
120120
"LIBPNG": "1.6.47",
121121
"LIBWEBP": "1.5.0",
122122
"OPENJPEG": "2.5.3",
123-
"TIFF": "4.6.0",
123+
"TIFF": "4.7.0",
124124
"XZ": "5.6.4",
125125
"ZLIBNG": "2.2.4",
126126
}

0 commit comments

Comments
 (0)