Skip to content

Commit 8fb7724

Browse files
Bump the pip group across 1 directory with 2 updates (#182)
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](python-pillow/Pillow@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](pytest-dev/pytest@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kylan Race <kylan.e.race@intel.com>
1 parent 6c29270 commit 8fb7724

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

assembler_tools/hec-assembler-tools/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ matplotlib==3.7.1
77
networkx==3.0
88
numpy==1.24.2
99
packaging==23.0
10-
Pillow==12.1.1
11-
pytest==8.4.0
10+
Pillow==12.2.0
11+
pytest==9.0.3
1212
python-dateutil==2.8.2
1313
PyYAML==6.0
1414
six==1.16.0

p-isa_tools/kerngen/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
pydantic ~= 1.10.22
44

55
# for dev / commits
6-
black ~= 25.1
6+
black ~= 26.3
77
pylint ~= 3.3
88

99
# for testing
10-
pytest ~= 8.3
10+
pytest ~= 9.0

0 commit comments

Comments
 (0)