From 6b6055c810cc7a86cd07a81b06f1270cbe1ab112 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 11:37:52 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the /py directory: [black](https://github.com/psf/black) and [pytest](https://github.com/pytest-dev/pytest). Updates `black` from 24.4.2 to 26.3.1 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.4.2...26.3.1) Updates `pytest` from 8.2.2 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.2.2...9.0.3) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:development dependency-group: pip - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development dependency-group: pip ... Signed-off-by: dependabot[bot] --- py/requirements-dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/py/requirements-dev.txt b/py/requirements-dev.txt index 0ee7b57f..bb8db9fe 100644 --- a/py/requirements-dev.txt +++ b/py/requirements-dev.txt @@ -1,4 +1,4 @@ -black==24.4.2 +black==26.3.1 flake8==7.1.0 mypy==1.10.1 -pytest==8.2.2 +pytest==9.0.3