Skip to content

Commit 917fcc6

Browse files
chore(deps): update black requirement from >=22.0.0 to >=26.5.1 (#101)
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](psf/black@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5eb6a2c commit 917fcc6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements-install.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ optuna>=3.1.0
4343
# Testing and Development
4444
pytest>=7.0.0
4545
pytest-cov>=3.0.0
46-
black>=22.0.0
46+
black>=26.5.1
4747
flake8>=4.0.0
4848
mypy>=0.950
4949
jupyter>=1.1.1

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ onnxruntime>=1.24.3
5656
# Testing and Development
5757
pytest>=7.0.0
5858
pytest-cov>=3.0.0
59-
black>=22.0.0
59+
black>=26.5.1
6060
flake8>=4.0.0
6161
mypy>=0.950
6262
jupyter>=1.1.1

0 commit comments

Comments
 (0)