From 655f7c89f4043cb96dd3181b703b1e074a7d20c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 23:43:20 +0000 Subject: [PATCH] Bump pillow Bumps the pip group with 1 update in the /assembler_tools/hec-assembler-tools directory: [pillow](https://github.com/python-pillow/Pillow). Updates `pillow` from 12.1.1 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/12.1.1...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- assembler_tools/hec-assembler-tools/requirements.txt | 2 +- p-isa_tools/kerngen/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assembler_tools/hec-assembler-tools/requirements.txt b/assembler_tools/hec-assembler-tools/requirements.txt index a2ed2e1c..f987d6d7 100644 --- a/assembler_tools/hec-assembler-tools/requirements.txt +++ b/assembler_tools/hec-assembler-tools/requirements.txt @@ -7,7 +7,7 @@ matplotlib==3.7.1 networkx==3.0 numpy==1.24.2 packaging==23.0 -Pillow==12.1.1 +Pillow==12.2.0 pytest==8.4.0 python-dateutil==2.8.2 PyYAML==6.0 diff --git a/p-isa_tools/kerngen/requirements.txt b/p-isa_tools/kerngen/requirements.txt index ee8caccc..04abc5db 100644 --- a/p-isa_tools/kerngen/requirements.txt +++ b/p-isa_tools/kerngen/requirements.txt @@ -3,7 +3,7 @@ pydantic ~= 1.10.22 # for dev / commits -black ~= 25.1 +black ~= 26.3 pylint ~= 3.3 # for testing