From 7a0d55fee7fc40f6b4e0017640ad130a3505965f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 11:52:45 +0000 Subject: [PATCH] Update rawpy requirement from >=0.27.0 to >=0.27.1 Updates the requirements on [rawpy](https://github.com/letmaik/rawpy) to permit the latest version. - [Release notes](https://github.com/letmaik/rawpy/releases) - [Commits](https://github.com/letmaik/rawpy/compare/v0.27.0...v0.27.1) --- updated-dependencies: - dependency-name: rawpy dependency-version: 0.27.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6a4275d..2120566 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ Pillow>=12.3.0 # Optional but strongly recommended # Enables full RAW support: NEF, ARW, CR2, CR3, DNG, RAF, RW2, ORF, PEF, SRW -rawpy>=0.27.0 +rawpy>=0.27.1 # Optional — enables HEIC/HEIF support (iPhone photos) pillow-heif>=1.5.0