From 4320e3111b447c28e06287e362154e993f3532c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 23:09:18 +0000 Subject: [PATCH] Bump pillow from 11.3.0 to 12.2.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.3.0 to 12.2.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/11.3.0...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1d0ed208..e3c1cdcb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ "Topic :: Multimedia :: Video", ] dependencies = [ - "pillow==11.3.0", + "pillow==12.2.0", "pint==0.25.1", # min python version 3.11 "gpxpy==1.6.1", "fitdecode==0.10.0", diff --git a/requirements.txt b/requirements.txt index 0ee1476c..9dc16c6b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # for drawing text/images -pillow==11.3.0 +pillow==12.2.0 # pint for unit conversion pint==0.22 # for drawing little map