From ee24a1107393d5763a14256fb665303b4634c9e8 Mon Sep 17 00:00:00 2001 From: Jeffrey 'Alex' Clark Date: Tue, 14 Apr 2026 11:15:08 -0400 Subject: [PATCH] Update .github/INCIDENT_RESPONSE.md Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com> --- .github/INCIDENT_RESPONSE.md | 2 +- RELEASING.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/INCIDENT_RESPONSE.md b/.github/INCIDENT_RESPONSE.md index b3c11a1df..e05673a5d 100644 --- a/.github/INCIDENT_RESPONSE.md +++ b/.github/INCIDENT_RESPONSE.md @@ -254,7 +254,7 @@ require a Pillow point release even if Pillow's own code is unchanged. | Package | Required? | Purpose | |---|---|---| | `setuptools` | Build-time only | Package build backend | -| `pybind11` | Build-time only | C++ ↔ Python bindings | +| `pybind11` | Build-time only | Compile C files in parallel | | `olefile` | Optional (`fpx`, `mic` extras) | OLE2 container parsing (FPX, MIC formats) | | `defusedxml` | Optional (`xmp` extra) | Safe XML parsing for XMP metadata | diff --git a/RELEASING.md b/RELEASING.md index 469dca62a..fcf108943 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -39,7 +39,7 @@ Released as needed for security, installation or critical bug fixes. ```bash git push ``` -* [ ] If this is a security fix: publish the [GitHub Security Advisory](https://github.com/python-pillow/Pillow/security/advisories). +* [ ] If this is a security fix: publish the [GitHub Security Advisory or Advisories](https://github.com/python-pillow/Pillow/security/advisories). ## Embargoed release