Skip to content

Commit c92b406

Browse files
Bump black from 25.9.0 to 26.3.1
Bumps [black](https://github.com/psf/black) from 25.9.0 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.9.0...26.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 35fd835 commit c92b406

2 files changed

Lines changed: 89 additions & 38 deletions

File tree

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ numpy = [
4343
{ version = ">=1.26.0", python = ">=3.12" },
4444
]
4545
pillow = "^11.1.0"
46-
black = "^25.9.0"
46+
black = "^26.3.1"
4747

4848
[tool.poetry.extras]
4949
pyarrow = ["pyarrow"]
@@ -52,7 +52,7 @@ pyarrow = ["pyarrow"]
5252
optional = true
5353

5454
[tool.poetry.group.quality.dependencies]
55-
black = ">=23.1,<26.0"
55+
black = ">=23.1,<27.0"
5656
ruff = ">=0.3.2,<0.14.0"
5757
types-tqdm = "^4.65.0.0"
5858
types-tabulate = "^0.9.0.3"

0 commit comments

Comments
 (0)