From da8dc00b2f8de1c7ea312ecd0d333a47a0199759 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 01:01:36 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the /assembler_tools/hec-assembler-tools directory: [pillow](https://github.com/python-pillow/Pillow) and [pytest](https://github.com/pytest-dev/pytest). 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) Updates `pytest` from 8.4.0 to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.4.0...9.0.3) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production dependency-group: pip - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- assembler_tools/hec-assembler-tools/requirements.txt | 4 ++-- p-isa_tools/kerngen/requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assembler_tools/hec-assembler-tools/requirements.txt b/assembler_tools/hec-assembler-tools/requirements.txt index a2ed2e1c..4715ae55 100644 --- a/assembler_tools/hec-assembler-tools/requirements.txt +++ b/assembler_tools/hec-assembler-tools/requirements.txt @@ -7,8 +7,8 @@ matplotlib==3.7.1 networkx==3.0 numpy==1.24.2 packaging==23.0 -Pillow==12.1.1 -pytest==8.4.0 +Pillow==12.2.0 +pytest==9.0.3 python-dateutil==2.8.2 PyYAML==6.0 six==1.16.0 diff --git a/p-isa_tools/kerngen/requirements.txt b/p-isa_tools/kerngen/requirements.txt index ee8caccc..b1ac4b38 100644 --- a/p-isa_tools/kerngen/requirements.txt +++ b/p-isa_tools/kerngen/requirements.txt @@ -3,8 +3,8 @@ pydantic ~= 1.10.22 # for dev / commits -black ~= 25.1 +black ~= 26.3 pylint ~= 3.3 # for testing -pytest ~= 8.3 +pytest ~= 9.0