Skip to content

Commit eb49ce0

Browse files
Update black requirement from <26.0.0,>=25.1.0 to >=25.1.0,<27.0.0 in the dev-deps group (#1511)
* Update black requirement in the dev-deps group Updates the requirements on [black](https://github.com/psf/black) to permit the latest version. Updates `black` to 26.3.1 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@25.1.0...26.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:development dependency-group: dev-deps ... Signed-off-by: dependabot[bot] <support@github.com> * refresh lockfile --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: rogthefrog <roger@mlcommons.org>
1 parent 46c31fe commit eb49ce0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ dev = [
9999
"pytest-mock>=3.12.0,<4.0.0",
100100
"pytest-timeout>=2.3.1,<3.0.0",
101101
"mypy>=1.7.1,<2.0.0",
102-
"black>=25.1.0,<26.0.0",
102+
"black>=25.1.0,<27.0.0",
103103
"beautifulsoup4>=4.12.3,<5.0.0",
104104
"flaky>=3.8.1,<4.0.0",
105105
"types-beautifulsoup4>=4.12.0.20240229,<5.0.0",

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)