From fdc8f2da5dbead4c69e43373eb48083875266674 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 17:24:39 +0000 Subject: [PATCH] Bump pillow from 11.2.1 to 12.1.1 in /dice-stats Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.2.1 to 12.1.1. - [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.2.1...12.1.1) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dice-stats/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dice-stats/requirements.txt b/dice-stats/requirements.txt index eb003b2..844029c 100644 --- a/dice-stats/requirements.txt +++ b/dice-stats/requirements.txt @@ -28,7 +28,7 @@ packaging==25.0 # via # -r requirements.in # matplotlib -pillow==11.2.1 +pillow==12.1.1 # via # -r requirements.in # matplotlib