From 27c37de605dedc73958ceb830ca79c3b24d56f55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 11:52:45 +0000 Subject: [PATCH] Update rawpy requirement from >=0.18.0 to >=0.27.0 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.18.0...v0.27.0) --- updated-dependencies: - dependency-name: rawpy dependency-version: 0.27.0 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 169d157..501aba3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ Pillow>=10.0.0 # Optional but strongly recommended # Enables full RAW support: NEF, ARW, CR2, CR3, DNG, RAF, RW2, ORF, PEF, SRW -rawpy>=0.18.0 +rawpy>=0.27.0 # Optional — enables HEIC/HEIF support (iPhone photos) pillow-heif>=0.13.0