From 217505417b37e0a5b2a6753648a34fc80d35a081 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 19:49:02 +0000 Subject: [PATCH] chore(deps): update black requirement from >=22.0.0 to >=26.5.1 Updates the requirements on [black](https://github.com/psf/black) to permit the latest version. - [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/22.1.0...26.5.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.5.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-install.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-install.txt b/requirements-install.txt index 2174a2d..e237b1e 100644 --- a/requirements-install.txt +++ b/requirements-install.txt @@ -43,7 +43,7 @@ optuna>=3.1.0 # Testing and Development pytest>=7.0.0 pytest-cov>=3.0.0 -black>=22.0.0 +black>=26.5.1 flake8>=4.0.0 mypy>=0.950 jupyter>=1.1.1 diff --git a/requirements.txt b/requirements.txt index 04cffb0..fb9f5d8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -56,7 +56,7 @@ onnxruntime>=1.16.0 # Testing and Development pytest>=7.0.0 pytest-cov>=3.0.0 -black>=22.0.0 +black>=26.5.1 flake8>=4.0.0 mypy>=0.950 jupyter>=1.1.1